Lucene search
+L

8152 matches found

SUSE CVE
SUSE CVE
added 2024/06/24 11:17 p.m.10 views

SUSE CVE-2024-36481

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: fix error check in parsebtffield btffindstructmember might return NULL or an error via the ERRPTR macro. However, its caller in parsebtffield only checks for the NULL condition. Fix this by using ISERR and returni...

5.5CVSS7.7AI score0.00211EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.7 views

SUSE CVE-2024-38619

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alaudainfo will remain 0 if alaudainitmedia fails, potentially causing divide errors in alaudareaddata and alaudawritelba. - Add a membe...

5.5CVSS6.2AI score0.00253EPSS
SaveExploits0References18
OSV
OSV
added 2024/06/24 2:15 p.m.2 views

DEBIAN-CVE-2024-34030

In the Linux kernel, the following vulnerability has been resolved: PCI: ofproperty: Return error for intmap allocation failure Return -ENOMEM from ofpcipropintrmap if kcalloc fails to prevent a NULL pointer dereference in this case. bhelgaas: commit log...

4.7CVSS4.8AI score0.00212EPSS
SaveExploits0References1
Amazon
Amazon
added 2024/06/24 12:00 a.m.11 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial CVE-2024-26900 In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser CVE-2024-35947 In the Linux kernel, the following...

8.1CVSS6.8AI score0.01305EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/06/22 4:09 a.m.5 views

SUSE CVE-2022-48712

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

4.4CVSS6.7AI score0.00228EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/21 12:15 p.m.3 views

DEBIAN-CVE-2024-36481

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: fix error check in parsebtffield btffindstructmember might return NULL or an error via the ERRPTR macro. However, its caller in parsebtffield only checks for the NULL condition. Fix this by using ISERR and returni...

5.5CVSS5AI score0.00211EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.7 views

SUSE CVE-2022-48724

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix potential memory leak in intelsetupirqremapping After commit e3beca48a45b "irqdomain/treewide: Keep firmware node unconditionally allocated". For tear down scenario, fn is only freed after fail to allocate irdomai...

4.1CVSS7.6AI score0.00236EPSS
SaveExploits0References10
NVD
NVD
added 2024/06/20 11:15 a.m.21 views

CVE-2022-48712

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

7.8CVSS0.00228EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.30 views

CVE-2022-48712

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

7.8CVSS6.1AI score0.00228EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.37 views

CVE-2022-48712 ext4: fix error handling in ext4_fc_record_modified_inode()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

0.00228EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.18 views

CVE-2022-48712 ext4: fix error handling in ext4_fc_record_modified_inode()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

6.9AI score0.00228EPSS
SaveExploits0References4
Veracode
Veracode
added 2024/06/20 6:29 a.m.23 views

Cross-site Scripting (XSS)

Magento is vulnerable to Cross-site Scripting XSS. The vulnerability is due to error handling accessing user input without sanitization, allowing an authenticated user to manipulate downloadable links...

5.4CVSS6.2AI score0.00556EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.28 views

CVE-2022-48712

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

7.8CVSS6.1AI score0.00228EPSS
SaveExploits0References6
NVD
NVD
added 2024/06/19 3:15 p.m.26 views

CVE-2021-47616

In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxequeuecleanup On error handling path in rxeqpfrominit qp-sq.queue is freed and then rxecreateqp will drop last reference to this object. qp clean up function will try to free this queue one time and ...

7.8CVSS0.00217EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.19 views

CVE-2021-47616

In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxequeuecleanup On error handling path in rxeqpfrominit qp-sq.queue is freed and then rxecreateqp will drop last reference to this object. qp clean up function will try to free this queue one time and ...

7.8CVSS5.9AI score0.00217EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 2:58 p.m.56 views

CVE-2021-47616 RDMA: Fix use-after-free in rxe_queue_cleanup

In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxequeuecleanup On error handling path in rxeqpfrominit qp-sq.queue is freed and then rxecreateqp will drop last reference to this object. qp clean up function will try to free this queue one time and ...

7.8CVSS0.00217EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/06/19 2:58 p.m.15 views

CVE-2021-47616 RDMA: Fix use-after-free in rxe_queue_cleanup

In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxequeuecleanup On error handling path in rxeqpfrominit qp-sq.queue is freed and then rxecreateqp will drop last reference to this object. qp clean up function will try to free this queue one time and ...

7.8CVSS6.8AI score0.00217EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.24 views

CVE-2024-38584

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssgprueth: Fix NULL pointer dereference in pruethprobe In the pruethprobe function, if one of the calls to emacphyconnect fails due to ofphyconnect returning NULL, then the subsequent call to phyattachedinfo will...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/19 3:33 a.m.3 views

SUSE CVE-2024-36973

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: fix double free in the error handling of gpauxbusprobe When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function gpauxiliarydevicerelease calls idafree and...

6.2CVSS6.9AI score0.00238EPSS
SaveExploits0References10
OSV
OSV
added 2024/06/17 6:15 p.m.3 views

DEBIAN-CVE-2024-36973

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: fix double free in the error handling of gpauxbusprobe When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function gpauxiliarydevicerelease calls idafree and...

7.8CVSS5.6AI score0.00238EPSS
SaveExploits0References1
Rows per page
Query Builder