Cyber Posture

CVE-2025-1187

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
18 February 2025
KEV Added
Patch
CVSS Score 5.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0008 24.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1187 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Code-Projects Police Fir Record Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 24.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-2 requires identifying, reporting, and correcting flaws like this stack-based buffer overflow in the Delete Record Handler, directly eliminating the vulnerability through patching or replacement.

prevent

SI-10 enforces validation of inputs to the Delete Record Handler, preventing the manipulation that triggers the stack-based buffer overflow.

prevent

SI-16 implements memory protections such as stack canaries, ASLR, and DEP to safeguard against exploitation of the stack-based buffer overflow even if triggered.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

The stack-based buffer overflow vulnerability in the Delete Record Handler of the Police FIR Record Management System enables local exploitation for arbitrary code execution, facilitating privilege escalation.

NVD Description

A vulnerability classified as critical was found in code-projects Police FIR Record Management System 1.0. Affected by this vulnerability is an unknown functionality of the component Delete Record Handler. The manipulation leads to stack-based buffer overflow. Attacking locally is a…

more

requirement. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2025-1187 is a critical stack-based buffer overflow vulnerability affecting an unknown functionality within the Delete Record Handler component of the Police FIR Record Management System version 1.0, available from code-projects.org. Published on 2025-02-12, the issue is linked to CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), CWE-121 (Stack-based Buffer Overflow), and CWE-787 (Out-of-bounds Write), with a CVSS v3.1 base score of 5.3 (AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

Exploitation requires local access (AV:L) by an attacker with low privileges (PR:L), low attack complexity (AC:L), and no user interaction (UI:N). Manipulation of the vulnerable component can trigger the stack-based buffer overflow, potentially leading to low-level impacts on confidentiality, integrity, and availability.

Advisories referenced in VulDB entries (ctiid.295093, id.295093, submit.495921) and a GitHub repository document the vulnerability, noting that the exploit has been publicly disclosed and may be used. No patches or specific mitigations are mentioned in the provided details.

Details

CWE(s)

Affected Products

code-projects
police fir record management system
1.0

CVEs Like This One

CVE-2025-1163Same vendor: Code-Projects
CVE-2025-2589Same vendor: Code-Projects
CVE-2026-2016Shared CWE-119, CWE-121
CVE-2025-0529Shared CWE-119, CWE-121
CVE-2026-3137Shared CWE-119, CWE-121
CVE-2026-5611Shared CWE-119, CWE-121
CVE-2026-5154Shared CWE-119, CWE-121
CVE-2026-3810Shared CWE-119, CWE-121
CVE-2025-15413Shared CWE-119, CWE-787
CVE-2026-20698Shared CWE-119, CWE-787

References