Lucene search
K

9795 matches found

OSV
OSV
added 2026/03/23 9:18 p.m.2 views

GHSA-73F9-JHHH-HR5M Rails Active Storage has possible glob injection in its DiskService

Impact Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended files from the storage director...

8.7CVSS5.8AI score0.00646EPSS
Exploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 9:18 p.m.8 views

Rails Active Storage has possible glob injection in its DiskService

Impact Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended files from the storage director...

9.1CVSS5.8AI score0.00646EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2026/03/23 9:17 p.m.3 views

GHSA-9XRJ-H377-FR87 Rails Active Storage has possible Path Traversal in DiskService

Impact Active Storage's DiskServicepathfor does not validate that the resolved filesystem path remains within the storage root directory. If a blob key containing path traversal sequences e.g. ../ is used, it could allow reading, writing, or deleting arbitrary files on the server. Blob keys are...

9.3CVSS5.9AI score0.00603EPSS
Exploits0References10
EUVD
EUVD
added 2026/03/23 9:17 p.m.4 views

EUVD-2026-14632

Rails Active Storage has possible Path Traversal in DiskService...

9.3CVSS5.8AI score0.00603EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2026/03/23 9:17 p.m.7 views

Rails Active Storage has possible Path Traversal in DiskService

Impact Active Storage's DiskServicepathfor does not validate that the resolved filesystem path remains within the storage root directory. If a blob key containing path traversal sequences e.g. ../ is used, it could allow reading, writing, or deleting arbitrary files on the server. Blob keys are...

9.8CVSS5.4AI score0.00603EPSS
Exploits0References10Affected Software1
EUVD
EUVD
added 2026/03/23 9:15 p.m.3 views

EUVD-2026-14630

Rails Active Support has a possible DoS vulnerability in its number helpers...

8.7CVSS5.8AI score0.0061EPSS
Exploits0References7
OSV
OSV
added 2026/03/23 9:15 p.m.4 views

GHSA-2J26-FRM8-CMJ9 Rails Active Support has a possible DoS vulnerability in its number helpers

Impact Active Support number helpers accept strings containing scientific notation e.g. 1e10000, which when converted to a string could be expanded into extremely large decimal representations. This can cause excessive memory allocation and CPU consumption when the expanded number is formatted,...

8.7CVSS6.6AI score0.0061EPSS
Exploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 9:15 p.m.6 views

Rails Active Support has a possible DoS vulnerability in its number helpers

Impact Active Support number helpers accept strings containing scientific notation e.g. 1e10000, which when converted to a string could be expanded into extremely large decimal representations. This can cause excessive memory allocation and CPU consumption when the expanded number is formatted,...

8.7CVSS5.2AI score0.0061EPSS
Exploits0References10Affected Software1
EUVD
EUVD
added 2026/03/23 9:8 p.m.5 views

EUVD-2026-14628

Rails Active Storage has a possible DoS vulnerability when in proxy mode via Range requests...

8.7CVSS5.8AI score0.0061EPSS
Exploits0References7
OSV
OSV
added 2026/03/23 9:8 p.m.4 views

GHSA-R46P-8F7G-VVVG Rails Active Storage has a possible DoS vulnerability when in proxy mode via Range requests

Impact When serving files through Active Storage's Blobs::ProxyController, the controller loads the entire requested byte range into memory before sending it. A request with a large or unbounded Range header e.g. bytes=0- could cause the server to allocate memory proportional to the file size,...

8.7CVSS5.8AI score0.0061EPSS
Exploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 9:8 p.m.9 views

Rails Active Storage has a possible DoS vulnerability when in proxy mode via Range requests

Impact When serving files through Active Storage's Blobs::ProxyController, the controller loads the entire requested byte range into memory before sending it. A request with a large or unbounded Range header e.g. bytes=0- could cause the server to allocate memory proportional to the file size,...

8.7CVSS5.3AI score0.0061EPSS
Exploits0References10Affected Software1
EUVD
EUVD
added 2026/03/23 8:54 p.m.4 views

EUVD-2026-14626

Rails Active Storage has possible content type bypass via metadata in direct uploads...

5.3CVSS5.8AI score0.0039EPSS
Exploits0References7
OSV
OSV
added 2026/03/23 8:54 p.m.2 views

GHSA-QCFX-2MFW-W4CG Rails Active Storage has possible content type bypass via metadata in direct uploads

Impact Active Storage's DirectUploadsController accepts arbitrary metadata from the client and persists it on the blob. Because internal flags like identified and analyzed are stored in the same metadata hash, a malicious direct-upload client could set these flags. Releases The fixed releases are...

5.3CVSS5.9AI score0.0039EPSS
Exploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 8:54 p.m.8 views

Rails Active Storage has possible content type bypass via metadata in direct uploads

Impact Active Storage's DirectUploadsController accepts arbitrary metadata from the client and persists it on the blob. Because internal flags like identified and analyzed are stored in the same metadata hash, a malicious direct-upload client could set these flags. Releases The fixed releases are...

5.3CVSS5.4AI score0.0039EPSS
Exploits0References10Affected Software1
EUVD
EUVD
added 2026/03/23 8:53 p.m.3 views

EUVD-2026-14624

Rails Active Support has a possible XSS vulnerability in SafeBuffer%...

5.3CVSS5.8AI score0.00327EPSS
Exploits0References7
OSV
OSV
added 2026/03/23 8:53 p.m.14 views

GHSA-89VF-4333-QX8V Rails Active Support has a possible XSS vulnerability in SafeBuffer#%

Impact SafeBuffer% does not propagate the @htmlunsafe flag to the newly created buffer. If a SafeBuffer is mutated in place e.g. via gsub! and then formatted with % using untrusted arguments, the result incorrectly reports htmlsafe? == true, bypassing ERB auto-escaping and possibly leading to XSS...

5.3CVSS6.6AI score0.00327EPSS
Exploits0References10
EUVD
EUVD
added 2026/03/23 8:52 p.m.3 views

EUVD-2026-14622

Rails Active Support has a possible ReDoS vulnerability in numbertodelimited...

6.9CVSS5.8AI score0.00498EPSS
Exploits0References7
OSV
OSV
added 2026/03/23 8:52 p.m.0 views

GHSA-CG4J-Q9V8-6V38 Rails Active Support has a possible ReDoS vulnerability in number_to_delimited

Impact NumberToDelimitedConverter used a regular expression with gsub! to insert thousands delimiters. This could produce quadratic time complexity on long digit strings. Releases The fixed releases are available at the normal locations. Credit This issue was responsibly reported by Hackerone...

6.9CVSS6.5AI score0.00498EPSS
Exploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 8:52 p.m.12 views

Rails Active Support has a possible ReDoS vulnerability in number_to_delimited

Impact NumberToDelimitedConverter used a regular expression with gsub! to insert thousands delimiters. This could produce quadratic time complexity on long digit strings. Releases The fixed releases are available at the normal locations. Credit This issue was responsibly reported by Hackerone...

6.9CVSS5AI score0.00498EPSS
Exploits0References10Affected Software1
Snyk
Snyk
added 2026/03/23 8:25 p.m.5 views

Active Debug Code

Overview putyourlightson/craft-sprig is an A reactive Twig component framework for Craft. Affected versions of this package are vulnerable to Active Debug Code in the Sprig Playground component. An administrator can access sensitive information, such as security keys, credentials, and configurati...

7CVSS5.8AI score0.00253EPSS
Exploits0References2
Rows per page
Query Builder