Lucene search
+L

254 matches found

OSV
OSV
added 2024/05/21 3:15 p.m.13 views

CVE-2021-47283

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not properly released on module remove. It was not free...

5.5CVSS5.9AI score
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.24 views

UBUNTU-CVE-2021-47283

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not properly released on module remove. It was not free...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 2:20 p.m.27 views

CVE-2021-47283 net:sfc: fix non-freed irq in legacy irq mode

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not properly released on module remove. It was not free...

6.4AI score0.00222EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 2:20 p.m.16 views

CVE-2021-47283 net:sfc: fix non-freed irq in legacy irq mode

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not properly released on module remove. It was not free...

6.8AI score0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 2:20 p.m.89 views

CVE-2021-47283

CVE-2021-47283 concerns the Linux kernel where the SFC driver could leak IRQ resources when using legacy IRQs. The issue arises because the flag irqs_hooked was not set during initialization in legacy IRQ mode, causing non-freed interrupt descriptors on module removal. The vulnerability affects t...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:20 p.m.44 views

CVE-2021-47283

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not properly released on module remove. It was not free...

5.5CVSS7.1AI score0.00222EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.3 views

kernel: sfc: fix crash when reading stats while NIC is resetting

A flaw was identified in the sfc network driver within the Linux kernel where a NULL pointer dereference may occur when reading network statistics during a NIC reset. Specifically, the function efxnetstats used as .ndogetstats64 for ethtool can be invoked while the NIC’s internal data structures...

5.8AI score0.00223EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.12 views

SUSE CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.4 views

SUSE CVE-2022-48648

In the Linux kernel, the following vulnerability has been resolved: sfc: fix null pointer dereference in efxhardstartxmit Trying to get the channel from the txqueue variable here is wrong because we can only be here if txqueue is NULL, so we shouldn't dereference it. As the above comment in the...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.3 views

SUSE CVE-2022-48646

In the Linux kernel, the following vulnerability has been resolved: sfc/siena: fix null pointer dereference in efxhardstartxmit Like in previous patch for sfc, prevent potential but unlikely NULL pointer dereference...

5.5CVSS6.3AI score0.00203EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/04/29 4:38 p.m.25 views

CVE-2022-48648

A potential NULL pointer dereference was found in efxhardstartxmit in the Linux kernel. This issue may lead to a crash...

4.4CVSS7.5AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/29 4:37 p.m.23 views

CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

5.5CVSS7AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/29 4:37 p.m.25 views

CVE-2022-48646

In the Linux kernel, the following vulnerability has been resolved: sfc/siena: fix null pointer dereference in efxhardstartxmit Like in previous patch for sfc, prevent potential but unlikely NULL pointer dereference...

4.1CVSS7.3AI score0.00203EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2024/04/28 1:15 p.m.9 views

CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

5.5CVSS5.8AI score0.00226EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2024/04/28 1:15 p.m.26 views

CVE-2022-48648

In the Linux kernel, the following vulnerability has been resolved: sfc: fix null pointer dereference in efxhardstartxmit Trying to get the channel from the txqueue variable here is wrong because we can only be here if txqueue is NULL, so we shouldn't dereference it. As the above comment in the...

5.5CVSS7.2AI score0.00226EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.32 views

CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

5.5CVSS7.2AI score0.00226EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/28 1:15 p.m.0 views

DEBIAN-CVE-2022-48648

In the Linux kernel, the following vulnerability has been resolved: sfc: fix null pointer dereference in efxhardstartxmit Trying to get the channel from the txqueue variable here is wrong because we can only be here if txqueue is NULL, so we shouldn't dereference it. As the above comment in the...

5.5CVSS5.1AI score0.00226EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.13 views

CVE-2022-48646

In the Linux kernel, the following vulnerability has been resolved: sfc/siena: fix null pointer dereference in efxhardstartxmit Like in previous patch for sfc, prevent potential but unlikely NULL pointer dereference...

6.2CVSS6.2AI score0.00203EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.22 views

CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

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

UBUNTU-CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

5.5CVSS5.9AI score0.00226EPSS
SaveExploits0References7
Rows per page
Query Builder