5.5

CVSS3.1

CVE-2022-49727 - ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg When len >= INT_MAX - transhdrlen, ulen = len + transhdrlen will be overflow. To fix, we can follow what udpv6 does and subtract the transhdrlen from the max.

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Dec. 23, 2025, 1:25 p.m.

5.5

CVSS3.1

CVE-2022-49280 - NFSD: prevent underflow in nfssvc_decode_writeargs()

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvc_decode_writeargs() Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to unsigned to prevent this issue.

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Dec. 23, 2025, 2:16 p.m.

5.5

CVSS3.1

CVE-2022-49654 - net: dsa: qca8k: reset cpu port on MTU change

In the Linux kernel, the following vulnerability has been resolved: net: dsa: qca8k: reset cpu port on MTU change It was discovered that the Documentation lacks of a fundamental detail on how to correctly change the MAX_FRAME_SIZE of the switch. In fact if the MAX_FRAME_SIZE is changed while the…

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Oct. 23, 2025, 12:10 p.m.

4.7

CVSS3.1

CVE-2022-49586 - tcp: Fix data-races around sysctl_tcp_fastopen.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_fastopen. While reading sysctl_tcp_fastopen, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Oct. 1, 2025, 8:16 p.m.

7.1

CVSS3.1

CVE-2022-49556 - KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEV_FW_BLOB_MAX_SIZE, but larger than the data that PSP fir…

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Jan. 22, 2026, 8:55 p.m.

5.5

CVSS3.1

CVE-2022-49559 - KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2 Remove WARNs that sanity check that KVM never lets a triple fault for L2 escape and incorrectly end up in L1. In normal operation, the sanity check is perfe…

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Oct. 22, 2025, 5:26 p.m.

7.8

CVSS3.1

CVE-2022-49385 - driver: base: fix UAF when driver_attach failed

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed.

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: May 4, 2025, 8:36 a.m.

5.5

CVSS3.1

CVE-2022-49468 - thermal/core: Fix memory leak in __thermal_cooling_device_register()

In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in __thermal_cooling_device_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 (size 264312): comm "182", pid 102533, jiffies 429643496…

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Oct. 1, 2025, 8:16 p.m.

5.5

CVSS3.1

CVE-2022-49332 - scsi: lpfc: Address NULL pointer dereference after starget_to_rport()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Address NULL pointer dereference after starget_to_rport() Calls to starget_to_rport() may return NULL. Add check for NULL rport before dereference.

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Oct. 1, 2025, 8:16 p.m.

5.5

CVSS3.1

CVE-2022-49347 - ext4: fix bug_on in ext4_writepages

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in ext4_writepages we got issue as follows: EXT4-fs error (device loop0): ext4_mb_generate_buddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs 31513 free cls ------------[ cut here ]----------…

πŸ“… Published: Feb. 26, 2025, midnight πŸ”„ Last Modified: Dec. 23, 2025, 1:23 p.m.
Total resulsts: 349182
Page 6623 of 34,919
Β« previous page Β» next page
Filters