Lucene search
+L

5713 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.11 views

UBUNTU-CVE-2022-49612

In the Linux kernel, the following vulnerability has been resolved: power: supply: core: Fix boundary conditions in interpolation The functions powersupplytemp2resistsimple and powersupplyocv2capsimple handle boundary conditions incorrectly. The change was introduced in...

7.8CVSS6.1AI score0.00277EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.27 views

CVE-2022-49612 power: supply: core: Fix boundary conditions in interpolation

In the Linux kernel, the following vulnerability has been resolved: power: supply: core: Fix boundary conditions in interpolation The functions powersupplytemp2resistsimple and powersupplyocv2capsimple handle boundary conditions incorrectly. The change was introduced in...

0.00277EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 2:23 a.m.161 views

CVE-2022-49612

CVE-2022-49612 discusses a Linux kernel vulnerability in the power: supply: core interpolation logic. The issue lies in boundary handling within power_supply_temp2resist_simple and power_supply_ocv2cap_simple, introduced by a4585ba2050f460f749bbaf2b67bd56c41e30283 (power: supply: core: Use librar...

7.8CVSS5.4AI score0.00277EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.16 views

CVE-2022-49612 power: supply: core: Fix boundary conditions in interpolation

In the Linux kernel, the following vulnerability has been resolved: power: supply: core: Fix boundary conditions in interpolation The functions powersupplytemp2resistsimple and powersupplyocv2capsimple handle boundary conditions incorrectly. The change was introduced in...

5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.25 views

CVE-2022-49430 Input: gpio-keys - cancel delayed work only in case of GPIO

In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - cancel delayed work only in case of GPIO gpiokeys module can either accept gpios or interrupts. The module initializes delayed work in case of gpios only and is only used if debounce timer is not used, so make...

0.00261EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 2:12 a.m.13 views

CVE-2022-49420 net: annotate races around sk->sk_bound_dev_if

In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk-skbounddevif UDP sendmsg is lockless, and reads sk-skbounddevif while this field can be changed by another thread. Adds minimal annotations to avoid KCSAN splats for UDP. Following patches will add...

5.7AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.14 views

CVE-2022-49291 ALSA: pcm: Fix races among concurrent hw_params and hw_free calls

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hwparams and hwfree calls Currently we have neither proper check nor protection against the concurrent calls of PCM hwparams and hwfree ioctls, which may result in a UAF. Since the existing P...

7.8CVSS7.5AI score0.003EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.7 views

CVE-2022-49288 ALSA: pcm: Fix races among concurrent prealloc proc writes

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent PCM buffer preallocation changes via proc files, and it may potentially lead to UAF or some weird problem. This patch applies the...

7.6AI score0.00284EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.53 views

CVE-2022-49159

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Implement ref count for SRB The timeout handler and the done function are racing. When qla2x00asynciocbtimeout starts to run it can be preempted by the normal response path via the firmware?. qla24xxasyncgpscspdone...

8.8CVSS5.5AI score0.00331EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.22 views

CVE-2022-49072

In the Linux kernel, the following vulnerability has been resolved: gpio: Restrict usage of GPIO chip irq members before initialization GPIO chip irq members are exposed before they could be completely initialized and this leads to race conditions. One such issue was observed for the gc-irq.domai...

5.5CVSS5.2AI score0.00268EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.14 views

CVE-2022-49072 gpio: Restrict usage of GPIO chip irq members before initialization

In the Linux kernel, the following vulnerability has been resolved: gpio: Restrict usage of GPIO chip irq members before initialization GPIO chip irq members are exposed before they could be completely initialized and this leads to race conditions. One such issue was observed for the gc-irq.domai...

5.5AI score
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:54 a.m.177 views

CVE-2022-49072

CVE-2022-49072 affects the Linux kernel GPIO subsystem: gpiochip irq members can be read before initialization, causing race conditions and a potential NULL pointer dereference via I2C (gpiochip_to_irq). The issue has been resolved in the kernel by restricting access to irq-related fields until a...

5.5CVSS5.3AI score0.00268EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.16 views

PT-2025-8736 · Unknown · Met One 3400+

Name of the Vulnerable Software and Affected Versions: MET ONE 3400+ version 1.0.41 Description: The issue concerns the temporary storage of credentials in plain text within the system under rare conditions. This data is not accessible to unauthenticated users. Recommendations: For version 1.0.41...

5.8CVSS7AI score0.0019EPSS
SaveExploits0References4
zdt
zdt
added 2025/02/22 12:00 a.m.599 views

Linux io_uring Use-After-Free Exploit

The Linux kernel suffers from a use-after-free of struct ioevfd because ioeventfddosignal frees an object when the refcount reaches zero without waiting for the required grace period. Summary UAF of struct ioevfd because ioeventfddosignal frees an object when the refcount reaches zero without...

6.9AI score0.00253EPSS
SaveExploits2
OSV
OSV
added 2025/02/21 10:43 p.m.13 views

GHSA-2P94-8669-XG86 Vyper's sqrt doesn't define rounding behavior

Vyper's sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. the fix is tracked in https://github.com/vyperlang/vyper/pull/4486 Vulnerability Detai...

2.3CVSS5.8AI score0.00327EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/13 5:16 p.m.34 views

GHSA-MRQP-Q7VX-V2CX Instaclustr Cassandra-Lucene-Index allows bypass of Cassandra RBAC

Summary / Details Systems running the Instaclustr fork of Stratio's Cassandra-Lucene-Index plugin versions 4.0-rc1-1.0.0 through 4.0.16-1.0.0 and 4.1.0-1.0.0 through 4.1.8-1.0.0, installed into Apache Cassandra version 4.x, are susceptible to a vulnerability which when successfully exploited coul...

8.8CVSS8.6AI score0.00575EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/12 10:15 p.m.5 views

ALPINE-CVE-2024-39355

Improper handling of physical or environmental conditions in some IntelR Processors may allow an authenticated user to enable denial of service via local access...

5.7CVSS6.2AI score0.00243EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2025/02/12 12:00 a.m.367 views

ABB Cylon FLXeon 9.3.4 Cross Site Request Forgery

ABB Cylon FLXeon version 9.3.4 suffers from a cross site request forgery vulnerability. However, exploitation is limited to specific conditions due to the server's CORS configuration. !-- ABB Cylon FLXeon 9.3.4 Limited Cross-Site Request Forgery RCE Vendor: ABB Ltd. Product web page:...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2025/02/12 12:00 a.m.6 views

Intel Core Processors 安全漏洞

Intel Core Processors is an Intel Core family of central processing units CPUs from Intel Corporation USA. A security vulnerability exists in Intel Core Processors that arises from improper handling of physical or environmental conditions that could allow an authenticated user to enable denial of...

6.5CVSS5.6AI score0.00243EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/02/11 6:31 p.m.2 views

Improper Check for Unusual or Exceptional Conditions

Overview magento/community-edition is a modern cloud eCommerce platform. Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions enabling the bypass of a security feature. Remediation Upgrade magento/community-edition to version 2.4.4-p12, 2.4.5-p1...

5.3CVSS6.9AI score0.00634EPSS
SaveExploits0References2
Rows per page
Query Builder