Lucene search
+L

11251 matches found

OSV
OSV
added 2022/05/21 12:00 p.m.59 views

RUSTSEC-2022-0031 Panic due to improper UTF-8 indexing

When parsing untrusted rulex expressions, rulex may panic, possibly enabling a Denial of Service attack. This happens when the expression contains a multi- byte UTF-8 code point in a string literal or after a backslash, because rulex tries to slice into the code point and panics as a result. The...

6.5CVSS6.4AI score0.00833EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/20 12:00 a.m.36 views

GHSA-HP87-P4GW-J4GQ gopkg.in/yaml.v3 Denial of Service

An issue in the Unmarshal function in Go-Yaml v3 can cause a program to panic when attempting to deserialize invalid input...

7.5CVSS7.3AI score0.03965EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/05/20 12:00 a.m.49 views

gopkg.in/yaml.v3 Denial of Service

An issue in the Unmarshal function in Go-Yaml v3 can cause a program to panic when attempting to deserialize invalid input...

7.5CVSS7.3AI score0.03965EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2022/05/18 6:23 p.m.58 views

GO-2022-0273 Panic due to crafted inputs in archive/zip

The NewReader and OpenReader functions in archive/zip can cause a panic or an unrecoverable fatal error when reading an archive that claims to contain a large number of files, regardless of its actual size. This is caused by an incomplete fix for CVE-2021-33196...

7.5CVSS7.8AI score0.06934EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2022/05/18 4:27 p.m.220 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

7.8CVSS6.9AI score0.05528EPSS
SaveExploits12References3
Tenable Nessus
Tenable Nessus
added 2022/05/18 12:00 a.m.263 views

Oracle Linux 8 : go-toolset:ol8 (ELSA-2022-1819)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-1819 advisory. delve 1.7.2-1.0.1 - Disable DWARF compression which has issues Alex Burmashev 1.7.2-1 - Rebase to 1.7.2 - Related: rhbz2014088 golang 1.17.7-1 - Rebase...

9.8CVSS7.2AI score0.10874EPSS
SaveExploits0References8
OSV
OSV
added 2022/05/16 12:09 p.m.10 views

SUSE-SU-2022:1689-1 Security update for containerd, docker

This update for containerd, docker fixes the following issues: - CVE-2022-24769: Fixed incorrect default inheritable capabilities bsc1197517. - CVE-2022-23648: Fixed directory traversal issue bsc1196441. - CVE-2022-27191: Fixed a crash in a golang.org/x/crypto/ssh server bsc1197284. -...

7.5CVSS7.5AI score0.27392EPSS
SaveExploits4References9
OSV
OSV
added 2022/05/13 1:19 a.m.108 views

GHSA-5P4H-3377-7W67 golang.org/x/net/html NULL Pointer Dereference vulnerability

The html package aka x/net/html before 2018-07-13 in Go mishandles "in frameset" insertion mode, leading to a "panic: runtime error" for html.Parse of , , or . This is related to HTMLTreeBuilder.cpp in WebKit...

7.5CVSS7.4AI score0.02774EPSS
SaveExploits1References12
GitLab Advisory Database
GitLab Advisory Database
added 2022/05/13 12:00 a.m.61 views

NULL Pointer Dereference

The html package aka x/net/html before 2018-07-13 in Go mishandles "in frameset" insertion mode, leading to a "panic: runtime error" for html.Parse of , , or . This is related to HTMLTreeBuilder.cpp in WebKit...

7.5CVSS1.2AI score0.02774EPSS
SaveExploits1References12Affected Software1
Mageia
Mageia
added 2022/05/12 10:24 a.m.48 views

Updated golang packages fix security vulnerability

encoding/pem: fix stack overflow in Decode. A large more than 5 MB PEM input can cause a stack overflow in Decode, leading the program to crash CVE-2022-24675 crypto/elliptic: tolerate all oversized scalars in generic P-256. A crafted scalar input longer than 32 bytes can cause P256.ScalarMult or...

