Addressable
Approved changes feed: RSS · Atom
cpe:2.3:a:addressable_project:addressable:*:*:*:*:*:ruby:*:*
part: a version: * update: *
| Vendor | Addressable Project (8a89d277-5278-5b78-b31c-46fb8075eb28) |
|---|---|
| Product | Addressable (9cd968c3-661a-5783-acab-267e85c06577) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | ruby |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-35611 |
vulnerable | 2026-06-03 15:22:12.103366 |
Addressable has a Regular Expression Denial of Service in Addressable templates
HIGH (7.5)
Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. From 2.3.0 to before 2.9.0, within the URI template implementation in Addressable, two classes of URI template generate regular expressions vulnerable to catastrophic backtracking. Templates using the * (explode) modifier with any expansion operator (e.g., {foo*}, {+var*}, {#var*}, {/var*}, {.var*}, {;var*}, {?var*}, {&var*}) generate patterns with nested unbounded quantifiers that are O(2^n) when matched against a maliciously crafted URI. Templates using multiple variables with the + or # operators (e.g., {+v1,v2,v3}) generate patterns with O(n^k) complexity due to the comma separator being within the matched character class, causing ambiguous backtracking across k variables. When matched against a maliciously crafted URI, this can result in catastrophic backtracking and uncontrolled resource consumption, leading to denial of service. This vulnerability is fixed in 2.9.0.
Published: 2026-04-07T16:38:08.707Z
Updated: 2026-04-09T14:36:18.529Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32740 |
vulnerable | 2026-06-03 14:44:40.204318 |
Regular Expression Denial of Service in Addressable templates
HIGH (7.5)
Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. An uncontrolled resource consumption vulnerability exists after version 2.3.0 through version 2.7.0. Within the URI template implementation in Addressable, a maliciously crafted template may result in uncontrolled resource consumption, leading to denial of service when matched against a URI. In typical usage, templates would not normally be read from untrusted user input, but nonetheless, no previous security advisory for Addressable has cautioned against doing this. Users of the parsing capabilities in Addressable but not the URI template capabilities are unaffected. The vulnerability is patched in version 2.8.0. As a workaround, only create Template objects from trusted sources that have been validated not to produce catastrophic backtracking.
Published: 2021-07-06T14:15:12.000Z
Updated: 2024-08-03T23:33:54.833Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.