All intelligence
// vulnerability record
live · NVDCVE-2025-2263
CRITICALpublished 2025-03-13 17:15 UTC · 1 year ago · modified 2026-06-17 09:06 UTC
9.8
CVSS / 10
// description
During login to the web server in "Sante PACS Server.exe", OpenSSL function EVP_DecryptUpdate is called to decrypt the username and password. A fixed 0x80-byte stack-based buffer is passed to the function as the output buffer. A stack-based buffer overflow exists if a long encrypted username or password is supplied by an unauthenticated remote attacker.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-121
- CWE-787