CVE-2025-66571: UNA CMS 9.0.0-RC1 - 14.0.0-RC4 PHP Object Injection
UNA CMS versions 9.0.0-RC1 - 14.0.0-RC4 contain a PHP object injection vulnerability in BxBaseMenuSetAclLevel.php where the profile_id POST parameter is passed to PHP unserialize() without proper handling, allowing remote, unauthenticated attackers to inject arbitrary PHP objects and potentially write and execute arbitrary PHP code.
Security readout for executives and security teams
Plain-English summary
A flaw in reported UNA CMS versions 9.0.0-RC1 through 14.0.0-RC4 may let an unauthenticated internet attacker take control of the website server. Successful abuse could expose data, alter content, disrupt service, or execute attacker-supplied PHP code. Public exploit material is referenced, but the supplied sources do not establish active exploitation.
Executive priority
Treat this as an urgent, same-day exposure assessment for internet-facing UNA CMS systems. Isolate or restrict potentially affected instances while technical teams confirm versions and obtain authoritative vendor remediation. Escalate immediately if unexpected PHP files, application changes, or suspicious requests are found.
Technical view
The affected BxBaseMenuSetAclLevel.php component reportedly passes the profile_id POST parameter to PHP unserialize() without safe handling. This creates CWE-502 PHP object injection. The CVSS 4.0 score is 9.3: network-accessible, low complexity, no privileges, and no user interaction, with high confidentiality, integrity, and availability impact.
Likely exposure
Internet-accessible UNA CMS deployments within the reported 9.0.0-RC1 through 14.0.0-RC4 range are the primary concern. Exposure depends on the vulnerable component and endpoint being present and reachable. The bundle’s structured affected entry lists only 9.0.0-RC1, conflicting with the broader description, so administrators should verify exact applicability with UNA guidance.
Exploitation context
An Exploit Database entry and public security advisories exist, increasing the likelihood of attacker awareness. However, the supplied bundle marks KEV false and provides no evidence of observed exploitation in the wild. Public exploit availability should not be interpreted as confirmed active exploitation or universal exploitability across every deployment.
Researcher notes
The vulnerability is described as unsafe deserialization of attacker-controlled POST data, potentially reaching arbitrary PHP code execution through available object chains. The bundle does not identify required gadget chains, affected configurations, a fixing version, or a vendor mitigation. It also contains an affected-version inconsistency that requires vendor confirmation. Avoid assuming every installation in the narrative range is exploitable.
Mitigation direction
Identify all UNA CMS deployments and record their exact versions and internet accessibility.
Check current UNA CMS guidance for a patched release or vendor-approved mitigation.
Prioritize restricting public access to affected installations until authoritative remediation is applied.
Preserve application, web-server, authentication, and file-change logs before remediation.
Review servers for unexpected PHP files, modified application files, or unauthorized administrative changes.
Validation and detection
Confirm the deployed UNA CMS version using trusted package, source, or release metadata.
Determine whether BxBaseMenuSetAclLevel.php and its associated request path are deployed and externally reachable.
Verify remediation against current UNA release notes or security guidance.
Inspect historical requests for unusual profile_id POST data without replaying exploit content.
Compare application files against a trusted release and investigate unexplained PHP additions or modifications.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-502 · source CWE mapping
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.