Lucene search
+L

5646 matches found

SUSE CVE
SUSE CVE
added 2024/05/24 3:35 a.m.7 views

SUSE CVE-2021-47364

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix memory leak in compatinsnlist compatinsnlist handles the 32-bit version of the COMEDIINSNLIST ioctl whenwhen CONFIGCOMPAT is enabled. It allocates memory to temporarily hold an array of struct comediinsn converted fro...

3.6CVSS6.4AI score0.00239EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/05/24 12:0 a.m.11 views

The vulnerability in the configuration of the CI/CD agent software from JetBrains TeamCity arises from the lack of measures taken to protect the structure of web pages. This allows attackers to carry out XSS attacks.

The vulnerability of TeamCity’s CI/CD agent configuration exists because measures were not taken to protect the structure of the web page. Exploiting this vulnerability allows a malicious actor to carry out XSS attacks remotely...

4.7CVSS5.4AI score0.00293EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/23 7:14 p.m.17 views

Silverstripe Missing security check on dev/build/defaults

The buildDefaults method on DevelopmentAdmin is missing a permission check. In live mode, if you access /dev/build, you are requested to login first. However, if you access /dev/build/defaults, then the action is performed without any login check. This should be protected in the same way that...

6.9AI score
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/05/23 8:29 a.m.149 views

CVE-2024-30280

The CVE-2024-30280 entry affects Adobe Acrobat Reader (versions 20.005.30574, 24.002.20736 and earlier) and is an out-of-bounds read bug triggered while parsing a crafted file. An attacker could execute code in the user’s context, and exploitation requires user interaction (victim opens a malicio...

7.8CVSS6.5AI score0.06645EPSS
SaveExploits0References1Affected Software2
RedhatCVE
RedhatCVE
added 2024/05/22 10:20 a.m.22 views

CVE-2021-47385

In the Linux kernel, the following vulnerability has been resolved: hwmon: w83792d Fix NULL pointer dereference by removing unnecessary structure field If driver read val value sufficient for val & 0x08 && !val & 0x80 && val & 0x7 == val 4 & 0x7 from device then Null pointer dereference occurs. I...

4.4CVSS8.2AI score0.00241EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:16 a.m.4 views

kernel: netfilter: xtables out-of-bounds read in u32_match_it()

A flaw was found in the Netfilter subsystem in the Linux kernel. The xtu32 module did not validate the fields in the xtu32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a cra...

6.7CVSS6.8AI score0.00397EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.9 views

kernel: ipmi_si: fix a memleak in try_smi_init()

A memory leak flaw was found in the Linux kernel's IPMI System Interface driver in the initialization error path. A local user can trigger this issue by loading the ipmisi module when initialization fails after allocating the sism structure but before registering the shutdown handler. This causes...

5.5CVSS7.2AI score0.00136EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/22 8:19 a.m.34 views

CVE-2021-47483 regmap: Fix possible double-free in regcache_rbtree_exit()

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcacherbtreeexit In regcacherbtreeinserttoblock, when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode-block' will be freed, so 'rbnode-block' points a freed memory,...

7.8CVSS6.4AI score0.00229EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/05/22 12:0 a.m.11 views

The vulnerability of Microsoft Dynamics 365 Customer Insights’ CDP platform allows a hacker to perform spear-phishing attacks.

The vulnerability of the Microsoft Dynamics 365 Customer Insights CDP platform is related to the lack of measures taken to protect the website structure. Exploiting this vulnerability could allow a malicious actor to carry out spear-phishing attacks...

7.6CVSS5.5AI score0.00991EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 4:15 p.m.11 views

UBUNTU-CVE-2023-52836

In the Linux kernel, the following vulnerability has been resolved: locking/wwmutex/test: Fix potential workqueue corruption In some cases running with the test-wwmutex code, I was seeing odd behavior where sometimes it seemed flushworkqueue was returning before all the work threads were finished...

7.8CVSS5.9AI score0.00255EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47417

In the Linux kernel, the following vulnerability has been resolved: libbpf: Fix memory leak in strset Free struct strset itself, not just its internal parts...

5.5CVSS5.4AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.3 views

DEBIAN-CVE-2021-47407

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of initsrcustruct, which can fail due to OOM, when initializing the page track mechanism. Lack of checking leads to a NULL pointer deref found b...

5.5CVSS5.3AI score0.0025EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.24 views

CVE-2021-47385

In the Linux kernel, the following vulnerability has been resolved: hwmon: w83792d Fix NULL pointer dereference by removing unnecessary structure field If driver read val value sufficient for val & 0x08 && !val & 0x80 && val & 0x7 == val 4 & 0x7 from device then Null pointer dereference occurs. I...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.43 views

CVE-2021-47384 hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field

In the Linux kernel, the following vulnerability has been resolved: hwmon: w83793 Fix NULL pointer dereference by removing unnecessary structure field If driver read tmp value sufficient for tmp & 0x08 && !tmp & 0x80 && tmp & 0x7 == tmp 4 & 0x7 from device then Null pointer dereference occurs. It...

6.3AI score0.01028EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:3 p.m.179 views

CVE-2021-47384

CVE-2021-47384 affects Linux kernel hwmon drivers (notably w83793, and related subcomponents) with a NULL pointer dereference risk when reading a temp value, caused by an unnecessary field and an obsolete lm75[] array. The fix removes the unused lm75[] and adjusts driver subclient detection (devm...

5.3CVSS6.1AI score0.01028EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.23 views

CVE-2021-47384 hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field

In the Linux kernel, the following vulnerability has been resolved: hwmon: w83793 Fix NULL pointer dereference by removing unnecessary structure field If driver read tmp value sufficient for tmp & 0x08 && !tmp & 0x80 && tmp & 0x7 == tmp 4 & 0x7 from device then Null pointer dereference occurs. It...

6.8AI score0.01028EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 2:49 p.m.33 views

GHSA-3RCQ-39XP-7XJP ic-stable-structures vulnerable to BTreeMap memory leak when deallocating nodes with overflows

Impact When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causin...

5.9CVSS6.6AI score0.00515EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2024/05/21 2:49 p.m.26 views

ic-stable-structures vulnerable to BTreeMap memory leak when deallocating nodes with overflows

Impact When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causin...

7.5CVSS6.7AI score0.00515EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2024/05/21 10:15 a.m.15 views

CVE-2024-4435

When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain incorrectly allocated, causing a...

7.5CVSS5.7AI score0.00515EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.6 views

SUSE CVE-2024-35815

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

5.5CVSS6.3AI score0.00247EPSS
SaveExploits0References19
Rows per page
Query Builder