LiveActive security incident?Get immediate response
CVE Record

CVE-2022-40444: ZZCMS 2022 was discovered to contain a full path disclosure vulnerability via the page /admin/index.PHP?

ZZCMS 2022 was discovered to contain a full path disclosure vulnerability via the page /admin/index.PHP? _server.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-40444 is a medium-severity information disclosure issue reported in ZZCMS 2022. A web-accessible admin page can reveal the server’s full filesystem path, which can help attackers understand hosting layout but does not by itself show code execution, data modification, or service disruption.

Executive priority

Treat this as a moderate exposure cleanup item, not an emergency based on current evidence. Prioritize internet-facing ZZCMS admin interfaces because path disclosure can improve attacker reconnaissance and may support later exploitation chains.

Technical view

The CVE describes full path disclosure through /admin/index.PHP? _server in ZZCMS 2022. CVSS 3.1 is 5.3: network reachable, low complexity, no privileges, no user interaction, unchanged scope, low confidentiality impact only. The record lists CWE-22, but product/version metadata is incomplete.

Likely exposure

Exposure is most likely for organizations running ZZCMS 2022 with the admin interface reachable over a network. The CVE metadata does not provide CPEs, vendor details, or a precise affected version range beyond the ZZCMS 2022 description.

Exploitation context

The source bundle does not show CISA KEV listing or confirm active exploitation. The reported impact is information disclosure, useful for reconnaissance and chaining with other weaknesses, but the sources do not establish direct compromise from this issue alone.

Researcher notes

Evidence is sparse: the CVE record names ZZCMS 2022 and one GitHub issue reference, while affected CPEs and vendor/product fields are not populated. Do not assume broader ZZCMS versions, exploitation in the wild, or a specific patch unless confirmed by maintainer guidance.

Mitigation direction

  • Identify any deployed ZZCMS 2022 instances and ownership.
  • Check ZZCMS maintainer guidance for a fixed release or configuration advice.
  • Limit network access to ZZCMS administrative paths where operationally feasible.
  • Disable verbose error output in production if supported by the application stack.
  • Monitor web logs for unusual requests to the affected admin page.

Validation and detection

  • Confirm whether ZZCMS 2022 is present in the environment.
  • Verify whether the admin interface is internet-accessible or internally exposed.
  • Review application responses for unintended filesystem path disclosure.
  • Check deployed version and configuration against any maintainer guidance.
  • Document compensating controls if no vendor fix is available.
Prepared
Confidence
medium
Sources
3

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-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-40444 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
2Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2022-40444Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

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-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.