Lucene search
+L

12500 matches found

FreeBSD
FreeBSD
added 2021/08/18 12:00 a.m.37 views

go -- archive/zip: overflow in preallocation check can cause OOM panic

The Go project reports: An oversight in the previous fix still allows for an OOM panic when the indicated directory size in the archive header is so large that subtracting it from the archive size overflows a uint64, effectively bypassing the check that the number of files in the archive is...

7.5CVSS2.2AI score0.06934EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2021/08/17 11:55 a.m.45 views

Malicious Ads Target Cryptocurrency Users With Cinobi Banking Trojan

A new social engineering-based malvertising campaign targeting Japan has been found to deliver a malicious application that deploys a banking trojan on compromised Windows machines to steal credentials associated with cryptocurrency accounts. The application masquerades as an animated porn game, ...

0.6AI score
SaveExploits0
Veracode
Veracode
added 2021/08/17 3:56 a.m.22 views

Symlink Attack

github.com/bblfsh/bblfshd is vulnerable to Zip Slip. Unsafe handling of symlinks during unpacking allows an attacker to read and write to arbitrary location on the filesystem...

9.1CVSS2.9AI score0.00918EPSS
SaveExploits1References3Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2021/08/16 11:03 p.m.47 views

Security Bulletin: IBM API Connect is impacted by a vulnerability in Golang (CVE-2021-27919)

Summary IBM API Connect has addressed the following vulnerability. Vulnerability Details CVEID: CVE-2021-27919 DESCRIPTION: Golang Go is vulnerable to a denial of service, caused by a flaw in the Reader.Open API when use a ZIP archive containing files start with “../”. By persuading a victim to...

5.5CVSS0.8AI score0.01517EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2021/08/11 6:21 p.m.15 views

apache-commons-compress: Infinite loop in name encoding algorithm

A resource consumption vulnerability was discovered in apache-commons-compress in the way NioZipEncoding encodes filenames. Applications that use Compress to create archives, with one of the filenames within the archive being controlled by the user, may be vulnerable to this flaw. A remote attack...

7.5CVSS7.3AI score0.16157EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2021/08/11 12:00 a.m.84 views

CentOS 8 : go-toolset:rhel8 (CESA-2021:3076)

The remote CentOS Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the CESA-2021:3076 advisory. - golang: encoding/xml: infinite loop when using xml.NewTokenDecoder with a custom TokenReader CVE-2021-27918 - golang: net/http: panic in ReadRequest...

7.5CVSS7AI score0.06975EPSS
SaveExploits2References5
OSV
OSV
added 2021/08/10 5:15 p.m.11 views

CVE-2020-23172

A vulnerability in all versions of Kuba allows attackers to overwrite arbitrary files in arbitrary directories with crafted Zip files due to improper validation of file paths in .zip archives...

5.5CVSS5.9AI score0.00741EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/10 5:15 p.m.22 views

CVE-2020-23171

A vulnerability in all versions of Nim-lang allows unauthenticated attackers to write files to arbitrary directories via a crafted zip file with dot-slash characters included in the name of the crafted file...

5.5CVSS0.00656EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/10 5:15 p.m.11 views

CVE-2020-23171

A vulnerability in all versions of Nim-lang allows unauthenticated attackers to write files to arbitrary directories via a crafted zip file with dot-slash characters included in the name of the crafted file...

5.5CVSS5.9AI score0.00656EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/10 5:15 p.m.19 views

CVE-2020-23172

A vulnerability in all versions of Kuba allows attackers to overwrite arbitrary files in arbitrary directories with crafted Zip files due to improper validation of file paths in .zip archives...

5.5CVSS0.00741EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2021/08/10 5:15 p.m.50 views

CVE-2020-23171

A vulnerability in all versions of Nim-lang allows unauthenticated attackers to write files to arbitrary directories via a crafted zip file with dot-slash characters included in the name of the crafted file...

5.5CVSS6.2AI score0.00656EPSS
SaveExploits1References2
Prion
Prion
added 2021/08/10 5:15 p.m.20 views

Input validation

A vulnerability in all versions of Kuba allows attackers to overwrite arbitrary files in arbitrary directories with crafted Zip files due to improper validation of file paths in .zip archives...

4.3CVSS5.6AI score0.00741EPSS
SaveExploits1References1
Prion
Prion
added 2021/08/10 5:15 p.m.20 views

Design/Logic Flaw

A vulnerability in all versions of Nim-lang allows unauthenticated attackers to write files to arbitrary directories via a crafted zip file with dot-slash characters included in the name of the crafted file...

4.3CVSS5.5AI score0.00656EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/10 5:15 p.m.12 views

UBUNTU-CVE-2020-23171

A vulnerability in all versions of Nim-lang allows unauthenticated attackers to write files to arbitrary directories via a crafted zip file with dot-slash characters included in the name of the crafted file...

5.5CVSS6.2AI score0.00656EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.15 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.10 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS5.8AI score0.01566EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.11 views

rust: integer overflow in the Zip implementation can lead to a buffer overflow

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again...

9.8CVSS6.2AI score0.02412EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.12 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

7.5CVSS5.8AI score0.01387EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:13 p.m.157 views

Moderate: Red Hat Security Advisory: go-toolset:rhel8 security, bug fix, and enhancement update

An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

7.5CVSS6.7AI score0.06975EPSS
SaveExploits2References7
RedHat Linux
RedHat Linux
added 2021/08/10 4:13 p.m.15 views

golang: archive/zip: malformed archive may cause panic or memory exhaustion

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...

7.5CVSS7.1AI score0.03464EPSS
SaveExploits1References5
Rows per page
Query Builder