Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-jwvj-pwww-3mj5: laravel framework Unexpected database bindings via requests

This is a follow-up to the security advisory https://github.com/laravel/framework/security/advisories/GHSA-3p32-j457-pg5x which addresses a few additional edge cases.

If a request is crafted where a field that is normally a non-array value is an array, and that input is not validated or cast to its expected type before being passed to the query builder, an unexpected number of query bindings can be added to the query. In some situations, this will simply lead to no results being returned by the query builder; however, it is possible certain queries could be affected in a way that causes the query to return unexpected results.

ghsa
#git#php
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. GHSA-jwvj-pwww-3mj5

laravel framework Unexpected database bindings via requests

High severity GitHub Reviewed Published May 15, 2024 to the GitHub Advisory Database • Updated May 15, 2024

Package

composer laravel/framework (Composer)

Affected versions

>= 6.0.0, < 6.20.14

>= 7.0.0, < 7.30.4

>= 8.0.0, < 8.24.0

Patched versions

6.20.14

7.30.4

8.24.0

This is a follow-up to the security advisory GHSA-3p32-j457-pg5x which addresses a few additional edge cases.

If a request is crafted where a field that is normally a non-array value is an array, and that input is not validated or cast to its expected type before being passed to the query builder, an unexpected number of query bindings can be added to the query. In some situations, this will simply lead to no results being returned by the query builder; however, it is possible certain queries could be affected in a way that causes the query to return unexpected results.

References

  • GHSA-x7p5-p2c9-phvg
  • https://github.com/FriendsOfPHP/security-advisories/blob/master/laravel/framework/2021-01-21.yaml

Published to the GitHub Advisory Database

May 15, 2024

Last updated

May 15, 2024

ghsa: Latest News

GHSA-gppm-hq3p-h4rp: Git credentials are exposed in Atlantis logs