Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-15539 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

A security vulnerability has been detected in SourceCodester Online Book Store System 1.0. Impacted is an unknown function of the file /admin/index.php?page=books of the component Book Image Upload Feature. Such manipulation leads to unrestricted upload. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-284Improper Access Control[email protected]
CWE-434Unrestricted Upload of File with Dangerous Type[email protected]

Affected Products

ProductVersions
SourceCodester Online Book Store System
1.0

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:moderate effort

    Restrict uploads to approved image formats only: .jpg, .jpeg, .png, .gif, .webp. Validate MIME type server-side and validate file signatures (magic bytes). Rename uploaded files using random identifiers and store uploads outside the web root.

  • Mitigation:moderate effort

    Disable PHP execution within the uploads directory. For Apache, use: <Directory "/uploads"> php_admin_flag engine off </Directory>. For Nginx, use: location /uploads/ { location ~ .php$ { deny all; } }

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-15539
NVD Published Date:
Jul 13, 2026
NVD Last Modified:
Jul 13, 2026
Source:
[email protected]
CVE-2026-15539 Details - Not Deferred