PatchSiren cyber security CVE debrief
CVE-2018-25340 Behance CVE debrief
CVE-2018-25340 documents a SQL injection vulnerability in Smartshop 1, an e-commerce website template. The vulnerability exists in the category.php file, where the id parameter fails to properly sanitize user input. Unauthenticated attackers can exploit this flaw by sending crafted GET requests containing UNION-based SQL injection payloads to extract sensitive database information, including usernames and other data. The vulnerability carries a HIGH severity CVSS score of 8.8. The CVE was published on May 23, 2026, with a subsequent modification on May 26, 2026. The vulnerability status is currently marked as Deferred in the NVD. Multiple source references are available including an Exploit-DB entry and a VulnCheck advisory providing technical details. The vendor attribution is uncertain, with Behance identified as a reference domain candidate, indicating the software may be associated with a design portfolio platform rather than a traditional software vendor.
- Vendor
- Behance
- Product
- Smartshop
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-23
- Original CVE updated
- 2026-07-23
- Advisory published
- 2026-05-23
- Advisory updated
- 2026-07-23
Who should care
Organizations running Smartshop 1 e-commerce deployments; security teams monitoring for SQL injection attacks; developers maintaining PHP-based e-commerce applications; incident response teams investigating potential data exfiltration from e-commerce platforms
Technical summary
Smartshop 1 contains a SQL injection vulnerability in category.php. The id parameter accepts unsanitized user input, allowing unauthenticated attackers to inject malicious SQL code via GET requests. UNION-based payloads enable extraction of sensitive database information including usernames. The vulnerability requires no authentication and can be exploited remotely with low complexity.
Defensive priority
HIGH
Recommended defensive actions
- Apply input validation and parameterized queries to the id parameter in category.php
- Implement prepared statements to prevent SQL injection
- Review and sanitize all user-supplied input in the application
- Consider web application firewall rules to detect and block SQL injection attempts
- Monitor for suspicious GET requests to category.php containing SQL keywords or UNION statements
Evidence notes
SQL injection confirmed via UNION-based attack vector in category.php id parameter. CVSS 4.0 vector indicates network attack vector with low attack complexity, no privileges required, and high confidentiality impact. CWE-89 (Improper Neutralization of Special Elements in SQL Command) identified as the primary weakness.
Sources and references
Verified primary and authoritative sources
-
CVE-2018-25340 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2018-25340
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2018-25340 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2018-25340
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/smakosh/Smartshop/archive/master.zip
-
Source reference
Unverified legacy reference
URL: https://www.behance.net/gallery/49080415/Smartshop-Free-e-commerce-website
-
Source reference
Unverified legacy reference
URL: https://www.exploit-db.com/exploits/44823
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/smartshop-1-sql-injection-via-category-php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.