CVE-2023-3565: TeamPass Cross-site Scripting vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.25762%
CWE
Published
7/10/2023
Updated
11/7/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| nilsteampassnet/teampass | composer | < 3.0.10 | 3.0.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The key vulnerability stemmed from improper input sanitization in the session extension feature. The commit shows the XSS fix specifically targeted the showExtendSession function by replacing direct .val() usage with a sanitization wrapper. While other input fields in options.php were hardened by switching to type='number', these represent HTML form improvements rather than vulnerable functions. The showExtendSession function's direct use of unsanitized user input in JavaScript execution context (via IncreaseSessionTime) provides a clear XSS vector that matches the CWE-79 description.