Lucene search
+L

260 matches found

RedHat Linux
RedHat Linux
•added 2024/04/30 9:57 a.m.•11 views

kernel: net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX

A flaw was addressed in the Linux kernel’s traffic scheduling TAPRIO subsystem. The code that handles the TCATAPRIOATTRSCHEDCYCLETIME attribute did not enforce an upper bound on this value, which could allow excessively large cycle time inputs to be processed. Under certain conditions, this can...

5.9AI score0.00199EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2024/04/30 2:26 a.m.•7 views

SUSE CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2024/04/29 4:37 p.m.•34 views

CVE-2022-48644

A flaw was found in the Linux kernel’s Time-Aware Priority Shaper taprio scheduler. The issue arises because the taprio scheduler attempts to disable hardware offload, even if it was never enabled, due to an unusual API design. This issue can result in improper handling and potential system...

6.1CVSS7.5AI score0.00232EPSS
SaveExploits0References4
OSV
OSV
•added 2024/04/28 1:15 p.m.•10 views

DEBIAN-CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS5.3AI score0.00232EPSS
SaveExploits0References1
NVD
NVD
•added 2024/04/28 1:15 p.m.•26 views

CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS7.2AI score0.00232EPSS
SaveExploits0References5
OSV
OSV
•added 2024/04/28 1:15 p.m.•15 views

DEBIAN-CVE-2022-48645

In the Linux kernel, the following vulnerability has been resolved: net: enetc: deny offload of tc-based TSN features on VF interfaces TSN features on the ENETC taprio, cbs, gate, police are configured through a mix of command BD ring messages and port registers: enetcportrd, enetcportwr. Port...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
•added 2024/04/28 1:15 p.m.•10 views

UBUNTU-CVE-2022-48645

In the Linux kernel, the following vulnerability has been resolved: net: enetc: deny offload of tc-based TSN features on VF interfaces TSN features on the ENETC taprio, cbs, gate, police are configured through a mix of command BD ring messages and port registers: enetcportrd, enetcportwr. Port...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References6
OSV
OSV
•added 2024/04/28 1:15 p.m.•17 views

UBUNTU-CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2024/04/28 1:15 p.m.•30 views

CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References7
CVE
CVE
•added 2024/04/28 1:00 p.m.•99 views

CVE-2022-48645

CVE-2022-48645 – Linux kernel ENETC offload: The TSN features (taprio, cbs, gate, police) could be configured via PF registers but were not intended to be accessible from VFs. Accessing VF-exposed registers could trigger kernel paging faults and a crash. The fix split enetc_setup_tc() into separa...

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
•added 2024/04/28 1:00 p.m.•43 views

CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS5.6AI score0.00232EPSS
SaveExploits0
CVE
CVE
•added 2024/04/28 1:00 p.m.•99 views

CVE-2022-48644

Summary (CVE-2022-48644): A Linux kernel net/sched taprio offload bug could crash the kernel when disabling offload if flags were left at TAPRIO_FLAGS_INVALID after an error path. The code evaluated FULL_OFFLOAD_IS_ENABLED(q->flags) on an invalid flag value (U32_MAX), causing a crash when tapr...

5.5CVSS6.3AI score0.00232EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
•added 2024/04/28 1:00 p.m.•43 views

CVE-2022-48644 net/sched: taprio: avoid disabling offload when it was never enabled

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

6.4AI score0.00232EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2024/04/28 1:00 p.m.•25 views

CVE-2022-48644 net/sched: taprio: avoid disabling offload when it was never enabled

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

6.5AI score0.00232EPSS
SaveExploits0References5
OSV
OSV
•added 2024/04/28 1:00 p.m.•33 views

CVE-2022-48644 net/sched: taprio: avoid disabling offload when it was never enabled

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.8AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
•added 2024/04/11 9:22 a.m.•25 views

CVE-2024-26815

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.5CVSS7.5AI score0.00282EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2024/04/11 2:30 a.m.•6 views

SUSE CVE-2024-26815

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.8AI score0.00282EPSS
SaveExploits0References8
OSV
OSV
•added 2024/04/10 11:15 a.m.•4 views

DEBIAN-CVE-2024-26815

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.5CVSS5.5AI score0.00282EPSS
SaveExploits0References1
NVD
NVD
•added 2024/04/10 11:15 a.m.•17 views

CVE-2024-26815

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...

7.8CVSS7.4AI score0.00282EPSS
SaveExploits0References5
OSV
OSV
•added 2024/04/10 11:15 a.m.•10 views

UBUNTU-CVE-2024-26815

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...

7.8CVSS6.1AI score0.00282EPSS
SaveExploits0References13
Rows per page
Query Builder