request_store has Incorrect Default Permissions
Moderate severity
GitHub Reviewed
Published
Aug 22, 2024
in
steveklabnik/request_store
•
Updated Aug 26, 2024
Description
Published by the National Vulnerability Database
Aug 23, 2024
Published to the GitHub Advisory Database
Aug 23, 2024
Reviewed
Aug 23, 2024
Last updated
Aug 26, 2024
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.
References
https://cwe.mitre.org/data/definitions/276.html
References