Cyber Resilience

CVE-2025-7538

MediumPublic PoC

Published: 13 July 2025

Published
13 July 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 5.5 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
EPSS Score 0.0050 66.3th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7538 is a medium-severity Improper Access Control (CWE-284) vulnerability in Campcodes Sales And Inventory System. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 33.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-7538 is a critical vulnerability in Campcodes Sales and Inventory System 1.0, affecting unknown code in the file /pages/product_update.php. The issue arises from manipulation of the image argument, enabling unrestricted file upload. Published on 2025-07-13, it is associated with CWE-284 and CWE-434, and carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L).

Remote attackers can exploit this vulnerability without privileges or user interaction, requiring only network access and low complexity. Successful exploitation allows limited impacts on confidentiality, integrity, and availability through unrestricted file uploads, with the exploit disclosed publicly and available for use.

Advisories and further details are documented in references such as the GitHub issue at https://github.com/zhaodaojie/cve/issues/1 and VulDB entries at https://vuldb.com/?ctiid.316234, https://vuldb.com/?id.316234, and https://vuldb.com/?submit.613625. The vendor site is reachable at https://www.campcodes.com/.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in Campcodes Sales and Inventory System 1.0. This vulnerability affects unknown code of the file /pages/product_update.php. The manipulation of the argument image leads to unrestricted upload. The attack can be initiated remotely. The…

more

exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
T1608.002 Upload Tool Resource Development
Adversaries may upload tools to third-party or adversary controlled infrastructure to make it accessible during targeting.
Why these techniques?

Unrestricted file upload in public-facing web app (/pages/product_update.php) enables exploitation of public-facing application (T1190), web shell deployment (T1100, T1505.003), and uploading tools/malware (T1608.002) without authentication, as shown in POC with PHP shell.

CVEs Like This One

CVE-2025-7470Same product: Campcodes Sales And Inventory System
CVE-2025-7183Same product: Campcodes Sales And Inventory System
CVE-2025-0341Same vendor: Campcodes
CVE-2025-0213Same vendor: Campcodes
CVE-2025-15404Same vendor: Campcodes
CVE-2025-7547Same vendor: Campcodes
CVE-2025-0346Shared CWE-284, CWE-434
CVE-2025-7939Shared CWE-284, CWE-434
CVE-2025-0335Shared CWE-284, CWE-434
CVE-2025-9296Shared CWE-284, CWE-434

Affected Assets

campcodes
sales and inventory system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the image argument and file type/extension on product_update.php to block unrestricted uploads.

prevent

Enforces access-control checks on the product-update function so that unauthenticated remote users cannot reach or misuse the upload path.

preventdetect

Requires malicious-code scanning of uploaded files before they are stored or executed, limiting the impact of an unrestricted upload.

References