Cyber Resilience

CVE-2024-2265

Info Disclosure in Keerti1924 Php Mysql User Signup Login System 1.0

Public PoCInfo Disclosure
Published
07 March 2024
Modified
17 June 2026
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0083 54th percentile
Risk Priority 46 floored blend · peak EPSS

Summary

CVE-2024-2265 is a medium-severity Inclusion of Sensitive Information in Source Code (CWE-540) vulnerability in Keerti1924 Php Mysql User Signup Login System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Code Repositories (T1213.003); ranked in the top 46% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability, which was classified as problematic, was found in keerti1924 PHP-MYSQL-User-Login-System 1.0. This affects an unknown part of the file login.sql. The manipulation leads to inclusion of sensitive information in source code. It is possible to initiate the attack…

more

remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-256035. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1213.003 Code Repositories Collection
Adversaries may leverage code repositories to collect valuable information.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-1701Same product: Keerti1924 Php Mysql User Signup Login System
CVE-2024-2264Same product: Keerti1924 Php Mysql User Signup Login System
CVE-2024-1702Same product: Keerti1924 Php Mysql User Signup Login System
CVE-2024-1700Same product: Keerti1924 Php Mysql User Signup Login System
CVE-2025-26013Shared CWE-540
CVE-2024-39729Shared CWE-540
CVE-2024-27257Shared CWE-540
CVE-2026-22275Shared CWE-540
CVE-2024-1272Shared CWE-540
CVE-2024-9596Shared CWE-540

Affected Assets

keerti1924
php mysql user signup login system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static analysis locate hard-coded sensitive values before code is deployed.

Enforces access so that source containing embedded secrets cannot be reached by unauthorized parties.

Engineering principles require secrets to be externalized rather than embedded in source.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prohibit embedding secrets or sensitive data in source code.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Directly restricts access to source code, preventing exposure of embedded sensitive information.

prevents

Secure coding standards explicitly prohibit hard-coding credentials or sensitive data.

prevents

Classification helps identify source code containing sensitive data so it can be protected.

prevents

Access control limits who can view or retrieve source code that may contain secrets.

prevents

Secure SDLC practices include removing secrets from code before commit or deployment.

mitigates

Environment separation reduces risk of accidental exposure but does not address secrets already in code.

References