CVE-2022-2963
published 2022-10-14CVE-2022-2963: A vulnerability found in jasper. This security vulnerability happens because of a memory leak bug in function cmdopts_parse that can cause a crash or…
high7.5CVSS 3.1
AVNACLPRNUINSUCNINAH
A vulnerability found in jasper. This security vulnerability happens because of a memory leak bug in function cmdopts_parse that can cause a crash or segmentation fault.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| cookiejar_project | cookiejar | >= 0 < 2.1.4 | 2.1.4 |
| fedoraproject | fedora | — | — |
| jasper_project | jasper | — | — |
| jasper_project | jasper | — | — |
| redhat | enterprise_linux | — | — |
| redhat | enterprise_linux | — | — |
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
osv7.5HIGH
Oracle
Oracle Oracle Communications Risk Matrix: Install/Upgrade (JasPer) — CVE-2022-2963
vendor_oracle·2023-07-15·CVSS 7.5
CVE-2022-2963 [HIGH] Oracle Oracle Communications Risk Matrix: Install/Upgrade (JasPer) — CVE-2022-2963
Oracle Oracle Communications Risk Matrix: Install/Upgrade (JasPer) vulnerability
CVE: CVE-2022-2963
CVSS: 7.5
Protocol: HTTP
Remote exploit: Yes
Affected versions: Network
Advisory: cpujul2023 (JUL 2023)
Red Hat
jasper: memory leaks in function cmdopts_parse
vendor_redhat·2022-07-20·CVSS 7.5
CVE-2022-2963 [HIGH] CWE-401 jasper: memory leaks in function cmdopts_parse
jasper: memory leaks in function cmdopts_parse
A vulnerability found in jasper. This security vulnerability happens because of a memory leak bug in function cmdopts_parse that can cause a crash or segmentation fault.
A vulnerability found in jasper. A memory leak bug occurs in the cmdopts_parse function, possibly causing a crash or segmentation fault.
Statement: Red Hat has determined this vulnerability to be of moderate impact as the memory leak occurs when cmdline parsing fails and causes the process to terminate right away without releasing the memory, leading to the leak. It would take repeated invocations to exhaust system memory and potentially cause service degradation over time.
Package: jasper (Red Hat Enterprise Linux 8) - Will not fix
Package: jasper (Red Hat Enterprise Lin
GHSA
cookiejar Regular Expression Denial of Service via Cookie.parse function
ghsa·2023-01-18
CVE-2022-25901 [MEDIUM] CWE-1333 cookiejar Regular Expression Denial of Service via Cookie.parse function
cookiejar Regular Expression Denial of Service via Cookie.parse function
Versions of the package cookiejar before 2.1.4 are vulnerable to Regular Expression Denial of Service (ReDoS) via the `Cookie.parse` function and other aspects of the API, which use an insecure regular expression for parsing cookie values. Applications could be stalled for extended periods of time if untrusted input is passed to cookie values or attempted to parse from request headers.
Proof of concept:
```
ts\nconst { CookieJar } = require("cookiejar");
const jar = new CookieJar();
const start = performance.now();
const attack = "a" + "t".repeat(50_000);
jar.setCookie(attack);
console.log(`CookieJar.setCookie(): ${performance.now() - start}ms`);
```
```
CookieJar.setCookie(): 2963.214399999939ms
```
OSV
CVE-2022-2963: A vulnerability found in jasper
osv·2022-10-14·CVSS 7.5
CVE-2022-2963 [HIGH] CVE-2022-2963: A vulnerability found in jasper
A vulnerability found in jasper. This security vulnerability happens because of a memory leak bug in function cmdopts_parse that can cause a crash or segmentation fault.
GHSA
GHSA-g89h-fpvv-hmhh: A vulnerability found in jasper
ghsa_unreviewed·2022-10-14
CVE-2022-2963 [HIGH] CWE-401 GHSA-g89h-fpvv-hmhh: A vulnerability found in jasper
A vulnerability found in jasper. This security vulnerability happens because of a memory leak bug in function cmdopts_parse that can cause a crash or segmentation fault.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://access.redhat.com/security/cve/CVE-2022-2963https://bugzilla.redhat.com/show_bug.cgi?id=2118587https://github.com/jasper-software/jasper/issues/332https://access.redhat.com/security/cve/CVE-2022-2963https://bugzilla.redhat.com/show_bug.cgi?id=2118587https://github.com/jasper-software/jasper/issues/332
2022-10-14
Published