CVE-2026-78143
Received Received - Intake

SQL Injection in Barangay Resident Profiling Management System

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

Publication date: 2026-08-23

Last updated on: 2026-08-23

Assigner: VulDB

Description

A vulnerability was determined in code-projects Barangay Resident Profiling Management System 1.0. Affected is an unknown function of the file residents.php of the component Resident Search Functionality. This manipulation of the argument Search causes sql injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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 the Barangay Resident Profiling Management System 1.0. It exists in the residents.php file within the Resident Search Functionality component. The issue allows attackers to manipulate the Search argument to inject malicious SQL code, potentially accessing or modifying database contents.

Detection Guidance

To detect SQL injection vulnerabilities in the Barangay Resident Profiling Management System, test the Search parameter in residents.php with payloads like ' OR 1=1 -- or ' OR '1'='1. Use tools such as SQLmap to automate detection by running: sqlmap -u "http://target/residents.php?Search=test" --batch.

Impact Analysis

An attacker could exploit this to extract sensitive resident data, alter records, or gain unauthorized access to the system. Since the exploit is publicly available, the risk of real-world attacks is higher. Unpatched systems could face data breaches or service disruptions.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if it results in unauthorized access to personal or health data. GDPR requires protecting personal data, while HIPAA mandates safeguards for health information. A breach could trigger fines or legal penalties.

Mitigation Strategies

Immediately apply input validation and parameterized queries to sanitize the Search parameter in residents.php. Update the application to the latest patched version if available. Restrict database user permissions to limit damage from potential SQL injection attacks.

Chat Assistant

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

EPSS Chart