PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-53661 malach-it CVE debrief

CVE-2026-53661 is a high-severity vulnerability in the Boruta authorization server. Prior to version 0.9.1, Boruta's session cookies and remember-me cookie were set without the Secure attribute. This allowed potential attackers to intercept these cookies over an unencrypted connection if users accessed the same Boruta origin over plaintext HTTP. An attacker could then reuse a valid session or remember-me cookie to impersonate the affected user.

Vendor
malach-it
Product
boruta-server
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-11
Original CVE updated
2026-06-11
Advisory published
2026-06-11
Advisory updated
2026-06-11

Who should care

Users of Boruta authorization server versions prior to 0.9.1 should be aware of this vulnerability. Specifically, deployments where users could reach the same Boruta origin over plaintext HTTP are affected. The affected components include boruta_web, boruta_identity, and boruta_admin.

Technical summary

The issue was fixed in commit 18691c655164635066aa113003a3cd87f6ed11cd, released as part of version 0.9.1. The patch sets `secure: true` and `same_site: 'Lax'` on configured session cookies for boruta_web, boruta_identity, and boruta_admin, and sets `secure: true` on the identity remember-me cookie.

Defensive priority

HIGH

Recommended defensive actions

  • Until upgrading to a release containing the fix, terminate or reject plaintext HTTP before requests reach Boruta.
  • Enforce HTTPS-only access at the reverse proxy or load balancer.
  • Enable HSTS for Boruta domains.
  • If cookie exposure is suspected, rotate SECRET_KEY_BASE and BORUTA_SESSION_COOKIE_SIGNING_SALT, then require users to authenticate again.
  • Upgrade to a version containing commit 18691c655164635066aa113003a3cd87f6ed11cd, or apply the patch manually.

Evidence notes

The CVE-2026-53661 vulnerability has a CVSS score of 8.8 and is classified as HIGH severity. The affected cookies include the shared session cookie (defaulting to _boruta_web_key) and the identity remember-me cookie (defaulting to _boruta_identity_web_user_remember_me).

Official resources

CVE-2026-53661 was published on 2026-06-11T14:16:31.213Z and modified on 2026-06-11T15:34:11.757Z.