-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f32ea5
commit 33907c1
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
gem: request_store | ||
cve: 2024-43791 | ||
ghsa: frp2-5qfc-7r8m | ||
url: https://github.com/steveklabnik/request_store/security/advisories/GHSA-frp2-5qfc-7r8m | ||
title: request_store has Incorrect Default Permissions | ||
date: 2024-08-23 | ||
description: | | ||
### Impact | ||
The files published as part of request_store 1.3.2 have 0666 | ||
permissions, meaning that they are world-writable, which allows | ||
local users to execute arbitrary code. | ||
This version was published in 2017, and most production environments | ||
do not allow access for local users, so the chances of this being | ||
exploited are very low, given that the vast majority of users will | ||
have upgraded, and those that have not, if any, are not likely to | ||
be exposed. | ||
### Patches | ||
I am not aware of any other version of the gem with incorrect | ||
permissions, so simply upgrading should fix the issue. | ||
### Workarounds | ||
You could chmod the files yourself, I guess. | ||
cvss_v3: 7.8 | ||
unaffected_versions: | ||
- "< 1.3.2" | ||
patched_versions: | ||
- ">= 1.4.0" | ||
related: | ||
url: | ||
- https://nvd.nist.gov/vuln/detail/CVE-2024-43791 | ||
- https://github.com/steveklabnik/request_store/security/advisories/GHSA-frp2-5qfc-7r8m | ||
- https://cwe.mitre.org/data/definitions/276.html | ||
- https://github.com/advisories/GHSA-frp2-5qfc-7r8m |