13086 matches found
BELL-CVE-2024-57834
Bulletin has no description...
BELL-CVE-2024-52559
Bulletin has no description...
BELL-CVE-2025-21776
Bulletin has no description...
BELL-CVE-2025-21753
Bulletin has no description...
BELL-CVE-2025-21743
Bulletin has no description...
BELL-CVE-2025-21746
Bulletin has no description...
BELL-CVE-2025-21759
Bulletin has no description...
BELL-CVE-2024-58014
Bulletin has no description...
BELL-CVE-2025-21714
Bulletin has no description...
BELL-CVE-2024-58013
Bulletin has no description...
BELL-CVE-2025-21728
Bulletin has no description...
BELL-CVE-2025-21708
Bulletin has no description...
BELL-CVE-2024-57982
Bulletin has no description...
BELL-CVE-2024-57973
Bulletin has no description...
BELL-CVE-2024-57980
Bulletin has no description...
CVE-2025-21815
In the Linux kernel, the following vulnerability has been resolved: mm/compaction: fix UBSAN shift-out-of-bounds warning syzkaller reported a UBSAN shift-out-of-bounds warning of 1UL order in isolatefreepagesblock. The bogus compoundorder can be any value because it is union with flags. Add back...
CVE-2025-21823
In the Linux kernel, the following vulnerability has been resolved: batman-adv: Drop unmanaged ELP metric worker The ELP worker needs to calculate new metric values for all neighbors "reachable" over an interface. Some of the used metric sources require locks which might need to sleep. This sleep...
CVE-2025-21806
In the Linux kernel, the following vulnerability has been resolved: net: let net.core.devweight always be non-zero The following problem was encountered during stability test: NULL netdevice: NAPI poll function processbacklog+0x0/0x530 \ returned 1, exceeding its budget of 0. ------------ cut her...
CVE-2024-58017
In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOGBUFLENMAX Shifting 1 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent this, cast 1 to u32 before performing the shift, ensuring...
CVE-2022-49520
In the Linux kernel, the following vulnerability has been resolved: arm64: compat: Do not treat syscall number as ESRELx for a bad syscall If a compat process tries to execute an unknown system call above the ARMNRCOMPATEND number, the kernel sends a SIGILL signal to the offending process...