Lucene search
+L

357 matches found

CVE
CVE
added 2024/04/10 11:7 a.m.180 views

CVE-2024-26815

The CVE-2024-26815 entry concerns the Linux kernel taprio qdisc: taprio_parse_tc_entry() fails to validate TCA_TAPRIO_TC_ENTRY_INDEX, allowing negative values to be fed and triggering a UBSAN shift-out-of-bounds in net/sched/sch_taprio.c. The patch fixes the check by ensuring the index is within ...

5.5CVSS6.4AI score0.00272EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/04/10 11:7 a.m.6 views

CVE-2024-26815 net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: proper TCATAPRIOTCENTRYINDEX check taprioparsetcentry is not correctly checking TCATAPRIOTCENTRYINDEX attribute: int tc; // Signed value tc = nlagetu32tbTCATAPRIOTCENTRYINDEX; if tc = TCQOPTMAXQUEUE...

5.5CVSS6.1AI score0.00272EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/02 6:22 a.m.67 views

CVE-2023-52630

CVE-2023-52630 is rejected/not used; this CVE entry does not represent an active vulnerability.

7.7AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/05 4:31 a.m.8 views

SUSE CVE-2023-52507

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially perform a...

5.7CVSS6.1AI score0.00237EPSS
SaveExploits0References15
NVD
NVD
added 2024/03/02 10:15 p.m.22 views

CVE-2023-52507

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially perform a...

7.1CVSS7.3AI score0.00237EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.29 views

CVE-2023-52507 nfc: nci: assert requested protocol is valid

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially perform a...

7.5AI score0.00237EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/03/01 4:8 a.m.2 views

SUSE CVE-2021-46952

In the Linux kernel, the following vulnerability has been resolved: NFS: fscontext: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprtcalcmajortimeo. This is caused by a garbage timeout retrans mount option being passed to nfs mount, in this case from syzkaller. I...

7.1CVSS7.6AI score0.00281EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/01 4:7 a.m.3 views

SUSE CVE-2021-46992

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid overflows in nfthashbuckets Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nfthashbuckets syzbot injected a size == 0x40000000 and reported: UBSAN:...

5.3CVSS7.8AI score0.0026EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/02/29 11:2 a.m.29 views

CVE-2021-47044

A shift-out-of-bounds vulnerability was found in the Linux kernel, which affects the loadbalance function in the sched/fair component, and is caused when the to-be-active-balanced task is not allowed to run on env-dstcpu, allowing the sd-nrbalancefailed value to grow exceedingly large. Mitigation...

5.5CVSS7.2AI score0.00267EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.23 views

CVE-2021-47044

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

7.7CVSS6.4AI score0.00267EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

DEBIAN-CVE-2021-47044

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

7.7CVSS5.7AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.10 views

CVE-2021-47044

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

7.7CVSS7.4AI score
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.19 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

7AI score0.00267EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.4 views

UBUNTU-CVE-2021-47044

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

7.7CVSS6.6AI score0.00267EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.17 views

CVE-2021-47044 sched/fair: Fix shift-out-of-bounds in load_balance()

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

6.7AI score0.00267EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.44 views

CVE-2021-47044

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

7.7CVSS6.7AI score0.00267EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.33 views

CVE-2021-47044 sched/fair: Fix shift-out-of-bounds in load_balance()

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

6.6AI score0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.3867 views

CVE-2021-47044

CVE-2021-47044 describes a Linux kernel issue in sched/fair/load_balance where sd->nr_balance_failed could grow unbounded if a task could not run on env->dst_cpu. The root cause was a potentially unbounded shift operation used to decide when to trigger an active balance, leading to extremel...

7.7CVSS7.3AI score0.00267EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.4 views

CVE-2021-46952

In the Linux kernel, the following vulnerability has been resolved: NFS: fscontext: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprtcalcmajortimeo. This is caused by a garbage timeout retrans mount option being passed to nfs mount, in this case from syzkaller. I...

7.1CVSS6.3AI score0.00281EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/27 7:4 p.m.0 views

DEBIAN-CVE-2021-46952

In the Linux kernel, the following vulnerability has been resolved: NFS: fscontext: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprtcalcmajortimeo. This is caused by a garbage timeout retrans mount option being passed to nfs mount, in this case from syzkaller. I...

7.1CVSS6AI score0.00281EPSS
SaveExploits0References1
Rows per page
Query Builder