7.5
CVE-2025-27223
- EPSS 5.51%
- Veröffentlicht 27.10.2025 00:00:00
- Zuletzt bearbeitet 31.10.2025 20:35:08
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
TRUfusion Enterprise through 7.10.4.0 exposes the encrypted COOKIEID as an authentication mechanism for some endpoints such as /trufusionPortal/getProjectList. However, the application uses a static key to create the encrypted cookie, ultimately allowing anyone to forge cookies and gain access to sensitive internal information.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Rocketsoftware ≫ Trufusion Enterprise Version <= 7.10.4.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 5.51% | 0.901 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
CWE-1004 Sensitive Cookie Without 'HttpOnly' Flag
The product uses a cookie to store sensitive information, but the cookie is not marked with the HttpOnly flag.