Lucene search
+L

697 matches found

Github Security Blog
Github Security Blog
added 2026/08/20 6:38 p.m.13 views

Laravel Backpack CRUD: Unverified password change in MyAccountController via mass assignment

Summary The MyAccountController::postAccountInfoForm action bound to POST /admin/edit-account-info calls $this-guard-user-update$request-except'token'. Because the controller uses except'token' rather than $request-validated or the restricted keys defined in AccountInfoRequest::validationData, an...

5.6AI score
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/20 6:25 p.m.28 views

CVE-2026-62315

Frappe (full-stack web application framework) is affected by a type confusion vulnerability in frappe.client.set_value (frappe/client.py) in version 16.31.0 and earlier . The function validates a dictionary supplied via the fieldname parameter against forbidden standard and child-table fields bef...

7.1CVSS5.4AI score0.0028EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 6:25 p.m.13 views

CVE-2026-62315 Frappe: Mass assignment via set_value

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, frappe.client.setvalue in frappe/client.py checks a dictionary supplied through the fieldname parameter against forbidden standard and child-table fields before parsing the dictionary into individual field names. An...

7.1CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/20 6:25 p.m.16 views

EUVD-2026-63539

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, frappe.client.setvalue in frappe/client.py checks a dictionary supplied through the fieldname parameter against forbidden standard and child-table fields before parsing the dictionary into individual field names. An...

7.1CVSS5.4AI score0.0028EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 6:25 p.m.31 views

CVE-2026-62315 Frappe: Mass assignment via set_value

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, frappe.client.setvalue in frappe/client.py checks a dictionary supplied through the fieldname parameter against forbidden standard and child-table fields before parsing the dictionary into individual field names. An...

7.1CVSS0.0028EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 10:16 p.m.10 views

CVE-2026-53958

4gaBoards is a boards system for realtime project management. Prior to 3.3.9, 4gaBoards allows an authenticated user to modify ssoGoogleId, ssoGoogleEmail, ssoGithubId, ssoGithubUsername, ssoGithubEmail, ssoMicrosoftId, ssoMicrosoftEmail, ssoOidcId, and ssoOidcEmail through PATCH /api/users/:id...

7.6CVSS0.00278EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 9:34 p.m.28 views

CVE-2026-53958 4gaBoards: SSO Pre-Account Takeover / Hijacking via Mass Assignment

4gaBoards is a boards system for realtime project management. Prior to 3.3.9, 4gaBoards allows an authenticated user to modify ssoGoogleId, ssoGoogleEmail, ssoGithubId, ssoGithubUsername, ssoGithubEmail, ssoMicrosoftId, ssoMicrosoftEmail, ssoOidcId, and ssoOidcEmail through PATCH /api/users/:id...

7.6CVSS0.00278EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 9:34 p.m.27 views

CVE-2026-53958

4gaBoards versions prior to 3.3.9 are vulnerable to an SSO pre-account takeover via mass assignment. The whitelist in server/api/controllers/users/update.js permits an authenticated user to modify backend-managed identity fields (e.g., ssoGithubId, ssoGoogleId, ssoOidcId) through PATCH /api/users...

7.6CVSS5.4AI score0.00278EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 9:34 p.m.5 views

CVE-2026-53958 4gaBoards: SSO Pre-Account Takeover / Hijacking via Mass Assignment

4gaBoards is a boards system for realtime project management. Prior to 3.3.9, 4gaBoards allows an authenticated user to modify ssoGoogleId, ssoGoogleEmail, ssoGithubId, ssoGithubUsername, ssoGithubEmail, ssoMicrosoftId, ssoMicrosoftEmail, ssoOidcId, and ssoOidcEmail through PATCH /api/users/:id...

7.6CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 9:34 p.m.13 views

EUVD-2026-62203

4gaBoards is a boards system for realtime project management. Prior to 3.3.9, 4gaBoards allows an authenticated user to modify ssoGoogleId, ssoGoogleEmail, ssoGithubId, ssoGithubUsername, ssoGithubEmail, ssoMicrosoftId, ssoMicrosoftEmail, ssoOidcId, and ssoOidcEmail through PATCH /api/users/:id...

7.6CVSS5.4AI score0.00278EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.9 views

PT-2026-78240

Name of the Vulnerable Software and Affected Versions 4gaBoards versions prior to 3.3.9 Description An authenticated user can modify backend-managed identity attributes via the 'PATCH /api/users/:id' endpoint. This occurs because the whitelist in the update.js controller allows mass assignment of...

7.6CVSS5.3AI score0.00278EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/16 2:16 p.m.15 views

CVE-2026-73061

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.8CVSS0.00302EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/16 1:14 p.m.88 views

CVE-2026-73061

Scriban before 7.2.2 has an access-modifier bypass in TypedObjectAccessor, allowing template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters and mass-assign public-setter properties, permanently alt...

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/16 1:14 p.m.8 views

EUVD-2026-59947

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/16 1:14 p.m.15 views

CVE-2026-73061

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/16 1:14 p.m.39 views

CVE-2026-73061 Scriban before 7.2.2 Arbitrary Property Write via TypedObjectAccessor

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.8CVSS0.00302EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/16 1:14 p.m.14 views

CVE-2026-73061 Scriban before 7.2.2 Arbitrary Property Write via TypedObjectAccessor

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.3CVSS5.5AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/16 12:00 a.m.15 views

PT-2026-73148

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/14 6:00 a.m.79 views

CVE-2026-18039

Affected product: Essential Addons for Elementor WordPress plugin. Vulnerability: mass assignment flaw in user registration fields allows unauthenticated attackers to create accounts with arbitrary roles (including administrator) when a specific custom profile field label is configured. Root caus...

8.1CVSS5.3AI score0.00279EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 6:00 a.m.44 views

CVE-2026-18039 Essential Addons for Elementor < 6.7.2 - Unauthenticated Privilege Escalation via Custom Profile Field Mass Assignment

The Essential Addons for Elementor WordPress plugin before 6.7.2 does not prevent user-supplied registration fields from overwriting reserved account attributes, allowing unauthenticated attackers to register an account with an arbitrary role, including administrator, on sites where a custom...

0.00279EPSS
SaveExploits0References1
Rows per page
Query Builder