Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libuv: fix CVE-2024-24806 #23458

Merged
merged 1 commit into from
Feb 20, 2024
Merged

libuv: fix CVE-2024-24806 #23458

merged 1 commit into from
Feb 20, 2024

Conversation

nxhack
Copy link
Contributor

@nxhack nxhack commented Feb 16, 2024

Maintainer: @ratkaj
Compile tested: head aarch64, arm

Run tested: aarch64 (qemu 8.2.1)

Description:
Update to 1.48.0
CVE-2024-24806 : Improper Domain Lookup that potentially leads to SSRF attacks

Vulnerabilities fixed

Notable Changes

  • linux: disable io_uring on ppc64 and ppc64le
  • linux: disable io_uring on hppa below kernel 6.1.51
  • win/spawn: optionally run executable paths with no file extension (We recommend that most users consider setting this by default) Important Bugs Fixed
  • unix,win: fix busy loop with zero timeout timers

libs/libuv/Makefile Outdated Show resolved Hide resolved
Update to 1.48.0
CVE-2024-24806 : Improper Domain Lookup that potentially leads to SSRF attacks

Vulnerabilities fixed
* CVE-2024-24806 / GHSA-f74f-cvh7-c6q6 0f2d7e7, 3530bcc and e0327e1
Notable Changes
* linux: disable io_uring on ppc64 and ppc64le openwrt#4285
* linux: disable io_uring on hppa below kernel 6.1.51 openwrt#4224
* win/spawn: optionally run executable paths with no file extension openwrt#4292 (We recommend that most users consider setting this by default)
Important Bugs Fixed
* unix,win: fix busy loop with zero timeout timers openwrt#4250, openwrt#4304.

Signed-off-by: Hirokazu MORIKAWA <[email protected]>
@1715173329 1715173329 merged commit 02a982b into openwrt:master Feb 20, 2024
8 of 12 checks passed
@nxhack nxhack deleted the libuv_1480 branch June 3, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants