CVE-2026-19196
Received Received - Intake

SQL Injection in Photo Share Website 1.0

Vulnerability report for CVE-2026-19196, 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. The impacted element is an unknown function of the file /social/ajax.php?action=login. The manipulation of the argument email results in sql injection. The attack can be launched remotely. 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 vulnerability is a SQL injection flaw in Photo Share Website 1.0. It exists in the /social/ajax.php file where the 'email' parameter is used in SQL queries without proper validation. Attackers can inject malicious SQL code through the email input field to manipulate database queries.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-19196, test the /social/ajax.php?action=login endpoint with malicious input in the email parameter. Use tools like curl or sqlmap to send payloads such as ' OR '1'='1 or ' OR 1=1 --. Monitor for errors or unexpected responses indicating SQL injection.

Impact Analysis

This vulnerability allows attackers to access, modify, or delete database contents remotely. It could lead to unauthorized data exposure, data corruption, or complete system compromise. Attackers might steal sensitive user information or gain administrative control over the website.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data protection and security. It could result in unauthorized data access, breaching confidentiality and integrity requirements. Organizations may face legal penalties, fines, and reputational damage for failing to protect sensitive data.

Mitigation Strategies

Immediately apply input validation to sanitize the email parameter. Replace direct SQL queries with prepared statements using parameter binding. Restrict database user permissions to least privilege. 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-19196. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart