Lucene search
+L

4576 matches found

EUVD
EUVD
added 2026/03/23 9:15 p.m.10 views

EUVD-2026-14630

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

8.7CVSS5.8AI score0.0061EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/23 9:15 p.m.21 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
SaveExploits0References10
EUVD
EUVD
added 2026/03/23 9:08 p.m.12 views

EUVD-2026-14628

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

8.7CVSS5.8AI score0.0061EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/03/23 9:08 p.m.13 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
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/03/23 9:08 p.m.10 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
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 8:54 p.m.14 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
SaveExploits0References10Affected Software1
EUVD
EUVD
added 2026/03/23 8:54 p.m.16 views

EUVD-2026-14626

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

5.3CVSS5.8AI score0.0039EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/23 8:54 p.m.12 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
SaveExploits0References10
EUVD
EUVD
added 2026/03/23 8:53 p.m.8 views

EUVD-2026-14624

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

5.3CVSS5.8AI score0.00327EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/03/23 8:53 p.m.13 views

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...

6.1CVSS6.1AI score0.00327EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/03/23 8:53 p.m.25 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
SaveExploits0References10
EUVD
EUVD
added 2026/03/23 8:52 p.m.11 views

EUVD-2026-14622

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

6.9CVSS5.8AI score0.00498EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/03/23 8:52 p.m.17 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
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/03/23 8:52 p.m.6 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
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2026/03/23 8:51 p.m.18 views

Rails has a possible XSS vulnerability in its Action View tag helpers

Impact When a blank string is used as an HTML attribute name in Action View tag helpers, the attribute escaping is bypassed, producing malformed HTML. A carefully crafted attribute value could then be misinterpreted by the browser as a separate attribute name, possibly leading to XSS. Application...

2.3CVSS5.3AI score0.00713EPSS
SaveExploits0References10Affected Software1
EUVD
EUVD
added 2026/03/23 8:51 p.m.13 views

EUVD-2026-14616

Rails has a possible XSS vulnerability in its Action View tag helpers...

2.3CVSS5.8AI score0.00713EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/23 8:51 p.m.18 views

GHSA-V55J-83PF-R9CQ Rails has a possible XSS vulnerability in its Action View tag helpers

Impact When a blank string is used as an HTML attribute name in Action View tag helpers, the attribute escaping is bypassed, producing malformed HTML. A carefully crafted attribute value could then be misinterpreted by the browser as a separate attribute name, possibly leading to XSS. Application...

2.3CVSS5.8AI score0.00713EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/03/23 8:45 p.m.14 views

EUVD-2026-14614

Rails has a possible XSS vulnerability in its Action Pack debug exceptions...

5.3CVSS5.8AI score0.0025EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/23 8:45 p.m.3 views

GHSA-PGM4-439C-5JP6 Rails has a possible XSS vulnerability in its Action Pack debug exceptions

Impact The debug exceptions page does not properly escape exception messages. A carefully crafted exception message could inject arbitrary HTML and JavaScript into the page, leading to XSS. This affects applications with detailed exception pages enabled config.considerallrequestslocal = true, whi...

5.3CVSS5.9AI score0.0025EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/03/23 8:45 p.m.26 views

Rails has a possible XSS vulnerability in its Action Pack debug exceptions

Impact The debug exceptions page does not properly escape exception messages. A carefully crafted exception message could inject arbitrary HTML and JavaScript into the page, leading to XSS. This affects applications with detailed exception pages enabled config.considerallrequestslocal = true, whi...

6.1CVSS5.4AI score0.0025EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder