Filtered by vendor Pomsky-lang
Subscribe
Total
2 CVE
| CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
|---|---|---|---|---|---|
| CVE-2022-31100 | 1 Pomsky-lang | 1 Pomsky | 2024-11-21 | 4.0 MEDIUM | 6.5 MEDIUM |
|
rulex is a new, portable, regular expression language. When parsing untrusted rulex expressions, rulex may crash, possibly enabling a Denial of Service attack. This happens when the expression contains a multi-byte UTF-8 code point in a string literal or after a backslash, because rulex tries to slice into the code point and panics as a result. This is a security concern for you, if your service parses untrusted rulex expressions (expressions provided by an untrusted user), and your service beco ...
Show More |
|||||
| CVE-2022-31099 | 1 Pomsky-lang | 1 Pomsky | 2024-11-21 | 4.0 MEDIUM | 6.5 MEDIUM |
|
rulex is a new, portable, regular expression language. When parsing untrusted rulex expressions, the stack may overflow, possibly enabling a Denial of Service attack. This happens when parsing an expression with several hundred levels of nesting, causing the process to abort immediately. This is a security concern for you, if your service parses untrusted rulex expressions (expressions provided by an untrusted user), and your service becomes unavailable when the process running rulex aborts due ...
Show More |
|||||