The Linux kernel has been updated to address multiple vulnerabilities, including memory leaks and undefined behavior in specific functions.
Claims
The Linux kernel has been updated to address multiple vulnerabilities, including memory leaks and undefined behavior in specific functions.
Parent: Operating SystemsEntity: Linux KernelImpact: positiveDate: Apr 22, 2026Target: The effectiveness of the Linux kernel's security updates.
Source posts
๐จ EUVD-2026-24903
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+9 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
We have recently observed a number of subvolumes with broken dentries.
ls-ing the parent dir looks like:
drwxrwxrwt 1 root r...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24903
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24902
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+15 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
esp: fix skb leak with espintcp and async crypto
When the TX queue for espintcp is full, esp_output_tail_tcp will
return an error and not free the skb, because with synchronous crypt...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24902
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24905
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+9 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
HID: apple: avoid memory leak in apple_report_fixup()
The apple_report_fixup() function was returning a
newly kmemdup()-allocated buffer, but never freeing it.
The caller of report_f...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24905
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24907
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+11 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
module: Fix kernel panic when a symbol st_shndx is out of bounds
The module loader doesn't check for bounds of the ELF section index in
simplify_symbols():
for (i = 1; i < sy...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24907
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24909
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+11 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
The magicmouse_report_fixup() function was returning a
newly kmemdup()-allocated buffer, but never freeing it.
The ca...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24909
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24911
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+13 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
nvme-pci: ensure we're polling a polled queue
A user can change the polled queue count at run time. There's a brief
window during a reset where a hipri task may try to poll that queu...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24911
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24913
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+13 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
HID: asus: avoid memory leak in asus_report_fixup()
The asus_report_fixup() function was returning a newly allocated
kmemdup()-allocated buffer, but never freeing it. Switch to
devm...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24913
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24916
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+9 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
The BPF interpreter's signed 32-bit division and modulo handlers use
the kernel abs() macro on s32 operands. The abs()...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24916
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability
๐จ EUVD-2026-24917
๐ Score: n/a
๐ฆ Product: Linux, Linux, Linux (+5 more)
๐ข Vendor: Linux
๐
Updated: 2026-04-22
๐ In the Linux kernel, the following vulnerability has been resolved:
bpf: Fix exception exit lock checking for subprogs
process_bpf_exit_full() passes check_lock = !curframe to
check_resource_leak(), which is false in cases when bpf_throw() is
called f...
๐ https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-24917
#cybersecurity #infosec #euvd #cve #vulnerability
1 boosts ยท 0 favs ยท 0 replies ยท Apr 22, 2026
#cybersecurity#infosec#euvd#cve#vulnerability