Security
Headlines
HeadlinesLatestCVEs

Source

ghsa

GHSA-967g-cjx4-h7j6: go-codec-dagpb vulnerable to panic when decoding invalid blocks

go-codec-dagpb is an implementation of the DAG-PB spec for Go. The dag-pb codec can panic when decoding invalid blocks. This issue has been patched in version 1.5.0.

ghsa
#git
GHSA-hggr-p7v6-73p5: revel is vulnerable to resource exhaustion

Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation.

GHSA-4348-x292-h437: GoBase Race Condition vulnerability

A race condition can cause incorrect HTTP request routing.

GHSA-jpf8-h7h7-3ppm: tar-utils Path Traversal vulnerability

Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory.

GHSA-jcr6-mmjj-pchw: gorilla/handlers may allow requester to bypass expected behavior of the Same Origin Policy

Usage of the CORS handler may apply improper CORS headers, allowing the requester to explicitly control the value of the Access-Control-Allow-Origin header, which bypasses the expected behavior of the Same Origin Policy.

GHSA-3fm3-m23v-5r46: Tendermint Client package vulnerable to Uncontrolled Resource Consumption

Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector.

GHSA-5x84-q523-vvwr: nosurf vulnerable to improper input validation

Due to improper validation of caller input, validation is silently disabled if the provided expected token is malformed, causing any user supplied token to be considered valid.

GHSA-f5c5-hmw9-v8hx: Unzip vulnerable to path traversal

Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory.

GHSA-rmj9-q58g-9qgg: go-unzip vulnerable to Path Traversal

Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory.

GHSA-3839-6r69-m497: GoUtils's randomly-generated alphanumeric strings contain significantly less entropy than expected

Randomly-generated alphanumeric strings contain significantly less entropy than expected. The `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This significantly reduces the amount of entropy in short strings generated by these functions.