Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐘
🐘 Packagist
Not in CISA KEV
HIGH severity

GHSA-ppxm-q2h4-v7mm — nilsteampassnet/teampass

HIGHFix: nilsteampassnet/teampass@4780252

GHSA-ppxm-q2h4-v7mm is a high-severity (CVSS 7.5) vulnerability in nilsteampassnet/teampass. 2 public exploit references exist, so weaponization risk is real. A fix is available for nilsteampassnet/teampass — see the affected versions and patch details below.

Teampass SQL Injection vulnerability

Also known asCVE-2023-1545
Published
Mar 21, 2023
Updated
Nov 8, 2023
Affected
1 pkg
Patched
1 / 1
Exploits
2 known
Exploitation data as of Sep 26, 2026 · OSV.dev, FIRST.org (EPSS)

Exploitation Status

Proof-of-concept exploit code exists

  • CISA’s SSVC triage found public proof-of-concept exploit code for this CVE, though no confirmed active exploitation.
  • CISA assesses this as automatable — exploitation doesn’t require manual, per-target effort, which raises the odds of mass scanning and opportunistic attacks.

Exploitation and automatability from CISA’s SSVC triage for GHSA-ppxm-q2h4-v7mm.

EPSS Exploitation Probability

via FIRST.org ↗
8.4%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs95th percentile — riskier than 95% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

GHSA-ppxm-q2h4-v7mm by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

1 pkg affected
🐘nilsteampassnet/teampass

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Packagist packages — download data is not available via public APIs for these ecosystems.

Description

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

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐘Packagistnilsteampassnet/teampassall versions3.0.0.22composer require nilsteampassnet/teampass:^3.0.0.22
Exploits & PoCs
2

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

EDB-52094webappsphp

TeamPass 3.0.0.21 - SQL Injection

by Max Meyer - Rivendell · Mar 22, 2025

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for nilsteampassnet/teampass, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update nilsteampassnet/teampass to 3.0.0.22 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-ppxm-q2h4-v7mm is resolved across your whole dependency graph.

  3. Workarounds

    Until you can upgrade, make sure every query built from user input uses parameterised statements or a prepared-statement API rather than string concatenation, and reduce the database account's privileges so an injected query cannot read or alter data beyond what the feature needs.

Frequently Asked Questions

SQL Injection in GitHub repository nilsteampassnet/teampass prior to 3.0.0.22.
O3 Security · Impact-Aware SCA

Is GHSA-ppxm-q2h4-v7mm in your dependencies?

Find it across Packagist, including transitive dependencies.