Lucene search
K

9002 matches found

Positive Technologies
Positive Technologies
added 2024/03/01 12:0 a.m.3 views

PT-2024-21246 · Unknown · Oet-213H-Bts1

Name of the Vulnerable Software and Affected Versions: OET-213H-BTS1 affected versions not specified Description: The issue concerns an insecure default vulnerability in the initialization of a resource. This allows a network-adjacent unauthenticated attacker to configure and control the affected...

8.3CVSS6.9AI score0.00092EPSS
Exploits0References6
NVD
NVD
added 2024/02/29 11:15 p.m.16 views

CVE-2021-47016

In the Linux kernel, the following vulnerability has been resolved: m68k: mvme147,mvme16x: Don't wipe PCC timer config bits Don't clear the timer 1 configuration bits when clearing the interrupt flag and counter overflow. As Michael reported, "This results in no timer interrupts being delivered...

5.5CVSS6.4AI score0.00019EPSS
Exploits0References5
OSV
OSV
added 2024/02/29 11:15 p.m.5 views

CVE-2021-47056

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - ADFSTATUSPFRUNNING should be set after adfdevinit ADFSTATUSPFRUNNING is only used and checked by adfvf2pfshutdown before calling adfiovputmsg-mutexlockvf2pflock, however the vf2pflock is initialized in adfdevinit,...

5.5CVSS7.4AI score
Exploits0References8
Cvelist
Cvelist
added 2024/02/29 10:31 p.m.15 views

CVE-2021-47016 m68k: mvme147,mvme16x: Don't wipe PCC timer config bits

In the Linux kernel, the following vulnerability has been resolved: m68k: mvme147,mvme16x: Don't wipe PCC timer config bits Don't clear the timer 1 configuration bits when clearing the interrupt flag and counter overflow. As Michael reported, "This results in no timer interrupts being delivered...

6.7AI score0.00019EPSS
Exploits0References5
OSV
OSV
added 2024/02/29 3:52 p.m.10 views

CVE-2024-26614 tcp: make sure init the accept_queue's spinlocks once

In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the acceptqueue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corrupted value 0x0! WARNING: CPU: 19 PID: 21160 at...

5.5CVSS5.9AI score0.00006EPSS
Exploits0References10
Veracode
Veracode
added 2024/02/29 7:9 a.m.6 views

Insecure Default Initialization Of Resource

github.com/cometbft/cometbft is vulnerable to Insecure Default Initialization Of Resource. The vulnerability is due to insufficient default values for EvidenceParams.MaxAgeNumBlocks and EvidenceParams.MaxAgeDuration consensus parameters, leading to premature expiration of evidence and potential...

7.1AI score
Exploits0
OSV
OSV
added 2024/02/29 6:15 a.m.2 views

DEBIAN-CVE-2023-52478

In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect hidppconnectevent has four time-of-check vs time-of-use TOCTOU races when it races with itself. hidppconnectevent primarily runs from a workqueue but it also runs o...

4.7CVSS5.4AI score0.00006EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/02/29 12:0 a.m.3 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from the initialization of vf2pflock in adfdevinit, which, when failed, leaves vf2pflock either uninitialized or destroyed , and...

5.5CVSS7.1AI score0.00012EPSS
Exploits0References10
OSV
OSV
added 2024/02/28 9:15 a.m.5 views

CVE-2021-47023

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix port event handling on init For some reason there might be a crash during ports creation if port events are handling at the same time because fw may send initial port event with down state. The crash...

8.2CVSS6.5AI score
Exploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.6 views

CVE-2021-46994

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv-restartwork when resuming after suspend, even when the interface was not previously enabled. This causes a nul...

5.5CVSS6.6AI score
Exploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.0 views

UBUNTU-CVE-2021-47029

In the Linux kernel, the following vulnerability has been resolved: mt76: connac: fix kernel warning adding monitor interface Fix the following kernel warning adding a monitor interface in mt76connacmcuuniadddev routine. 507.984882 ------------ cut here ------------ 507.989515 WARNING: CPU: 1 PID...

5.5CVSS5.7AI score0.00083EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.3 views

SUSE CVE-2021-46932

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

2.5CVSS5.9AI score0.00012EPSS
Exploits0References16
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.3 views

CVE-2021-46947

In the Linux kernel, the following vulnerability has been resolved: sfc: adjust efx-xdptxqueuecount with the real number of initialized queues efx-xdptxqueuecount is initially initialized to numpossiblecpus and is later used to allocate and traverse efx-xdptxqueues lookup array. However, we may e...

5.5CVSS5.7AI score0.00035EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2024/02/27 7:4 p.m.20 views

Double free

In the Linux kernel, the following vulnerability has been resolved: dm rq: fix double free of blkmqtagset in dev remove after table load fails When loading a device-mapper table for a request-based mapped device, and the allocation/initialization of the blkmqtagset for the device fails, a followi...

6.8AI score0.00015EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/02/27 4:32 p.m.26 views

CVE-2021-46932

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

2.3CVSS6AI score0.00012EPSS
Exploits0References4
NVD
NVD
added 2024/02/27 2:15 p.m.14 views

CVE-2024-0819

Improper initialization of default settings in TeamViewer Remote Client prior version 15.51.5 for Windows, Linux and macOS, allow a low privileged user to elevate privileges by changing the personal password setting and establishing a remote connection to a logged-in admin account...

7.8CVSS7.3AI score0.00083EPSS
Exploits0References1
Prion
Prion
added 2024/02/27 2:15 p.m.23 views

Input validation

Improper initialization of default settings in TeamViewer Remote Client prior version 15.51.5 for Windows, Linux and macOS, allow a low privileged user to elevate privileges by changing the personal password setting and establishing a remote connection to a logged-in admin account...

4.1CVSS7.7AI score0.00083EPSS
Exploits0References1
OSV
OSV
added 2024/02/27 10:15 a.m.2 views

DEBIAN-CVE-2021-46932

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

5.5CVSS5.2AI score0.00012EPSS
Exploits0References1
OSV
OSV
added 2024/02/27 10:15 a.m.5 views

CVE-2021-46932

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

5.5CVSS7.4AI score
Exploits0References8
NVD
NVD
added 2024/02/27 10:15 a.m.18 views

CVE-2021-46932

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

5.5CVSS6AI score0.00012EPSS
Exploits0References8
Rows per page
Query Builder