CVE-2025-15142
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability was identified in 9786 phpok3w up to 901d96a06809fb28b17f3a4362c59e70411c933c. Impacted is an unknown function of the file show.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit is publicly available and might be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceSQL injection vulnerability in phpok3w's show.php file via the ID parameter allows remote attackers to inject malicious SQL queries. The exploit is publicly available and no official patch exists as the project has not responded to the reported issue.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate phpok3w installationSearch the web root directory for files or directories named 'phpok3w' or 'phpok'. Common paths include /var/www/html/, /www/, or C:\inetpub\wwwroot\. Look for the main index.php or admin.php files typical of this CMS.Affected if The phpok3w software is present on the server.
-
Find the vulnerable show.php fileNavigate to the phpok3w installation directory and locate the show.php file. This is typically found in the root or a front controller directory of the application.Affected if The show.php file exists in the phpok3w installation.
-
Inspect the ID parameter handling in show.phpOpen show.php in a text editor or use 'grep -n "ID" show.php' or 'Select-String -Path show.php -Pattern "ID"' to locate where the ID parameter is processed. Look for code that directly uses $_GET['ID'], $_POST['ID'], or similar superglobals in SQL queries without sanitization.Affected if The ID parameter is directly used in database queries without prepared statements or parameterization.
-
Check for SQL injection sinksSearch for common database query functions in show.php such as 'query(', 'execute(', 'mysqli_query(', 'PDO::query(', or similar. Verify if user-supplied ID input flows into these functions unsafely.Affected if User input from the ID parameter flows into SQL queries without escaping or parameter binding.
-
Identify the installed versionCheck version files such as version.php, CHANGELOG.md, README.md, or a config file within the phpok3w directory. Also check the footer of the admin panel or any meta tags in the HTML source.Affected if A specific version cannot be determined from available files, assume all versions are potentially affected.
If phpok3w is installed and the show.php file handles the ID parameter without prepared statements or input sanitization, the environment is vulnerable to CVE-2025-15142.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement input validation and use parameterized queries/prepared statements for all database operations involving user-supplied input. Since the upstream project hasn't responded, consider manual patching or implementing a Web Application Firewall as a temporary measure.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-15142 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-15142 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data