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.
Published: 2026-08-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in residents.php allows an attacker to manipulate the Search argument, enabling the injection of arbitrary SQL. This results in improper input validation (CWE‑74) and classic SQL injection (CWE‑89). An attacker can read, modify, or delete resident records and potentially gain further privileges within the database, thereby compromising confidentiality and integrity of the resident data.

Affected Systems

code‑projects Barangay Resident Profiling Management System version 1.0. The affected component is the Resident Search Functionality in residents.php.

Risk and Exploitability

The CVSS score of 6.9 indicates that the vulnerability poses a moderate to high risk, and the EPSS score is not available, while the vulnerability is not listed in CISA KEV. Remote exploitation is possible, as the flaw can be triggered from outside the application without authentication. Because the exploit has been publicly disclosed, the likelihood of exploitation is non‑negligible.

Generated by OpenCVE AI on August 23, 2026 at 23:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch or upgrade to a version of Barangay Resident Profiling Management System that sanitizes the Search parameter and uses prepared statements.
  • Ensure that the application user for the database has only the minimum privileges required to perform its functions, limiting potential damage from an injection attack.
  • Implement application‑level input validation or filtering on the Search field, rejecting or escaping characters that could alter SQL syntax.

Generated by OpenCVE AI on August 23, 2026 at 23:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
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.
Title code-projects Barangay Resident Profiling Management System Resident Search Functionality residents.php sql injection
First Time appeared Code-projects
Code-projects barangay Resident Profiling Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:barangay_resident_profiling_management_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects barangay Resident Profiling Management System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Barangay Resident Profiling Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-23T22:15:09.608Z

Reserved: 2026-08-23T06:08:32.464Z

Link: CVE-2026-78143

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-23T23:16:44.810

Modified: 2026-08-23T23:16:44.810

Link: CVE-2026-78143

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-23T23:30:09Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')