Lucene search
+L

5143 matches found

SUSE CVE
SUSE CVE
added 2024/05/28 3:34 a.m.10 views

SUSE CVE-2021-47415

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mvm: Fix possible NULL dereference In iwlmvmremovetimeevent check that 'tedata-vif' is NULL before dereferencing it...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/05/28 3:32 a.m.6 views

SUSE CVE-2021-47556

In the Linux kernel, the following vulnerability has been resolved: ethtool: ioctl: fix potential NULL deref in ethtoolsetcoalesce ethtoolsetcoalesce now uses both the .getcoalesce and .setcoalesce callbacks. But the check for their availability is buggy, so changing the coalesce settings on a...

5.5CVSS6.4AI score0.00183EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/27 9:57 a.m.28 views

CVE-2021-47556

In the Linux kernel, the following vulnerability has been resolved: ethtool: ioctl: fix potential NULL deref in ethtoolsetcoalesce ethtoolsetcoalesce now uses both the .getcoalesce and .setcoalesce callbacks. But the check for their availability is buggy, so changing the coalesce settings on a...

4.7CVSS6.9AI score0.00183EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.44 views

CVE-2021-47556 ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()

In the Linux kernel, the following vulnerability has been resolved: ethtool: ioctl: fix potential NULL deref in ethtoolsetcoalesce ethtoolsetcoalesce now uses both the .getcoalesce and .setcoalesce callbacks. But the check for their availability is buggy, so changing the coalesce settings on a...

6.4AI score0.00183EPSS
SaveExploits0References2
Oracle linux
Oracle linux
added 2024/05/24 12:00 a.m.86 views

httpd:2.4 security update

httpd 2.4.37-64.0.1 - Replace index.html with Oracle's index page oracleindex.html 2.4.37-64 - Resolves: RHEL-14448 - httpd: modmacro: out-of-bounds read vulnerability CVE-2023-31122 2.4.37-63 - modxml2enc: fix media type handling Resolves: RHEL-14321 modhttp2 1.15.7-10 - Resolves: RHEL-29817 -...

7.5CVSS7.5AI score0.99999EPSS
SaveExploits32
SUSE CVE
SUSE CVE
added 2024/05/23 3:23 p.m.6 views

SUSE CVE-2023-52788

In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drmdbg calls When i915 perf interface is not available dereferencing it will lead to NULL dereferences. As returning -ENOTSUPP is pretty clear return when perf interface is not available...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/05/23 2:05 p.m.18 views

CVE-2021-47260

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfsgetclient None of the callers are expecting NULL returns from nfsgetclient so this code will lead to an Oops. It's better to return an error pointer. I expect that this is dead code so...

4.4CVSS9.1AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 1:31 p.m.32 views

CVE-2021-47290

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL dereference on XCOPY completion CPU affinity control added with commit 39ae3edda325 "scsi: target: core: Make completion affinity configurable" makes targetcompletecmd queue work on a CPU based on...

4.4CVSS6.4AI score0.0046EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:08 a.m.32 views

CVE-2022-48708

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcssetmux. pinmuxgenericgetfunction can return NULL and the pointer "function" was dereferenced without checking against NULL. Found by Linux...

4.4CVSS6.6AI score0.0024EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:07 a.m.23 views

CVE-2021-47486

In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix potential NULL dereference The bpfjitbinaryfree function requires a non-NULL argument. When the RISC-V BPF JIT fails to converge in NRJITITERATIONS steps, jitdata-header will be NULL, which triggers a NULL...

5.5CVSS8.1AI score0.00677EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:05 a.m.9 views

SUSE CVE-2021-47257

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: fix null deref in parse dev addr Fix a logic error that could result in a null deref if the user sets the mode incorrectly for the given addr type...

5.5CVSS7.7AI score0.00226EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/23 3:05 a.m.5 views

SUSE CVE-2021-47260

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfsgetclient None of the callers are expecting NULL returns from nfsgetclient so this code will lead to an Oops. It's better to return an error pointer. I expect that this is dead code so...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.7 views

SUSE CVE-2021-47307

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifscomposemountoptions The optional @ref parameter might contain an NULL nodename, so prevent dereferencing it in cifscomposemountoptions. Addresses-Coverity: 1476408 "Explicit null dereferenced"...

5.5CVSS6.5AI score0.00684EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.9 views

SUSE CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

7.5CVSS6.2AI score0.00622EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 3:00 a.m.6 views

SUSE CVE-2022-48708

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcssetmux. pinmuxgenericgetfunction can return NULL and the pointer "function" was dereferenced without checking against NULL. Found by Linux...

4.4CVSS6.5AI score0.0024EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/05/23 2:57 a.m.6 views

SUSE CVE-2023-52767

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

5.5CVSS6.9AI score0.00172EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/22 11:05 a.m.28 views

CVE-2021-47369

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix NULL deref in qethclearworkingpoollist When qethsetonline calls qethclearworkingpoollist to roll back after an error exit from qethhardsetupcard, we are at risk of accessing card-qdio.inq before it was allocated by...

4.4CVSS6.7AI score0.00239EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:24 a.m.15 views

libssh: Missing checks for return values for digests

A flaw was found in the libssh implements abstract layer for message digest MD operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the...

5.3CVSS6.7AI score0.01409EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/05/22 10:07 a.m.10 views

python-cryptography: NULL-dereference when loading PKCS7 certificates

A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking "loadpempkcs7certificates" or "loadderpkcs7certificates" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service DoS for any...

7.5CVSS7.1AI score0.00985EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2024/05/22 10:07 a.m.26 views

Moderate: Red Hat Security Advisory: python3.11-cryptography security update

An update for python3.11-cryptography is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

7.5CVSS6.6AI score0.00985EPSS
SaveExploits1References3
Rows per page
Query Builder