CVE-2022-31099

Source
https://cve.org/CVERecord?id=CVE-2022-31099
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-31099.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-31099
Aliases
Published
2022-06-27T22:10:20Z
Modified
2026-02-18T01:32:14.822229Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Uncontrolled Recursion in rulex
Details

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 to a stack overflow. The crash is fixed in version 0.4.3. Affected users are advised to update to this version. There are no known workarounds for this issue.

Database specific
{
    "cwe_ids": [
        "CWE-674"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/31xxx/CVE-2022-31099.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/pomsky-lang/pomsky

Affected ranges

Type
GIT
Repo
https://github.com/pomsky-lang/pomsky
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v0.*
v0.1
v0.2
v0.3
v0.4
v0.4.1
v0.4.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-31099.json"

Git / github.com/rulex-rs/rulex

Affected ranges

Type
GIT
Repo
https://github.com/rulex-rs/rulex
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.4.3"
        }
    ]
}

Affected versions

v0.*
v0.1
v0.2
v0.3
v0.4
v0.4.1
v0.4.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-31099.json"