Cyber Resilience

CVE-2023-5222

Exposed Creds in Viessmann Vitogate 300 Firmware ≤ 2.1.3.0

Public PoCHigh EPSSExposed Creds
Published
27 September 2023
Modified
21 November 2024
CVSS Score v3.1 6.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.75 99.5th percentile
Risk Priority 75 floored blend · peak EPSS

Summary

CVE-2023-5222 is a medium-severity Use of Hard-coded Password (CWE-259) vulnerability in Viessmann Vitogate 300 Firmware. Its CVSS base score is 6.3 (Medium).

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

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-2023-5222 is a hard-coded password vulnerability (CWE-259) in the isValidUser function within /cgi-bin/vitogate.cgi of the web management interface on Viessmann Vitogate 300 devices running firmware up to version 2.1.3.0. The flaw allows authentication bypass through static credentials embedded in the component, rated at CVSS 6.3 with an attack vector of adjacent network access.

An unauthenticated attacker on the same local network segment can exploit the issue to obtain limited read, write, and disruption capabilities against the device without user interaction. Public proof-of-concept code has been released that demonstrates direct use of the hard-coded password against the CGI endpoint.

Vendor advisories and patches are unavailable; the supplier was notified prior to disclosure but provided no response, leaving the referenced GitHub technical write-up and VulDB entries as the primary public sources of detail. The associated EPSS score remains elevated near 0.90 with no documented low-to-high trajectory after publication.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability classified as critical was found in Viessmann Vitogate 300 up to 2.1.3.0. This vulnerability affects the function isValidUser of the file /cgi-bin/vitogate.cgi of the component Web Management Interface. The manipulation leads to use of hard-coded password. The exploit…

more

has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-240364. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
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.
T1133 External Remote Services Persistence
Adversaries may leverage external-facing remote services to initially access and/or persist within a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-45852Same product: Viessmann Vitogate 300
CVE-2023-5702Same product: Viessmann Vitogate 300
CVE-2026-22055Shared CWE-259
CVE-2024-7159Shared CWE-259
CVE-2024-2197Shared CWE-259
CVE-2025-25428Shared CWE-259
CVE-2026-20316Shared CWE-259
CVE-2026-35905Shared CWE-259
CVE-2026-7251Shared CWE-259
CVE-2025-47823Shared CWE-259

Affected Assets

viessmann
vitogate 300 firmware
≤ 2.1.3.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-259

Changing default authenticators prior to first use directly prevents use of hard-coded passwords.

addresses: CWE-259

Shared threat data frequently highlights products or deployments still using hard-coded passwords, enabling remediation that directly blocks credential-based attacks.

addresses: CWE-259

Background checks and authorization requirements decrease the probability that a developer will hard-code passwords for later unauthorized access.

addresses: CWE-259

Reviews of supplier deliverables reduce the chance that hard-coded passwords are introduced into the system.

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-06 mostly match
prevents

Secure SDLC practices directly prohibit embedding credentials in source code or binaries.

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

Requiring users to change temporary or default passwords at first use stops the continued existence of hard-coded or guessable passwords that are shipped with the product.

References