Lucene search

K
githubGitHub Advisory DatabaseGHSA-RJ3W-99GC-8J58
HistoryMay 15, 2024 - 10:05 p.m.

Laravel Risk of mass-assignment vulnerabilities

2024-05-1522:05:00
CWE-20
GitHub Advisory Database
github.com
4
laravel
4.1.29
column quoting
mass-assignment vulnerabilities
upgrade
update
save

7.2 High

AI Score

Confidence

Low

Laravel 4.1.29 improves the column quoting for all database drivers. This protects your application from some mass assignment vulnerabilities when not using the fillable property on models. If you are using the fillable property on your models to protect against mass assignment, your application is not vulnerable. However, if you are using guarded and are passing a user controlled array into an β€œupdate” or β€œsave” type function, you should upgrade to 4.1.29 immediately as your application may be at risk of mass assignment.

Affected configurations

Vulners
Node
laravelframeworkRange<4.1.29
CPENameOperatorVersion
laravel/frameworklt4.1.29

7.2 High

AI Score

Confidence

Low