CVE-2026-3107 PUBLISHED

Multiple vulnerabilities in Teampass

Assigner: INCIBE
Reserved: 24.02.2026 Published: 31.03.2026 Updated: 31.03.2026

Stored Cross-Site Scripting (XSS) in Teampass versions prior to 3.1.5.16, affecting the password manager's password import functionality at the endpoint 'redacted/index.php?page=items'. The application fails to properly sanitize and encode user-input data during the import process, allowing malicious JavaScript payloads to be persistently stored in the database. When other users view the imported passwords, the payload is automatically executed in their browsers, resulting in a stored XSS condition at the endpoint 'redacted/index.php?page=items'. Exploiting this vulnerability allows an attacker to execute arbitrary JavaScript code in the context of multiple users and the administrator, which can lead to session hijacking, credential theft, privilege abuse, and compromise of application integrity.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor Teampass
Product Teampass
Versions Default: unaffected
  • affected from 0 to 3.1.5.16 (incl.)
  • Version 3.1.5.24 is unaffected

Solutions

The issue has been fixed in version 3.1.5.24.

Credits

  • Julen Garrido Estévez (B3xal) finder

References

Problem Types

  • CWE-79 Improper neutralization of input during web page generation ('cross-site scripting') CWE

Impacts

  • CAPEC-592 Stored XSS