Lucene search
+L

5450 matches found

OSV
OSV
added 2021/12/27 5:33 a.m.18 views

GSD-2021-1002657 net: systemport: Add global locking for descriptor lifecycle

net: systemport: Add global locking for descriptor lifecycle This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.222 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/12/27 5:28 a.m.22 views

GSD-2021-1002637 net: systemport: Add global locking for descriptor lifecycle

net: systemport: Add global locking for descriptor lifecycle This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.259 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/12/27 5:27 a.m.13 views

GSD-2021-1002614 net: systemport: Add global locking for descriptor lifecycle

net: systemport: Add global locking for descriptor lifecycle This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.4.296 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/12/27 12:15 a.m.9 views

CVE-2019-25054

An issue was discovered in the pnet crate before 0.27.2 for Rust. There is a segmentation fault upon attempted dereference of an uninitialized descriptor because of an erroneous IcmpTransportChannelIterator compiler optimization...

7.5CVSS6.5AI score0.00958EPSS
SaveExploits0References2
NVD
NVD
added 2021/12/27 12:15 a.m.41 views

CVE-2019-25054

An issue was discovered in the pnet crate before 0.27.2 for Rust. There is a segmentation fault upon attempted dereference of an uninitialized descriptor because of an erroneous IcmpTransportChannelIterator compiler optimization...

7.5CVSS0.00958EPSS
SaveExploits0References2
CVE
CVE
added 2021/12/26 9:54 p.m.66 views

CVE-2019-25054

CVE-2019-25054 affects the Rust pnet crate prior to 0.27.2. The issue causes a segmentation fault when dereferencing an uninitialized descriptor due to an erroneous IcmpTransportChannelIterator compiler optimization. The practical impact is a crash; remediation is to upgrade to 0.27.2 or later (w...

7.5CVSS7.4AI score0.00958EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/12/26 12:14 a.m.9 views

MGASA-2021-0587 Updated golang packages fix security vulnerability

net/http: limit growth of header canonicalization cache CVE-2021-44716 syscall: don't close fd 0 on ForkExec error CVE-2021-44717...

7.5CVSS6.3AI score0.03958EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2021/12/25 12:0 a.m.38 views

SUSE SLED15 / SLES15 Security Update : go1.17 (SUSE-SU-2021:4186-1)

The remote SUSE Linux SLED15 / SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2021:4186-1 advisory. Updated to upstream version 1.17.5 to include fixes to the compiler, linker, syscall, runtime, the net/http, go/types, and...

7.5CVSS6.7AI score0.03958EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2021/12/25 12:0 a.m.42 views

SUSE SLED15 / SLES15 Security Update : go1.16 (SUSE-SU-2021:4169-1)

The remote SUSE Linux SLED15 / SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2021:4169-1 advisory. Updated to upstream version 1.16.12 to include security fixes to the compiler, syscall, runtime, the net/http,...

7.5CVSS6.7AI score0.03958EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2021/12/21 10:2 a.m.5 views

QEMU: net: e1000: infinite loop while processing transmit descriptors

An infinite loop flaw was found in the e1000 NIC emulator of the QEMU. This issue occurs while processing transmits tx descriptors in processtxdesc if various descriptor fields are initialized with invalid values. This flaw allows a guest to consume CPU cycles on the host, resulting in a denial o...

6.5CVSS7.1AI score0.0037EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/12/16 4:38 p.m.4 views

golang: syscall: don't close fd 0 on ForkExec error

There's a flaw in golang's syscall.ForkExec interface. An attacker who manages to first cause a file descriptor exhaustion for the process, then cause syscall.ForkExec to be called repeatedly, could compromise data integrity and/or confidentiality in a somewhat uncontrolled way in programs linked...

5.8CVSS7.1AI score0.01857EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/12/15 4:33 p.m.5 views

golang: syscall: don't close fd 0 on ForkExec error

There's a flaw in golang's syscall.ForkExec interface. An attacker who manages to first cause a file descriptor exhaustion for the process, then cause syscall.ForkExec to be called repeatedly, could compromise data integrity and/or confidentiality in a somewhat uncontrolled way in programs linked...

5.8CVSS7.1AI score0.01857EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2021/12/13 12:0 a.m.35 views

FreeBSD : go -- multiple vulnerabilities (720505fe-593f-11ec-9ba8-002324b2fba8)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the 720505fe-593f-11ec-9ba8-002324b2fba8 advisory. - net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumptio...

7.5CVSS7AI score0.03958EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/12/09 9:44 a.m.17 views

QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu

A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor's address belongs to the non direct access region, due to numbuffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting i...

7.5CVSS6.8AI score0.00522EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2021/12/09 12:0 a.m.7 views

Google Golang 资源管理错误漏洞

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

5.8CVSS7AI score0.01857EPSS
SaveExploits0References36
IBM Security Bulletins
IBM Security Bulletins
added 2021/12/07 7:14 p.m.28 views

Security Bulletin: This Power System update is being released to address CVE-2018-13787

Summary POWER8/POWER9: In response to a potential issue with validation checking of IBM firmware, a new firmware update is being released to address Common Vulnerabilities and Exposures issue number CVE-2018-13787. Vulnerability Details CVEID: CVE-2018-13787 DESCRIPTION: Certain Supermicro X11S,...

7.2CVSS0.9AI score0.00417EPSS
SaveExploits0Affected Software2
ATTACKERKB
ATTACKERKB
added 2021/12/01 3:15 p.m.6 views

CVE-2021-40154

NXP LPC55S69 devices before A3 have a buffer over-read via a crafted wlength value in a GET Descriptor Configuration request during use of USB In-System Programming ISP mode. This discloses protected flash memory...

6.1CVSS6.2AI score0.0073EPSS
SaveExploits1References3
CVE
CVE
added 2021/12/01 2:50 p.m.59 views

CVE-2021-40154

CVE-2021-40154 affects NXP LPC55S69 devices prior to revision A3. In USB In-System Programming (ISP) mode, a crafted wlength value in a GET Descriptor Configuration request can trigger a buffer over-read, exposing protected flash memory. The linked documents confirm the root cause as a buffer ove...

6.1CVSS5.5AI score0.0073EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2021/12/01 12:0 a.m.9 views

Nxp Semiconductors Nxp Lpc55S69 缓冲区错误漏洞

The Nxp Semiconductors Nxp Lpc55S69 is a development board from Nxp Semiconductors, Netherlands. It is used to add off-the-shelf add-on boards for networking, sensors, displays and other interfaces. Nxp Semiconductors NXP LPC55S69 devices A3 previously contained a security vulnerability that...

6.1CVSS6AI score0.0073EPSS
SaveExploits1References3
OSV
OSV
added 2021/11/08 4:15 a.m.9 views

CVE-2021-42075

An issue was discovered in Barrier before 2.3.4. The barriers component aka the server-side implementation of Barrier does not correctly close file descriptors for established TCP connections. An unauthenticated remote attacker can thus cause file descriptor exhaustion in the server process,...

7.5CVSS7AI score
SaveExploits0References2
Rows per page
Query Builder