Lucene search
+L

231583 matches found

CVE
CVE
added 2024/03/04 6:15 p.m.121 views

CVE-2021-47104

The CVE-2021-47104 entry concerns the Linux kernel IB/qib component, specifically a memory leak in qib_user_sdma_queue_pkts(). The root cause is an incorrect goto label used in the error path, which caused cleanup of allocated pkt structures to be skipped, leading to a resource leak. The connecte...

5.5CVSS6.3AI score0.00242EPSS
SaveExploits0References8Affected Software1
Prion
Prion
added 2024/03/04 6:15 p.m.40 views

Integer overflow

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Prevent integer overflow/underflow in hysteresis calculations Commit b50aa49638c7 "hwmon: lm90 Prevent integer underflows of temperature calculations" addressed a number of underflow situations when writing temperatur...

7.5AI score0.00221EPSS
SaveExploits0References2
Prion
Prion
added 2024/03/04 6:15 p.m.21 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asixmdioread asixreadcmd may read less than sizeofsmsr bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in asixcheckhostenable drivers/net/usb/asixcommon.c:82 inline...

7.3AI score0.00221EPSS
SaveExploits0References2
Prion
Prion
added 2024/03/04 6:15 p.m.31 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ALSA: rawmidi - fix the uninitalized userpversion The userpversion was uninitialized for the user space file structure in the open function, because the file private structure use kmalloc for the allocation. The kernel ALSA...

7.5AI score0.0021EPSS
SaveExploits0References2
Prion
Prion
added 2024/03/04 6:15 p.m.17 views

Race condition

In the Linux kernel, the following vulnerability has been resolved: hamradio: defer ax25 kfree after unregisternetdev There is a possible race condition use-after-free like below USE | FREE ax25sendmsg | ax25queuexmit | devqueuexmit | devqueuexmit | devxmitskb | schdirectxmit | ... xmitone |...

7.5AI score
SaveExploits0References8
Prion
Prion
added 2024/03/04 6:15 p.m.15 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: fix global-out-of-bounds issue When eint virtual eint number is greater than gpio number, it maybe produce 'desceintn' size globle-out-of-bounds issue...

7.4AI score0.00227EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/04 6:15 p.m.35 views

Path traversal

In JetBrains TeamCity before 2023.11.4 path traversal allowing to perform limited admin actions was possible...

7.5CVSS8.3AI score0.99991EPSS
SaveExploits13References2
Prion
Prion
added 2024/03/04 6:15 p.m.32 views

Authentication flaw

In JetBrains TeamCity before 2023.11.4 authentication bypass allowing to perform admin actions was possible...

7.5CVSS9.5AI score0.99938EPSS
SaveExploits25References2Affected Software1
Prion
Prion
added 2024/03/04 6:15 p.m.20 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix locking in ieee80211startap error path We need to hold the local-mtx to release the channel context, as even encoded by the lockdepassertheld there. Fix it...

7.3AI score0.0017EPSS
SaveExploits0References3
Prion
Prion
added 2024/03/04 6:15 p.m.26 views

Cross site scripting

IBM CICS TX Advanced 10.1 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 260769...

5.8CVSS6.2AI score0.00317EPSS
SaveExploits0References2
Prion
Prion
added 2024/03/04 6:15 p.m.30 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: ipmi: ssif: initialize ssifinfo-client early During probe ssifinfo-client is dereferenced in error path. However, it is set when some of the error checking has already been done. This causes following kernel crash if an error pat...

7.2AI score0.00227EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/04 6:10 p.m.221 views

CVE-2021-47101

CVE-2021-47101: In the Linux kernel, a fix for an uninitialized read in the ASIX USB Ethernet driver was applied. asix_read_cmd() could read fewer bytes than sizeof(smsr), leaving smsр uninitialized and potentially exposing uninitialized data during later use. The issue was observed in KMSAN repo...

7.1CVSS6.2AI score0.00221EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/03/04 6:10 p.m.169 views

CVE-2021-47098

CVE-2021-47098 affects Linux kernel hwmon lm90, where setting the hysteresis value could overflow/underflow when the temperature limit is MAX_LONG with a negative critical limit. The root cause was an integer overflow/underflow in hysteresis calculations after a prior fix; the resolution introduc...

7.8CVSS6.4AI score0.00221EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/03/04 6:10 p.m.110 views

CVE-2021-47095

CVE-2021-47095 affects the Linux kernel’s ipmi_ssif (ssif) driver. The root cause was dereferencing ssif_info->client in an error path before it was guaranteed to be set, leading to a NULL pointer dereference and a kernel crash. The fix initializes ssif_info->client before any error path ca...

5.5CVSS6.1AI score0.00227EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/03/04 6:10 p.m.92 views

CVE-2021-47093

CVE-2021-47093: SUSE advisories SIG- Linux kernel (SUSE SLES/openSUSE) notes a memleak in intel_pmc_core during module init when platform device registration fails. The fix frees the platform device with platform_device_put() to release resources (e.g., device name). Connected documents confirm t...

5.5CVSS6.3AI score0.00261EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/03/04 6:10 p.m.106 views

CVE-2021-47091

CVE-2021-47091 affects the Linux kernel mac80211 component. Root cause: locking in ieee80211_start_ap error path where local channel context release wasn’t guaranteed to hold local->mtx, risking improper synchronization. The fix enforces holding local->mtx when releasing the channel context...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/03/04 6:06 p.m.100 views

CVE-2021-47083

CVE-2021-47083 affects the Linux kernel’s pinctrl Mediatek code: when the eint virtual EINT number exceeds the GPIO count, it can trigger a global-out-of-bounds write to desc[eint_n]. The issue was fixed in the mediatek pinctrl path (pinctrl: mediatek: fix global-out-of-bounds issue). No exploit ...

7.1CVSS6.3AI score0.00227EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/03/04 6:06 p.m.120 views

CVE-2021-47086

The CVE-2021-47086 entry concerns the Linux kernel Phonet/pep path. The connected Astra Linux bulletin repeats that the vulnerability arises in an ioctl that refines enabling an unbound pipe, where the socket may not be bound to a valid Phonet object. If the socket is not bound, two issues occur:...

5.5CVSS6.4AI score0.00226EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/03/04 6:05 p.m.106 views

CVE-2023-38360

IBM CICS TX Advanced 10.1 is vulnerable to cross-site scripting due to insufficient filtering/escaping of user-supplied data in the Web UI. This can allow an attacker to embed arbitrary JavaScript, potentially leading to credentials disclosure within a trusted session. Remediation/fix is availabl...

6.1CVSS5.8AI score0.00317EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/03/04 5:21 p.m.322 views

CVE-2024-27199

CVE-2024-27199 is a JetBrains TeamCity path traversal vulnerability that could allow limited admin actions on vulnerable TeamCity servers. Affected product: TeamCity server prior to 2023.11.4; underlying issue described as a path traversal/logic flow problem in handling requests. CVSS v3.1 base s...

7.3CVSS8.3AI score0.99991EPSS
SaveIn wildExploits13References4Affected Software1
Rows per page
Query Builder