Cyber Resilience

CVE-2023-41012

CriticalPublic PoC

Published: 05 September 2023

Published
05 September 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0404 88.8th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-41012 is a critical-severity Session Fixation (CWE-384) vulnerability in Chinamobile Intelligent Home Gateway Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 11.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

China Mobile Intelligent Home Gateway firmware version HG6543C4 contains a design flaw in its authentication mechanism, tracked as CVE-2023-41012 and assigned CWE-384. The vulnerability permits remote attackers to bypass identity verification and execute arbitrary commands on the device. It carries a CVSS 3.1 base score of 9.8, reflecting network attack vector, low complexity, and no required privileges or user interaction.

Unauthenticated remote attackers can exploit the weakness to gain full control of affected gateways, potentially compromising home-network traffic, connected devices, and any credentials stored on the appliance. The flaw stems from inadequate session or authentication-state handling that allows crafted requests to achieve command execution without valid credentials.

Public references consist of a detailed technical disclosure on GitHub that reproduces the command-execution path resulting from the identity-verification design flaw; no vendor advisory, patch, or official mitigation guidance is referenced in the available sources. The associated EPSS score reached a peak of 0.0703 before receding to its current value of 0.0404, indicating modest post-disclosure interest that has since declined.

EU & UK References

Vulnerability details

An issue in China Mobile Communications China Mobile Intelligent Home Gateway v.HG6543C4 allows a remote attacker to execute arbitrary code via the authentication mechanism.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

chinamobile
intelligent home gateway firmware
hg6543c4

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-384

Session termination after a set interval shortens the usable lifetime of a fixed session identifier, making successful exploitation of session fixation more difficult.

addresses: CWE-384

Re-authentication typically forces issuance of a new session, limiting the window for exploitation of a previously fixed session identifier.

addresses: CWE-384

Enforces proper session ID generation and binding, preventing fixation of a known session token.

References