CVE-2026-63303
Received Received - Intake

Path Traversal in Quick.CMS via URI Path Component

Vulnerability report for CVE-2026-63303, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-28

Last updated on: 2026-07-28

Assigner: CERT.PL

Description

A Path Traversal vulnerability exists in Quick.CMS through the URI path component of HTTP requests, where the server fails to normalize dot-dot-slash (../) sequences before resolving and serving the requested file. An authenticated attacker with admin privileges can use this vulnerability to read contents of files located in the sibling directory of the webroot via a crafted HTTP request containing ../ sequences in the URI. The vendor assessed the likelihood of exploitation as very low and determined that a fix is not necessary.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-28
Last Modified
2026-07-28
Generated
2026-07-28
AI Q&A
2026-07-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
quick_cms quick_cms *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-23 The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Path Traversal vulnerability in Quick.CMS where an authenticated admin attacker can read files outside the webroot by using ../ sequences in HTTP requests. The server fails to normalize these sequences before resolving file paths.

Detection Guidance

To detect this Path Traversal vulnerability in Quick.CMS, you can send crafted HTTP requests containing ../ sequences in the URI path and check if the server returns files outside the intended directory. Use tools like curl to test with requests such as: curl http://target.com/path/../../../../etc/passwd. Monitor responses for file contents or errors indicating path traversal success.

Impact Analysis

An attacker with admin access could read sensitive files on the server, potentially exposing confidential data like configuration files, credentials, or other restricted information.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, potentially violating GDPR or HIPAA compliance if such data is exposed.

Mitigation Strategies

Since the vendor assessed the likelihood of exploitation as very low and determined a fix is not necessary, no immediate mitigation steps are required. However, ensure admin access is restricted to trusted users to reduce potential attack surface.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63303. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart