critical · CVSS v3 9.8
CVE-2026-36471
CuteNews v.2.1.2 is vulnerable to deserialization of untrusted data via the __post_data parameter in cn_parse_url(), allowing a remote attac
Overview
CuteNews v.2.1.2 is vulnerable to deserialization of untrusted data via the __post_data parameter in cn_parse_url(), allowing a remote attacker to inject arbitrary values into internal request variables, including __referer. This flaw can lead to unauthorized data manipulation or potential remote code execution. The vulnerability is critical with a CVSS v3 score of 9.8.
Description
Deserialization of Untrusted Data of the __post_data parameter in cn_parse_url() in CuteNews v.2.1.2 allows a remote attacker to inject arbitrary values into internal request variables (including __referer) via a crafted base64-encoded serialized PHP payload submitted as a POST parameter.
Impact
The flaw compromises confidentiality, integrity, and availability of the application by allowing attackers to alter request variables and potentially execute arbitrary code. Administrators and end‑users are at risk of data tampering, session hijacking, and service disruption.
Remediation
Apply the vendor‑issued patch or upgrade to the latest CuteNews release. If an update is not immediately possible, disable or sanitize the __post_data parameter, enforce strict input validation, and avoid unserializing untrusted data. Monitor logs for suspicious POST activity and consider implementing a Web Application Firewall rule to block malformed requests.
Risk context
The vulnerability is rated critical with a CVSS v3 score of 9.8, indicating a high urgency for remediation. No EPSS data is available, but the severity alone warrants immediate attention.
Affected products
- CuteNews 2.1.2
Scores
- Severity
- critical
- CVSS v2
- 7.5
- CVSS v3
- 9.8
- CVSS v4
- —
- EPSS
- —