Cyber Resilience

CVE-2025-35452

Exposed Creds in Ptzoptics Pt12X-Sdi-Xx-G2 Firmware

Public PoCExposed Creds
Published
05 September 2025
Modified
23 December 2025
Patch / advisory
CVSS Score v4 9.2
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0085 55th percentile
Risk Priority 47 floored blend · peak EPSS

Summary

CVE-2025-35452 is a critical-severity Use of Hard-coded Credentials (CWE-798) vulnerability in Ptzoptics Pteptz-Ndi-Zcam-G2. Its CVSS base score is 9.2 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked in the top 45% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to CM-6 (Configuration Settings) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-35452 is a critical vulnerability in PTZOptics and possibly other ValueHD-based pan-tilt-zoom cameras, stemming from the use of default, shared credentials for the administrative web interface. This issue maps to CWE-798 (use of hard-coded credentials) and CWE-1392 (use of default credentials), with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating network-accessible exploitation without authentication or user interaction.

Remote, unauthenticated attackers can exploit this vulnerability by connecting to the camera's web interface over the network and using the publicly known default credentials to gain administrative access. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, enabling full control over the affected camera devices.

CISA's ICSA-25-162-10 advisory details mitigations for this and related vulnerabilities in operational technology devices. Additional guidance appears in the official CVE record and GreyNoise publications.

GreyNoise intelligence reports the discovery of zero-day vulnerabilities, including this one, in live-streaming cameras using AI assistance, with further details on related RCE in their SIFT analysis.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

PTZOptics and possibly other ValueHD-based pan-tilt-zoom cameras use default, shared credentials for the administrative web interface.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552.004 Private Keys Credential Access
Adversaries may search for private key certificate files on compromised systems for insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-35451Same product: Multicam-Systems Mcamii Ptz
CVE-2026-45039Shared CWE-1392, CWE-798
CVE-2026-65313Shared CWE-1392, CWE-798
CVE-2023-27573Shared CWE-1392, CWE-798
CVE-2025-58744Shared CWE-1392, CWE-798
CVE-2025-8530Shared CWE-1392, CWE-798
CVE-2023-30801Shared CWE-1392, CWE-798
CVE-2025-51536Shared CWE-1392, CWE-798
CVE-2025-69425Shared CWE-798
CVE-2025-34223Shared CWE-798

Affected Assets

ptzoptics
pt12x-sdi-xx-g2 firmware
all versions
ptzoptics
pt12x-ndi-xx firmware
all versions
ptzoptics
pt12x-usb-xx-g2 firmware
all versions
ptzoptics
pt20x-sdi-xx-g2 firmware
all versions
ptzoptics
t20x-ndi-xx firmware
all versions
ptzoptics
pt20x-usb-xx-g2 firmware
all versions
ptzoptics
pt30x-sdi-xx-g2 firmware
all versions
ptzoptics
pt30x-ndi-xx firmware
all versions
ptzoptics
pt12x-zcam firmware
all versions
ptzoptics
pt20x-zcam firmware
all versions
+51 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.2.1

Mitigating Controls (NIST 800-53 r5) AI

Secure configuration settings establish baselines that prohibit default credentials on system components.

Authenticator management requires secure distribution and handling of credentials, structurally discouraging hard-coded values.

Vulnerability scanning can discover default credentials after deployment but does not stop their introduction.

Cryptographic key management mandates proper establishment and handling instead of embedding keys in code.

Account management processes include assignment and control of initial account credentials, reducing the chance defaults remain active.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-01 full match
prevents

Hardened baselines and configuration management explicitly prohibit default credentials on deployed systems.

PR.AA-01 mostly match
prevents

Credential management processes directly require replacing or disabling default passwords and keys.

PR.AA-03 partial match
prevents

Authentication policies can enforce non-default credential strength but do not explicitly address initial deployment defaults.

PR.AA-02 none match
prevents

PR.AA-02 addresses human identity proofing and per-person credential issuance at enrollment; it has no bearing on whether developers embed static credentials in software.

PR.DS-01 none match
prevents

PR.DS-01 addresses encryption and integrity of stored data but never touches credential or key management practices, so it neither prevents hard-coded credentials nor removes any of their risk.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

The requirement to replace vendor default authentication information immediately after installation directly counters the use of default credentials that attackers commonly target.

prevents

Education on secure configuration practices discourages technical staff from embedding or relying on hard-coded credentials in systems and applications.

mitigates

Secure key-generation, distribution and storage procedures reduce the likelihood that hard-coded or default cryptographic keys will be introduced or left unprotected.

prevents

Explicit prohibition of hard-coded passwords and unauthenticated external services stops credentials from being embedded directly in source code.

prevents

Contractual requirements for secure coding practices and evidence of testing make it less likely that hard-coded credentials will be introduced or remain undetected in delivered code.

none

Requiring independent oversight and timely disabling of non-human identities makes it harder for hard-coded or long-lived credentials to remain exploitable.

References