Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
2DescriptionCVE.org
A flaw has been found in SourceCodester Pet Grooming Management Software 1.0. Affected is an unknown function of the file /admin/. This manipulation causes file and directory information exposure. The attack can be initiated remotely. The exploit has been published and may be used.
AnalysisAI
File and directory information exposure in SourceCodester Pet Grooming Management Software 1.0 allows remote unauthenticated attackers to enumerate internal file and directory structures via the /admin/ endpoint. The root cause is CWE-538 (Deployment of Code to Unauthorized Actors / File and Directory Information Exposure), and a proof-of-concept exploit has been publicly released on GitHub. While not listed in CISA KEV and carrying only low confidentiality impact, the absence of any authentication requirement and the public POC lower the bar for exploitation significantly.
Technical ContextAI
SourceCodester Pet Grooming Management Software 1.0 is a PHP-based web application distributed freely for small business use. CWE-538 describes a condition where a web server or application inadvertently exposes internal file system structure - commonly through directory listing being enabled on the web server, verbose error messages revealing absolute paths, or an unprotected administrative endpoint returning file metadata. The affected path is /admin/, which is the application's administrative interface. Per CPE cpe:2.3:a:sourcecodester:pet_grooming_management_software:*:*:*:*:*:*:*:*, the wildcard version field indicates the flaw may not be limited to version 1.0 alone, though the CVE description specifically names 1.0. Exposure of /admin/ directory contents can reveal configuration file names, upload directories, database connection scripts, and backup files that enable follow-on attacks.
RemediationAI
No vendor-released patch has been identified at time of analysis; the remediation level in the CVSS temporal vector is marked RL:X (not defined), and no fix version appears in any of the provided references. Immediate compensating controls should be applied: configure the web server (Apache or nginx) to explicitly disable directory listing for the /admin/ path by setting 'Options -Indexes' in Apache or 'autoindex off' in nginx - this eliminates the most direct exposure. Restrict access to the /admin/ path to trusted IP ranges via web server or firewall ACLs, since PR:N (no authentication required) makes this the highest-priority control; trade-off is operational inconvenience for remote administrators. If the application supports it, enforce HTTP authentication (e.g., HTTP Basic Auth at the web server level) as an additional layer in front of /admin/. Monitor web server access logs for unusual enumeration patterns against /admin/. The exploit POC is publicly documented at https://github.com/MICHEY-Ben/cve/issues/2 and the VulDB entry at https://vuldb.com/vuln/367532 - review these for specific request patterns to inform WAF rule creation.
SourceCodester Pet Grooming Management Software 1.0 is vulnerable to Cross Site Scripting (XSS) via the Customer Name fi
SQL injection in SourceCodester Pet Grooming Management Software 1.0 exposes the /admin/get_barcode_data.php endpoint to
Improper authorization in SourceCodester Pet Grooming Management Software 1.0 allows authenticated remote attackers to g
The change password functionality at /pet_grooming/admin/change_pass.php in SourceCodester Pet Grooming Management Softw
A vulnerability has been found in SourceCodester Pet Grooming Management Software 1.0. Rated medium severity (CVSS 5.3),
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33633
GHSA-fv4h-8p5m-3cg2