Cyber Resilience

CVE-2023-5313

Race Condition in Phpkobo Ajax Poll Script 3.18

Public PoCRace Condition
Published
30 September 2023
Modified
21 November 2024
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:N/I:L/A:N
EPSS Score 0.0048 39th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2023-5313 is a medium-severity Improper Enforcement of a Single, Unique Action (CWE-837) vulnerability in Phpkobo Ajax Poll Script. 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 39th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability classified as problematic was found in phpkobo Ajax Poll Script 3.18. Affected by this vulnerability is an unknown functionality of the file ajax-poll.php of the component Poll Handler. The manipulation leads to improper enforcement of a single, unique…

more

action. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-240949 was assigned to this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-41450Same vendor: Phpkobo
CVE-2024-53160Shared CWE-362
CVE-2024-54120Shared CWE-362
CVE-2023-52480Shared CWE-362
CVE-2023-31225Shared CWE-362
CVE-2025-38108Shared CWE-362
CVE-2026-23411Shared CWE-362
CVE-2025-38561Shared CWE-362
CVE-2024-47679Shared CWE-362
CVE-2023-42756Shared CWE-362

Affected Assets

phpkobo
ajax poll script
3.18

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-362

Accurate timestamps from internal clocks enable detection of race conditions by providing reliable event ordering in audit logs.

addresses: CWE-362

Coordination of concurrent security activities reduces the probability that shared resources will be accessed simultaneously without proper synchronization.

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 require proper synchronization primitives and concurrency testing that prevent race conditions.

PR.AA-05 partial match
prevents

Authorization policy enforcement can include rules that restrict actions to a single use.

PR.IR-01 partial match
prevents

Logical access controls can incorporate mechanisms that block replay or repeated actions.

PR.PS-05 partial match
prevents

Preventing execution of unauthorized or duplicate actions directly addresses single-use enforcement.

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.

finds

Security testing can detect race conditions, but does not prevent them at design or coding time.

degrades

Access-control rules can enforce single-use or uniqueness constraints, but the control is broader than this specific weakness.

degrades

Managing access rights can include rules that limit an action to one occurrence, yet the control addresses rights in general.

prevents

Secure SDLC practices can require design controls for single-use actions, but the control addresses the entire lifecycle.

prevents

Application-security requirements can specify single-action enforcement, yet the control is wider in scope.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

References