LiveActive security incident?Get immediate response
CVE Record

CVE-2021-45467: In CWP (aka Control Web Panel or CentOS Web Panel) before 0.9.8.1107, an unauthenticated attacker can use %...

In CWP (aka Control Web Panel or CentOS Web Panel) before 0.9.8.1107, an unauthenticated attacker can use %00 bytes to cause /user/loader.php to register an arbitrary API key, as demonstrated by a /user/loader.php?api=1&scripts= .%00./.%00./api/account_new_create&acc=guadaapi URI. Any number of %00 instances can be used, e.g., .%00%00%00./.%00%00%00./api/account_new_create could also be used for the scripts parameter.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
medium
Sources
4

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-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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

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.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-45467Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.