SourceCodester SUP Online Shopping SQLi: CVE-2026-8130 Exposed
The National Vulnerability Database has disclosed CVE-2026-8130, a high-severity SQL Injection vulnerability affecting SourceCodester SUP Online Shopping 1.0. This flaw resides in the /admin/message.php file, specifically through the manipulation of the seenid argument. The vulnerability, which is remotely exploitable, carries a CVSSv3.1 score of 7.3 (HIGH).
Attackers can leverage this vulnerability without authentication, making it a critical concern for organizations running affected instances. The National Vulnerability Database notes that an exploit is publicly available, significantly increasing the likelihood of active exploitation in the wild. This isn’t theoretical; it’s a direct path for data exfiltration and potential system compromise.
This SQLi vulnerability falls under CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component) and CWE-89 (Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)). Defenders must prioritize patching or isolating any deployments of SourceCodester SUP Online Shopping 1.0 immediately to prevent unauthorized access and data breaches.
What This Means For You
- If your organization uses SourceCodester SUP Online Shopping 1.0, you are directly exposed to CVE-2026-8130. This is a remotely exploitable SQL Injection with public exploits available. You need to identify all instances of this software, take them offline, or apply any available patches immediately. Audit logs for suspicious activity, especially around the `/admin/message.php` endpoint.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8130 SourceCodester SUP Online Shopping SQLi via message.php
title: CVE-2026-8130 SourceCodester SUP Online Shopping SQLi via message.php
id: scw-2026-05-08-ai-1
status: experimental
level: critical
description: |
Detects attempts to exploit CVE-2026-8130 in SourceCodester SUP Online Shopping 1.0. The rule specifically looks for requests to '/admin/message.php' containing the 'seenid' parameter with SQL injection payloads like 'UNION SELECT' and '@@version', indicating an attempt to exploit the SQL injection vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-08
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8130/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/admin/message.php'
cs-uri-query|contains:
- 'seenid='
cs-uri-query|contains:
- 'UNION SELECT'
cs-uri-query|contains:
- '@@version'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8130 | SQLi | SourceCodester SUP Online Shopping 1.0 |
| CVE-2026-8130 | SQLi | Vulnerable file: /admin/message.php |
| CVE-2026-8130 | SQLi | Vulnerable parameter: seenid |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 08, 2026 at 07:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.