LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3551: Code Injection in nilsteampassnet/teampass

Code Injection in GitHub repository nilsteampassnet/teampass prior to 3.0.10.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2023-3551 is a critical code-injection flaw in nilsteampassnet/teampass before version 3.0.10. A high-privileged authenticated attacker could potentially run unintended code through the application. Because successful impact is rated high for confidentiality, integrity, and availability, affected deployments should be upgraded promptly.

Executive priority

Treat this as urgent for any affected TeamPass deployment. Although exploitation requires high privileges, the potential business impact is severe because successful code injection can compromise data, application integrity, and service availability.

Technical view

The CVE describes CWE-94 code injection in nilsteampassnet/teampass prior to 3.0.10. CVSS 3.0 score is 9.1 with network attack vector, low complexity, high privileges required, no user interaction, changed scope, and high CIA impact. The provided sources identify a fixing commit and Huntr bounty reference.

Likely exposure

Exposure is limited to organizations running nilsteampassnet/teampass versions earlier than 3.0.10. Risk is highest where high-privileged application accounts are broadly assigned or where the application is reachable from untrusted networks.

Exploitation context

The supplied bundle does not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates exploitation requires high privileges but is network reachable, low complexity, and does not require user interaction after access.

Researcher notes

Do not assume unauthenticated exploitation from the provided evidence. Prioritize version validation, privilege mapping, and fixed-build confirmation. The source bundle does not provide enough detail to identify specific vulnerable parameters or safe detection logic beyond version and patch-state checks.

Mitigation direction

  • Upgrade nilsteampassnet/teampass to version 3.0.10 or later.
  • Review the linked vendor commit and Huntr report for fixed-version confirmation.
  • Restrict administrative or high-privilege access until the upgrade is complete.
  • Audit privileged accounts and remove unnecessary elevated permissions.
  • Monitor vendor guidance for any later advisories or backports.

Validation and detection

  • Inventory all TeamPass deployments and record running versions.
  • Flag any nilsteampassnet/teampass instance earlier than 3.0.10.
  • Confirm upgraded builds include the referenced fixing commit or vendor release.
  • Review logs for unusual high-privilege activity before remediation.
  • Verify only expected users retain high-privilege application access.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-3551 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.1 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.0CriticalCVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H2.36Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

9.1Critical
CVSS 3.0 vector shape for CVE-2023-3551Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
nilsteampassnetnilsteampassnet/teampassunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.