CVE-2026-10875
Deferred Deferred - Pending Action
SQL Injection in Online Art Gallery Shop Project

Publication date: 2026-06-04

Last updated on: 2026-06-04

Assigner: VulDB

Description
A security flaw has been discovered in projectworlds Online Art Gallery Shop Project 1.0. The impacted element is an unknown function of the file /admin/adminHome.ph. The manipulation of the argument social_twitter results in sql injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-04
Last Modified
2026-06-04
Generated
2026-06-25
AI Q&A
2026-06-05
EPSS Evaluated
2026-06-24
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
projectworlds online_art_gallery_shop 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The SQL injection vulnerability in the Online Art Gallery Shop Project 1.0 allows unauthorized access to sensitive data through database manipulation or leakage. Such unauthorized data exposure or alteration can lead to non-compliance with data protection regulations like GDPR and HIPAA, which mandate the protection of personal and sensitive information from unauthorized access or breaches.

Failure to address this vulnerability could result in data breaches, potentially exposing personal user data, which is a violation of these standards and may lead to legal and financial consequences.

Detection Guidance

The CVE-2026-10875 vulnerability can be detected by testing the `social_twitter` parameter in the `/admin/adminHome.php` file for SQL injection flaws. Tools like sqlmap can be used to confirm the presence of the vulnerability by performing boolean-based blind, error-based, and time-based blind SQL injection techniques.

  • Use sqlmap to test the vulnerable parameter: sqlmap -u "http://target/admin/adminHome.php" --data="social_twitter=1" --risk=3 --level=5
  • Manually test by injecting SQL payloads into the social_twitter parameter and observe for SQL errors or unexpected behavior.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection, applying strict input validation on the social_twitter parameter, and minimizing database user permissions to limit potential damage.

  • Use prepared statements with parameter binding in the code handling the social_twitter parameter.
  • Validate and sanitize all inputs to ensure only expected data is processed.
  • Restrict database user permissions to the minimum necessary.
  • Conduct regular security audits to detect and fix vulnerabilities early.
Executive Summary

This vulnerability is a security flaw found in the projectworlds Online Art Gallery Shop Project 1.0. It exists in an unknown function within the file /admin/adminHome.ph. The issue arises from the manipulation of the argument social_twitter, which leads to a SQL injection vulnerability. This means an attacker can inject malicious SQL code through this argument.

The attack can be launched remotely, and the exploit code has already been made public, increasing the risk of exploitation.

Impact Analysis

This vulnerability can allow an attacker to perform SQL injection attacks remotely. Such attacks can lead to unauthorized access to the database, data leakage, data modification, or even deletion of data.

Because the exploit is publicly available, the risk of attack is higher, potentially compromising the confidentiality, integrity, and availability of the affected system's data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-10875. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart