Cyber Resilience

CVE-2023-1545

HighPublic PoC

Published: 21 March 2023

Published
21 March 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.1398 94.5th percentile
Risk Priority 23 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-1545 is a high-severity SQL Injection (CWE-89) vulnerability in Teampass Teampass. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 5.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2023-1545 is a SQL injection vulnerability, tracked under CWE-89, that affects the TeamPass password manager in the nilsteampassnet/teampass GitHub repository prior to version 3.0.0.23. The flaw carries a CVSS 3.1 base score of 7.5, reflecting network attack vector, low attack complexity, and no required privileges or user interaction, with a resulting high impact on confidentiality.

An unauthenticated remote attacker can supply crafted input to trigger the injection, enabling extraction of sensitive data stored in the application's database without any other preconditions.

The referenced GitHub commit 4780252fdb600ef2ec2758f17a37d738570cbe66 and the associated huntr.dev report document the corrective changes; administrators should upgrade to TeamPass 3.0.0.23 or later to eliminate the vulnerable code paths.

The EPSS score reached a peak of 0.1527 and currently stands at 0.1398, indicating moderate and relatively stable exploitation interest since disclosure.

EU & UK References

Vulnerability details

SQL Injection in GitHub repository nilsteampassnet/teampass prior to 3.0.0.23.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

teampass
teampass
≤ 3.0.0.23

Mitigating Controls

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-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References