Description
A vulnerability was identified in code-projects Barangay Resident Profiling Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /boarders.php of the component Boarder Management Module. Such manipulation of the argument ID leads to authorization bypass. The attack can be executed remotely. The exploit is publicly available and might be used.
Published: 2026-08-23
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authorization Bypass
Action: Apply Patch
AI Analysis

Impact

A vulnerability was identified in code‑projects Barangay Resident Profiling Management System 1.0. An attacker can manipulate the ID argument in the boarders.php script of the Boarder Management Module to bypass authorization checks. This allows the attacker to access or modify restricted data without proper privilege. The weakness corresponds to CWE-285 (Improper Authorization) and CWE-639 (Authorization Bypass Through User‑Controlled Parameter). The vulnerability is exploitable remotely and a publicly available exploit is documented.

Affected Systems

The affected product is code‑projects Barangay Resident Profiling Management System version 1.0. The vulnerability resides in the boarders.php file of the Boarder Management Module and impacts any deployment of this system that exposes that endpoint.

Risk and Exploitability

The CVSS base score of 5.3 reflects moderate risk, with a medium level of impact. The exploit is publicly available, but no EPSS score is provided. Because the vulnerability is not listed in KEV and no CVE annotations suggest a high exploitation likelihood, the overall risk depends on the presence of an accessible boarders.php endpoint and insufficient authorization controls. The attack can be performed over the network by supplying an erroneous or malicious ID value, resulting in unauthorized data access.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor patch or upgrade to a version that fixes the ID parameter validation in boarders.php, thereby addressing the CWE-285 and CWE-639 weaknesses.
  • On systems without a vendor patch, implement strict authorization checks in the Boarder Management Module, verifying the ID argument and ensuring only users with the required roles can access the endpoint, mitigating the CWE-285 and CWE-639 flaws.
  • Enable logging of all ID parameter requests to boarders.php and set up alerts or automated blocking for anomalous or excessively large values that may indicate abuse of the authorization bypass.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description A vulnerability was identified in code-projects Barangay Resident Profiling Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /boarders.php of the component Boarder Management Module. Such manipulation of the argument ID leads to authorization bypass. The attack can be executed remotely. The exploit is publicly available and might be used.
Title code-projects Barangay Resident Profiling Management System Boarder Management boarders.php authorization
First Time appeared Code-projects
Code-projects barangay Resident Profiling Management System
Weaknesses CWE-285
CWE-639
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': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-26T18:07:57.713Z

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

Link: CVE-2026-78144

cve-icon Vulnrichment

Updated: 2026-08-26T18:07:52.680Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-26T19:17:06.860

Link: CVE-2026-78144

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:12:14Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key