Security readout for executives and security teams
Plain-English summary
CVE-2021-45467 affects CWP before 0.9.8.1107. A remote unauthenticated attacker could abuse malformed null-byte input to make the user loader register an arbitrary API key. For an exposed hosting control panel, that can threaten server confidentiality, integrity, and availability.
Executive priority
Treat this as urgent for any exposed CWP server. The weakness is unauthenticated, network-reachable, and rated critical. The main business risk is control-panel compromise affecting hosted sites, customer data, and service availability.
Technical view
The CVE describes a missing authorization flaw in CWP /user/loader.php. Specially formed %00 bytes in a scripts parameter could reach API account-creation behavior and register an arbitrary API key without authentication. CVSS 3.1 is 9.8, network-accessible, low complexity, no privileges, and no user interaction.
Likely exposure
Exposure is most likely where CWP, also known as Control Web Panel or CentOS Web Panel, is reachable over the network and running a version before 0.9.8.1107. The structured affected-product data is incomplete, but the description clearly names CWP before that version.
Exploitation context
The bundle does not show CISA KEV status, and it provides no confirmed active exploitation evidence. A public research reference characterizes the issue as pre-authentication RCE, but this analysis only relies on the CVE-described unauthenticated arbitrary API-key registration behavior.
Researcher notes
CWE is listed as CWE-862, missing authorization. The affected product metadata is weak, but the CVE text identifies CWP before 0.9.8.1107. Do not assume active exploitation from this bundle alone; KEV is false and no cited source confirms exploitation in the wild.
Mitigation direction
- Identify all internet-facing CWP instances and record their installed versions.
- Prioritize upgrade or vendor-approved remediation for CWP versions before 0.9.8.1107.
- Review the Control Web Panel changelog and current vendor guidance before applying changes.
- If remediation is delayed, use vendor-approved exposure reduction controls.
Validation and detection
- Verify CWP version is 0.9.8.1107 or later, or otherwise not affected.
- Check whether /user/loader.php is reachable from untrusted networks.
- Review logs for suspicious unauthenticated loader.php requests using api or scripts parameters.
- Confirm no unexpected API keys or accounts were created around the exposure window.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.
Open ATT&CK lookupCVE-2021-45467 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.8CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://control-webpanel.com/changelogCVE reference
- https://octagon.net/blog/2022/01/22/cve-2021-45467-cwp-centos-web-panel-preauth-rce/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
