The Daily Commit · Section Edition Front Page PHP AI Dev EN DE FR ES

The Php Times

Releases — Ecosystem

Laravel v12.69.0 tightens exception page and cookie authentication


Laravel v12.69.0 disables HTML in exception page tooltips by default and verifies the password hash against the stored cookie before authenticating the user.

LARAVEL FRAMEWORK RELEASES, September 1, 2026 curated by Sönke

Both fixes come from contributor Mior Muhammad Zaki (crynobone).

Laravel v12.69.0 tightens exception page and cookie authentication
Screenshot: Laravel Framework Releases ↗

Laravel has published release v12.69.0 for its 12.x branch, contributed by Mior Muhammad Zaki (crynobone).

First, HTML rendering is now disabled by default in the tooltip of the Laravel exception page (pull request #61381). This reduces the risk of injected markup being rendered in error output.

Second, the framework now checks that the password hash matches the value stored in the remember-me cookie before authenticating the user (#61386). This closes a gap where a stale or manipulated cookie could authenticate a session against an outdated credential state.

Applications on 12.x should update via Composer as usual.

Read the original source ↗

Rate this article: 0

Readers’ Forum

No contributions yet — open the debate.

← Ecosystem — Page B1

"All the Code That's Fit to Ship" · The Daily Commit · Screen edition · Imprint · Privacy Policy