CVE-2026-19211
Received Received - Intake

SQL Injection in Photo Share Website 1.0

Vulnerability report for CVE-2026-19211, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-07

Last updated on: 2026-08-07

Assigner: VulDB

Description

A vulnerability was found in SourceCodester Photo Share Website 1.0. This affects an unknown function of the file /social/ajax.php?action=signup. Performing a manipulation of the argument email results in sql injection. Remote exploitation of the attack is possible. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-07
Last Modified
2026-08-07
Generated
2026-08-07
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester photo_share_website 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in Photo Share Website 1.0. It exists in the file /social/ajax.php when handling the 'email' parameter during signup. Attackers can inject malicious SQL code due to insufficient input validation, allowing direct manipulation of the database.

Detection Guidance

To detect this SQL injection vulnerability, monitor network traffic for suspicious requests targeting /social/ajax.php?action=signup with unusual email parameter values. Use tools like SQLmap to test for SQLi by sending crafted inputs such as ' OR '1'='1. Check application logs for repeated failed login attempts or unexpected database queries.

Impact Analysis

This vulnerability could allow attackers to access sensitive data, modify or delete database records, and potentially take control of the system. If exploited, it may lead to data breaches, unauthorized account access, or complete system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A breach could result in legal penalties and loss of trust.

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all database queries. Implement strict input validation to sanitize the email parameter. Reduce database user permissions to the minimum required. Conduct a security audit to identify other potential vulnerabilities.

Chat Assistant

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

EPSS Chart