7.5CVSS3.7AI score0.0995EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2022/05/12 12:00 a.m.47 views

AlmaLinux 8 : go-toolset:rhel8 (ALSA-2022:1819)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2022:1819 advisory. golang: Command-line arguments may overwrite global data CVE-2021-38297 golang: archive/zip: malformed archive may cause panic or memory exhaustion...

9.8CVSS7.2AI score0.10874EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2022/05/12 12:00 a.m.23 views

AlmaLinux 8 : udisks2 (ALSA-2022:1820)

The remote AlmaLinux 8 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2022:1820 advisory. - A vulnerability found in udisks2. This flaw allows an attacker to input a specially crafted image file/USB leading to kernel panic. The highest threat from this...

6.3CVSS5.7AI score0.00808EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/05/10 2:02 p.m.11 views

golang: archive/zip: malformed archive may cause panic or memory exhaustion (incomplete fix of CVE-2021-33196)

A vulnerability was found in archive/zip of the Go standard library. Applications written in Go can panic or potentially exhaust system memory when parsing malformed ZIP files. An attacker capable of submitting a crafted ZIP file to a Go application using archive/zip to process that file could...

7.5CVSS7.1AI score0.06934EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/05/10 2:02 p.m.18 views

golang: debug/macho: invalid dynamic symbol table command can cause panic

An out of bounds read vulnerability was found in debug/macho of the Go standard library. When using the debug/macho standard library stdlib and malformed binaries are parsed using Open or OpenFat, it can cause golang to attempt to read outside of a slice array causing a panic when calling...

7.5CVSS7.2AI score0.04698EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/05/10 1:58 p.m.9 views

kernel: dm rq: don't queue request to blk-mq during DM suspend

In the Linux kernel, the following vulnerability has been resolved: dm rq: don't queue request to blk-mq during DM suspend DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue. But blk-mq's unquiesce may come from outside events, such as elevator switch, updating nrrequests or...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/05/10 1:58 p.m.7 views

kernel: RDMA/rxe: Return CQE error if invalid lkey was supplied

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Return CQE error if invalid lkey was supplied RXE is missing update of WQE status in LOCALWRITE failures. This caused the following kernel panic if someone sent an atomic operation with an explicitly wrong lkey. leonro@...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/05/10 1:43 p.m.13 views

udisks2: insecure defaults in user-accessible mount helpers allow for a DoS

A vulnerability found in udisks2. This flaw allows an attacker to input a specially crafted image file/USB leading to kernel panic. The highest threat from this vulnerability is to system availability...

6.3CVSS7.3AI score0.00808EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/05/10 1:43 p.m.18 views

kernel: IPv6: panic in fib6_rule_suppress when fib6_rule_lookup fails

A flaw was found in the IPv6 module of the Linux kernel. The arg.result was not used consistently in fib6rulelookup, sometimes holding rt6info and other times fib6info. This was not accounted for in other parts of the code where rt6info was expected unconditionally, potentially leading to a kerne...

5.5CVSS6.7AI score0.00198EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2022/05/10 12:00 a.m.46 views

CentOS 8 : go-toolset:rhel8 (CESA-2022:1819)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2022:1819 advisory. - golang: Command-line arguments may overwrite global data CVE-2021-38297 - golang: archive/zip: malformed archive may cause panic or memory exhaustion...

9.8CVSS7.2AI score0.10874EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2022/05/09 7:48 a.m.12 views

golang: archive/zip: Reader.Open panics on empty string

A vulnerability was found in archive/zip of the Go standard library. Applications written in Go where Reader.Open the API implementing io/fs.FS introduced in Go 1.16 can panic when parsing a crafted ZIP archive containing completely invalid names or an empty filename argument...

7.5CVSS7.1AI score0.0328EPSS
SaveExploits0References5
Rows per page
Query Builder