diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-02-17 21:09:51 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-02-17 23:00:07 +0100 |
commit | 14a06990b9ba5106da08168cbd80cae33832501a (patch) | |
tree | 80d3fc64b88f74018a4cbdfcc6777229ef651bce /source/l | |
parent | 68034e96e4f776bbb90ad0aac20df91c51602715 (diff) | |
download | current-14a06990b9ba5106da08168cbd80cae33832501a.tar.gz current-14a06990b9ba5106da08168cbd80cae33832501a.tar.xz |
Sat Feb 17 21:09:51 UTC 202420240217210951
l/nodejs-20.11.1-x86_64-1.txz: Upgraded.
This update fixes security issues:
Code injection and privilege escalation through Linux capabilities - (High).
http: Reading unprocessed HTTP request with unbounded chunk extension allows
DoS attacks - (High).
Path traversal by monkey-patching Buffer internals - (High).
setuid() does not drop all privileges due to io_uring - (High).
Node.js is vulnerable to the Marvin Attack (timing variant of the
Bleichenbacher attack against PKCS#1 v1.5 padding) - (Medium).
Multiple permission model bypasses due to improper path traversal sequence
sanitization - (Medium).
Improper handling of wildcards in --allow-fs-read and --allow-fs-write -
(Medium).
Denial of Service by resource exhaustion in fetch() brotli decoding -
(Medium).
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21892
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22019
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21896
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22017
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46809
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21891
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21890
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22025
(* Security fix *)
l/pcre2-10.43-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/pcre2/pcre2.url | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/pcre2/pcre2.url b/source/l/pcre2/pcre2.url index 4a33c1db0..9d3010efa 100644 --- a/source/l/pcre2/pcre2.url +++ b/source/l/pcre2/pcre2.url @@ -1,2 +1,2 @@ https://github.com/PCRE2Project/pcre2 -https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.bz2 +https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2 |