All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-53949
MEDIUMpublished 2026-06-24 19:17 UTC · 4 days ago · modified 2026-06-25 16:07 UTC
5.3
CVSS / 10
// description
Ghost is a Node.js content management system. From 5.46.1 until 6.21.2, the validation applied to filters on the public API endpoints could be partially bypassed, making it possible to reveal private fields via a brute force attack. If SQLite was used as the database password hashes were fully accessible. If MySQL was used as the database the password hashes' case (uppercase / lowercase) would have been lost, which would likely have rendered a further brute force attack on the discovered hashes fruitless. This vulnerability is fixed in 6.21.2.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
// weaknesses (CWE)
- CWE-200
- CWE-693