ecosystem stringclasses 14
values | vuln_id stringlengths 10 19 | summary stringlengths 4 267 ⌀ | details stringlengths 9 13.5k | aliases stringlengths 17 144 ⌀ | modified_date stringdate 2010-05-27 05:47:00 2022-05-10 08:46:52 | published_date stringdate 2005-12-31 05:00:00 2022-05-10 08:46:50 | severity stringclasses 5
values | score float64 0 10 ⌀ | cwe_id stringclasses 988
values | refs stringlengths 30 17.7k ⌀ | introduced stringlengths 75 4.26k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|
Go | GHSA-cjjc-xp8v-855w | Panic in malformed cerftificate | The Helm core maintainers have identified a high severity security vulnerability in Go's `crypto` package affecting all versions prior to Helm 2.16.8 and Helm 3.1.0.
Thanks to @ravin9249 for identifying the vulnerability.
### Impact
Go before 1.12.16 and 1.13.x before 1.13.7 (and the `crypto/cryptobyte` package befo... | {'CVE-2020-7919'} | 2021-10-06T21:23:32Z | 2021-06-23T18:02:39Z | HIGH | null | {'CWE-295'} | {'https://security.netapp.com/advisory/ntap-20200327-0001/', 'https://www.oracle.com/security-alerts/cpuApr2021.html', 'https://github.com/helm/helm/security/advisories/GHSA-cjjc-xp8v-855w', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7919', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedorapro... | null |
Go | GHSA-x95h-979x-cf3j | Policies not properly enforced in bluemonday | The bluemonday sanitizer before 1.0.16 for Go, and before 0.0.8 for Python (in pybluemonday), does not properly enforce policies associated with the SELECT, STYLE, and OPTION elements. | {'CVE-2021-42576'} | 2022-03-03T05:14:13.158012Z | 2021-10-19T20:15:30Z | MODERATE | null | {'CWE-20'} | {'https://github.com/microcosm-cc/bluemonday', 'https://nvd.nist.gov/vuln/detail/CVE-2021-42576', 'https://docs.google.com/document/d/11SoX296sMS0XoQiQbpxc5pNxSdbJKDJkm5BDv0zrX50/'} | null |
Go | GO-2021-0104 | null | Due to improper error handling, DTLS connections were not killed when certificate verification
failed, causing users who did not check the connection state to continue to use the connection.
This could allow allow an attacker which holds the ICE password, but not a valid certificate,
to bypass this restriction.
| {'CVE-2021-28681'} | 2021-07-28T12:00:00Z | 2021-07-28T12:00:00Z | null | null | null | {'https://github.com/pion/webrtc/commit/545613dcdeb5dedb01cce94175f40bcbe045df2e', 'https://github.com/advisories/GHSA-74xm-qj29-cq8p', 'https://github.com/pion/webrtc/pull/1709', 'https://github.com/pion/webrtc/issues/1708'} | null |
Go | GHSA-g9mp-8g3h-3c5c | Improper nonce handling: potential overflow, potential state DoS | The Go package `github.com/flynn/noise`, a [Noise Protocol](https://noiseprotocol.org/) implementation, has two bugs in nonce handling in versions prior to v1.0.0.
### Issue 1: Potential nonce overflow
If 2^64 (~18.4 quintillion) or more messages are encrypted with `Encrypt` after handshaking, the nonce counter will ... | null | 2021-05-18T21:46:19Z | 2022-02-15T01:57:18Z | MODERATE | null | null | {'https://github.com/flynn/noise/security/advisories/GHSA-g9mp-8g3h-3c5c'} | null |
Go | GHSA-g6w6-r76c-28j7 | Incorrect Authorization in NATS nats-server | (This advisory is canonically <https://advisories.nats.io/CVE/CVE-2022-24450.txt>)
## Problem Description
NATS nats-server through 2022-02-04 has Incorrect Access Control, with unchecked ability for clients to authorize into any account, because of a coding error in a long-extant experimental feature.
A client craft... | {'CVE-2022-24450'} | 2022-02-08T17:23:16Z | 2022-02-08T17:23:16Z | CRITICAL | null | {'CWE-863'} | {'https://github.com/nats-io/nats-server/security/advisories/GHSA-g6w6-r76c-28j7', 'https://github.com/nats-io/nats-server', 'https://advisories.nats.io/CVE/CVE-2022-24450.txt', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24450', 'https://github.com/nats-io/nats-server/releases/tag/v2.7.2'} | null |
Go | GHSA-44r7-7p62-q3fr | Insecure generation of random numbers | The miekg Go DNS package before 1.1.25, as used in CoreDNS before 1.6.6 and other products, improperly generates random numbers because math/rand is used. The TXID becomes predictable, leading to response forgeries. | {'CVE-2019-19794'} | 2021-05-18T20:42:52Z | 2021-05-18T21:09:13Z | MODERATE | null | {'CWE-338', 'CWE-330'} | {'https://github.com/coredns/coredns/issues/3547', 'https://nvd.nist.gov/vuln/detail/CVE-2019-19794', 'https://github.com/miekg/dns/pull/1044', 'https://github.com/miekg/dns/issues/1043', 'https://github.com/miekg/dns/commit/8ebf2e419df7857ac8919baa05248789a8ffbf33', 'https://github.com/coredns/coredns/issues/3519', 'h... | null |
Go | GO-2021-0112 | null | Due to improper input sanitization when marshalling Go objects into BSON, a maliciously constructed
Go structure could allow an attacker to inject additional fields into a MongoDB document. Users are
affected if they use this package to handle untrusted user input.
| {'CVE-2021-20329'} | 2021-07-28T12:00:00Z | 2021-07-28T12:00:00Z | null | null | null | {'https://github.com/mongodb/mongo-go-driver/commit/2aca31d5986a9e1c65a92264736de9fdc3b9b4ca', 'https://jira.mongodb.org/browse/GODRIVER-1923', 'https://github.com/mongodb/mongo-go-driver/pull/622', 'https://github.com/advisories/GHSA-f6mq-5m25-4r72'} | null |
Go | GO-2021-0057 | null | Due to improper bounds checking, maliciously crafted JSON objects
can cause an out-of-bounds panic. If parsing user input, this may
be used as a denial of service vector.
| {'CVE-2020-35381'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/buger/jsonparser/pull/221', 'https://github.com/buger/jsonparser/commit/df3ea76ece10095374fd1c9a22a4fb85a44efc42', 'https://github.com/buger/jsonparser/issues/219'} | null |
Go | GHSA-wf43-55jj-vwq8 | DNS Rebinding in etcd | DNS rebinding vulnerability found in etcd 3.3.1 and earlier. An attacker can control his DNS records to direct to localhost, and trick the browser into sending requests to localhost (or any other address). | {'CVE-2018-1099'} | 2021-05-19T22:09:57Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-350', 'CWE-20'} | {'https://nvd.nist.gov/vuln/detail/CVE-2018-1099', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UPGYHMSKDPW5GAMI7BEP3XQRVRLLBJKS/', 'https://github.com/coreos/etcd/issues/9353', 'https://bugzilla.redhat.com/show_bug.cgi?id=1552717', 'https://github.com/coreos/etcd/comm... | null |
Go | GHSA-3p3g-vpw6-4w66 | Authentication Bypass in hydra | ### Impact
"When using client authentication method "private_key_jwt" [1], OpenId specification says the following about assertion `jti`:"
> A unique identifier for the token, which can be used to prevent reuse of the token. These tokens MUST only be used once, unless conditions for reuse were negotiated between the ... | {'CVE-2020-5300'} | 2021-05-24T21:19:26Z | 2021-05-27T18:43:22Z | MODERATE | null | {'CWE-294'} | {'https://github.com/ory/hydra/commit/700d17d3b7d507de1b1d459a7261d6fb2571ebe3', 'https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5300', 'https://github.com/ory/hydra/releases/tag/v1.4.0', 'https://github.com/ory/hydra/security/advisories/GHSA-3p3g... | null |
Go | GHSA-c3xm-pvg7-gh7r | mount destinations can be swapped via symlink-exchange to cause mounts outside the rootfs | ### Summary
runc 1.0.0-rc94 and earlier are vulnerable to a symlink exchange attack whereby
an attacker can request a seemingly-innocuous container configuration that
actually results in the host filesystem being bind-mounted into the container
(allowing for a container escape). CVE-2021-30465 has been assigned for th... | {'CVE-2021-30465'} | 2021-05-21T19:34:43Z | 2021-05-25T18:44:42Z | HIGH | null | {'CWE-367', 'CWE-22'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4HOARVIT47RULTTFWAU7XBG4WY6TDDHV/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-30465', 'https://bugzilla.opensuse.org/show_bug.cgi?id=1185405', 'https://security.netapp.com/advisory/ntap-20210708-0003/', 'https://github.com... | null |
Go | GHSA-hwrr-rhmm-vcvf | NULL Pointer Dereference in Kubernetes CSI snapshot-controller | Kubernetes CSI snapshot-controller prior to v2.1.3 and v3.0.2 could panic when processing a VolumeSnapshot custom resource when:
- The VolumeSnapshot referenced a non-existing PersistentVolumeClaim and the VolumeSnapshot did not reference any VolumeSnapshotClass.
- The snapshot-controller crashes, is automatically res... | {'CVE-2020-8569'} | 2021-05-12T21:41:14Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-476'} | {'https://groups.google.com/g/kubernetes-security-announce/c/1EzCr1qUxxU', 'https://nvd.nist.gov/vuln/detail/CVE-2020-8569', 'https://github.com/kubernetes-csi/external-snapshotter/issues/380'} | null |
Go | GHSA-cg3q-j54f-5p7p | Uncontrolled Resource Consumption in promhttp | This is the Go client library for Prometheus. It has two separate parts, one for instrumenting application code, and one for creating clients that talk to the Prometheus HTTP API. client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling a... | {'CVE-2022-21698'} | 2022-02-25T15:41:10Z | 2022-02-16T22:26:35Z | HIGH | null | {'CWE-772', 'CWE-400'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7V7I72LSQ3IET3QJR6QPAVGJZ4CBDLN5/', 'https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AK7C... | null |
Go | GHSA-4c7m-vv47-7c69 | Insecure Permissions in Gogs | In Gogs 0.11.91, MakeEmailPrimary in models/user_mail.go lacks a "not the owner of the email" check. | {'CVE-2020-14958'} | 2021-05-12T14:55:34Z | 2021-05-18T20:33:05Z | MODERATE | null | {'CWE-281'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-14958', 'https://github.com/gogs/gogs/pull/5988', 'https://github.com/gogs/gogs/commit/82ff0c5852f29daa5f95d965fd50665581e7ea3c'} | null |
Go | GHSA-gp4j-w3vj-7299 | Information Exposure in RunC | RunC allowed additional container processes via 'runc exec' to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC sta... | {'CVE-2016-9962'} | 2021-05-20T16:22:33Z | 2021-12-20T18:21:43Z | MODERATE | null | {'CWE-200'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WUQ3MQNEL5IBZZLMLR72Q4YDCL2SCKRK/', 'http://seclists.org/fulldisclosure/2017/Jan/21', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FINGBFMIXBG6B6ZWYH3TMRP5V3PDBNXR/', 'http... | null |
Go | GHSA-v24h-pjjv-mcp6 | Denial of service in Tendermint | ### Description
**Denial of Service 1**
Tendermint 0.33.2 and earlier does not limit the number of P2P connection requests. For each p2p connection, Tendermint allocates XXX bytes. Even though this memory is garbage collected once the connection is terminated (due to duplicate IP or reaching a maximum number of inbou... | {'CVE-2020-5303'} | 2021-05-24T21:16:50Z | 2021-05-27T18:44:09Z | LOW | null | {'CWE-789', 'CWE-787'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-5303', 'https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#denial-of-service-1', 'https://github.com/tendermint/tendermint/commit/e2d6859afd7dba4cf97c7f7d412e7d8fc908d1cd', 'https://github.com/tendermint/tendermint/issues/1696', 'https://github.com/tendermint/t... | null |
Go | GHSA-qq3j-xp49-j73f | Plugin archive directory traversal in Helm | The Helm core maintainers have identified an information disclosure
vulnerability in Helm 3.0.0-3.2.3.
### Impact
A traversal attack is possible when installing Helm plugins from a tar
archive over HTTP. It is possible for a malicious plugin author to inject a relative
path into a plugin archive, and copy a file ou... | {'CVE-2020-4053'} | 2021-05-24T20:57:17Z | 2021-06-23T18:14:36Z | LOW | null | {'CWE-22'} | {'https://github.com/helm/helm/releases/tag/v3.2.4', 'https://github.com/helm/helm/pull/8317', 'https://github.com/helm/helm/commit/0ad800ef43d3b826f31a5ad8dfbb4fe05d143688', 'https://github.com/helm/helm/security/advisories/GHSA-qq3j-xp49-j73f', 'https://github.com/helm/helm/commit/b6bbe4f08bbb98eadd6c9cd726b08a5c6399... | null |
Go | GO-2021-0094 | null | Protections against directory traversal during archive extraction can be
bypassed by chaining multiple symbolic links within the archive. This allows
a malicious attacker to cause files to be created outside of the target
directory. Additionally if the attacker is able to read extracted files
they may create symbolic l... | {'CVE-2020-29529'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/hashicorp/go-slug/pull/12', 'https://securitylab.github.com/advisories/GHSL-2020-262-zipslip-go-slug', 'https://github.com/hashicorp/go-slug/commit/28cafc59c8da6126a3ae94dfa84181df4073454f'} | null |
Go | GHSA-vf6q-9f2f-mwhv | Improper network isolation in Hashicorp Nomad | HashiCorp Nomad and Nomad Enterprise up to version 1.0.4 bridge networking mode allows ARP spoofing from other bridged tasks on the same node. Fixed in 0.12.12, 1.0.5, and 1.1.0 RC1. | {'CVE-2021-32575'} | 2021-06-23T18:01:24Z | 2021-06-24T20:28:21Z | MODERATE | null | {'CWE-1100'} | {'https://discuss.hashicorp.com/t/hcsec-2021-14-nomad-bridge-networking-mode-allows-arp-spoofing-from-other-bridged-tasks-on-same-node/24296', 'https://www.hashicorp.com/blog/category/nomad', 'https://nvd.nist.gov/vuln/detail/CVE-2021-32575'} | null |
Go | GHSA-3xh2-74w9-5vxm | Integer overflow in github.com/gorilla/websocket | An integer overflow vulnerability exists with the length of websocket frames received via a websocket connection. An attacker would use this flaw to cause a denial of service attack on an HTTP Server allowing websocket connections. | {'CVE-2020-27813'} | 2021-05-18T20:56:17Z | 2021-05-18T21:08:02Z | HIGH | null | {'CWE-400', 'CWE-190'} | {'https://bugzilla.redhat.com/show_bug.cgi?id=1902111', 'https://lists.debian.org/debian-lts-announce/2021/01/msg00008.html', 'https://github.com/gorilla/websocket/security/advisories/GHSA-jf24-p9p9-4rjh', 'https://nvd.nist.gov/vuln/detail/CVE-2020-27813', 'https://github.com/gorilla/websocket/pull/537', 'https://githu... | null |
Go | GHSA-gcj7-j438-hjj2 | Smokescreen SSRF via deny list bypass | The primary use case for Smokescreen is to prevent server-side request forgery (SSRF) attacks in which external attackers leverage the behavior of applications to connect to or scan internal infrastructure.
Smokescreen also offers an option to deny access to additional (e.g., external) URLs by way of a deny list. Ther... | {'CVE-2022-24825'} | 2022-04-07T22:10:22Z | 2022-04-07T22:10:22Z | MODERATE | null | {'CWE-918'} | {'https://github.com/stripe/smokescreen/security/advisories/GHSA-gcj7-j438-hjj2', 'https://github.com/stripe/smokescreen/commit/fafb6ae48c6c40aa011d87b61306abc48db8797b', 'github.com/stripe/smokescreen', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24825'} | null |
Go | GHSA-7638-r9r3-rmjj | chroot isolation: environment value leakage to intermediate processes | ### Impact
When running processes using "chroot" isolation, the process being run can examine the environment variables of its immediate parent and grandparent processes (CVE-2021-3602). This isolation type is often used when running `buildah` in unprivileged containers, and it is often used to do so in CI/CD environm... | {'CVE-2021-3602'} | 2022-03-18T21:03:34Z | 2021-07-19T15:19:09Z | MODERATE | null | {'CWE-200'} | {'https://github.com/containers/buildah/security/advisories/GHSA-7638-r9r3-rmjj', 'https://ubuntu.com/security/CVE-2021-3602', 'https://bugzilla.redhat.com/show_bug.cgi?id=1969264', 'https://github.com/containers/buildah', 'https://github.com/containers/buildah/commit/a468ce0ffd347035d53ee0e26c205ef604097fb0', 'https:/... | null |
Go | GHSA-pmcr-2rhp-36hr | SQL injection in github.com/navidrome/navidrome | model/criteria/criteria.go in Navidrome before 0.47.5 is vulnerable to SQL injection attacks when processing crafted Smart Playlists. An authenticated user could abuse this to extract arbitrary data from the database, including the user table (which contains sensitive information such as the users' encrypted passwords)... | {'CVE-2022-23857'} | 2022-01-25T21:03:46Z | 2022-01-27T16:23:02Z | MODERATE | null | {'CWE-89'} | {'https://github.com/navidrome/navidrome', 'https://github.com/navidrome/navidrome/commit/9e79b5cbf2a48c1e4344df00fea4ed3844ea965d', 'https://nvd.nist.gov/vuln/detail/CVE-2022-23857', 'https://github.com/navidrome/navidrome/releases/tag/v0.47.5'} | null |
Go | GHSA-8fvr-5rqf-3wwh | Information Exposure in Docker Engine | Docker Engine before 1.6.1 uses weak permissions for (1) /proc/asound, (2) /proc/timer_stats, (3) /proc/latency_stats, and (4) /proc/fs, which allows local users to modify the host, obtain sensitive information, and perform protocol downgrade attacks via a crafted image. | {'CVE-2015-3630'} | 2021-05-19T22:47:32Z | 2022-02-15T01:57:18Z | HIGH | null | {'CWE-285'} | {'https://seclists.org/fulldisclosure/2015/May/28', 'https://groups.google.com/forum/#!searchin/docker-user/1.6.1/docker-user/47GZrihtr-4/nwgeOOFLexIJ', 'https://lists.opensuse.org/opensuse-updates/2015-05/msg00023.html', 'https://www.securityfocus.com/bid/74566', 'https://nvd.nist.gov/vuln/detail/CVE-2015-3630', 'http... | null |
Go | GHSA-5j5w-g665-5m35 | Ambiguous OCI manifest parsing | ### Impact
In the OCI Distribution Specification version 1.0.0 and prior and in the OCI Image Specification version 1.0.1 and prior, manifest and index documents are ambiguous without an accompanying Content-Type HTTP header. Versions of containerd prior to 1.4.12 and 1.5.8 treat the Content-Type header as trusted an... | null | 2021-11-18T14:43:45Z | 2021-11-18T16:08:58Z | LOW | null | {'CWE-843'} | {'https://github.com/containerd/containerd/releases/tag/v1.4.12', 'https://github.com/opencontainers/image-spec/security/advisories/GHSA-77vh-xpmg-72qh', 'https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m', 'https://github.com/containerd/containerd/releases/tag/v1.5.8', 'https:... | null |
Go | GHSA-56hp-xqp3-w2jf | Repository credentials passed to alternate domain | While working on the Helm source, a Helm core maintainer discovered a situation where the username and password credentials associated with a Helm repository could be passed on to another domain referenced by that Helm repository.
### Impact
The `index.yaml` within a Helm chart repository contains a reference where t... | null | 2021-06-16T19:43:50Z | 2021-06-23T18:14:15Z | MODERATE | null | {'CWE-200'} | {'https://github.com/helm/helm/security/advisories/GHSA-56hp-xqp3-w2jf'} | null |
Go | GHSA-j34v-3552-5r7j | Multiple security issues in Pomerium's embedded envoy | Envoy, which Pomerium is based on, has issued multiple CVEs impacting stability and security.
Though Pomerium may not be vulnerable to all of the issues, it is recommended that all users upgrade to Pomerium v0.16.4 as soon as possible to minimize risk.
### Impact
- Possible DoS or crash
- Resources available to unau... | null | 2022-03-01T22:04:17Z | 2022-03-01T22:04:17Z | MODERATE | null | null | {'https://github.com/pomerium/pomerium/security/advisories/GHSA-j34v-3552-5r7j', 'https://github.com/pomerium/pomerium'} | null |
Go | GHSA-7p8f-8hjm-wm92 | Lookup operations do not take into account wildcards in SpiceDB | ### Impact
Any user making use of a wildcard relationship under the right hand branch of an `exclusion` or within an `intersection` operation will see `Lookup`/`LookupResources` return a resource as "accessible" if it is *not* accessible by virtue of the inclusion of the wildcard in the intersection or the right side o... | {'CVE-2022-21646'} | 2022-01-13T15:02:31Z | 2022-01-13T15:05:41Z | HIGH | null | {'CWE-155', 'CWE-20'} | {'https://github.com/authzed/spicedb/security/advisories/GHSA-7p8f-8hjm-wm92', 'https://nvd.nist.gov/vuln/detail/CVE-2022-21646', 'https://github.com/authzed/spicedb/issues/358', 'https://github.com/authzed/spicedb/releases/tag/v1.4.0', 'https://github.com/authzed/spicedb', 'https://github.com/authzed/spicedb/commit/15... | null |
Go | GHSA-4hq8-gmxx-h6w9 | XML Processing error in github.com/crewjam/saml | ### Impact
There are three vulnerabilities in the go `encoding/xml` package that can allow an attacker to forge part of a signed XML document. For details on this vulnerability see [xml-roundtrip-validator](https://github.com/mattermost/xml-roundtrip-validator)
### Patches
In version 0.4.3, all XML input is validate... | {'CVE-2020-27846'} | 2021-05-21T20:54:26Z | 2021-06-23T17:29:42Z | HIGH | null | {'CWE-115', 'CWE-287'} | {'https://grafana.com/blog/2020/12/17/grafana-6.7.5-7.2.3-and-7.3.6-released-with-important-security-fix-for-grafana-enterprise/', 'https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/', 'https://bugzilla.redhat.com/show_bug.cgi?id=1907670', 'https://lists.fedoraproject.org/archives/list/package-a... | null |
Go | GHSA-6x2m-w449-qwx7 | Code Injection in CRI-O | ### Impact
A flaw introduced in CRI-O version 1.19 which an attacker can use to bypass the safeguards and set arbitrary kernel parameters on the host. As a result, anyone with rights to deploy a pod on a Kubernetes cluster that uses the CRI-O runtime can abuse the `kernel.core_pattern` kernel parameter to achieve conta... | {'CVE-2022-0811'} | 2022-03-18T17:47:49Z | 2022-03-15T20:13:38Z | HIGH | null | {'CWE-94'} | {'https://www.crowdstrike.com/blog/cr8escape-zero-day-vulnerability-discovered-in-cri-o-container-engine-cve-2022-0811/', 'https://github.com/cri-o/cri-o/security/advisories/GHSA-6x2m-w449-qwx7', 'https://access.redhat.com/security/cve/CVE-2022-0811', 'https://bugzilla.redhat.com/show_bug.cgi?id=2059475', 'https://bugs... | null |
Go | GHSA-q6cj-6jvq-jwmh | Privilege Escalation in Cloud Native Computing Foundation Harbor | Cloud Native Computing Foundation Harbor prior to 1.8.6 and 1.9.3 has a Privilege Escalation Vulnerability in the VMware Harbor Container Registry for the Pivotal Platform. | {'CVE-2019-19023'} | 2021-05-04T21:59:38Z | 2021-05-18T18:27:28Z | MODERATE | null | {'CWE-269'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-19023', 'https://github.com/goharbor/harbor/security/advisories/GHSA-3868-7c5x-4827', 'https://github.com/goharbor/harbor/security/advisories', 'https://tanzu.vmware.com/security/cve-2019-19023'} | null |
Go | GHSA-w4f8-fxq2-j35v | Possible privilege escalation via bash completion script | The bash completion script for `fscrypt` through v0.3.2 allows injection of commands via crafted mountpoint paths, allowing privilege escalation under a specific set of circumstances. A local user who has control over mountpoint paths could potentially escalate their privileges if they create a malicious mountpoint pat... | null | 2022-03-01T21:04:57Z | 2022-03-01T21:04:57Z | MODERATE | null | null | {'github.com/google/fscrypt', 'https://github.com/google/fscrypt/security/advisories/GHSA-w4f8-fxq2-j35v'} | null |
Go | GHSA-742w-89gc-8m9c | containerd v1.2.x can be coerced into leaking credentials during image pull | ## Impact
If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer (otherwise known as a “foreign layer”), the default containerd resolver will follow that URL to attempt to download it. In v1.2.x but not 1.3.0 or later, the defa... | {'CVE-2020-15157'} | 2022-02-11T23:27:39Z | 2022-02-11T23:27:39Z | MODERATE | null | {'CWE-522'} | {'https://www.debian.org/security/2021/dsa-4865', 'https://github.com/containerd/containerd/releases/tag/v1.2.14', 'https://github.com/containerd/containerd/security/advisories/GHSA-742w-89gc-8m9c', 'https://usn.ubuntu.com/4589-2/', 'https://github.com/containerd/containerd/commit/1ead8d9deb3b175bf40413b8c47b3d19c22627... | null |
Go | GO-2021-0082 | null | Thirft Servers preallocate memory for the declared size of messages before
checking the actual size of the message. This allows a malicious user to
send messages that declare that they are significantly larger than they
actually are, allowing them to force the server to allocate significant
amounts of memory. This can ... | {'CVE-2019-11939'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/facebook/fbthrift/commit/483ed864d69f307e9e3b9dadec048216100c0757', 'https://www.facebook.com/security/advisories/cve-2019-11939'} | null |
Go | GO-2020-0026 | null | Due to improper path santization, archives containing relative file
paths can cause files to be written (or overwritten) outside of the
target directory.
| {'CVE-2018-1103'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/openshift/source-to-image/commit/f5cbcbc5cc6f8cc2f479a7302443bea407a700cb', 'https://snyk.io/research/zip-slip-vulnerability'} | null |
Go | GHSA-j77r-2fxf-5jrw | Improper path handling in kustomization files allows path traversal | The kustomize-controller enables the use of Kustomize’s functionality when applying Kubernetes declarative state onto a cluster. A malicious user can use built-in features and a specially crafted `kustomization.yaml` to expose sensitive data from the controller’s pod filesystem. In multi-tenancy deployments this can le... | {'CVE-2022-24877'} | 2022-05-05T21:49:51Z | 2022-05-04T18:04:07Z | CRITICAL | null | {'CWE-22'} | {'https://github.com/fluxcd/flux2/security/advisories/GHSA-j77r-2fxf-5jrw', 'https://github.com/fluxcd/kustomize-controller/commit/f4528fb25d611da94e491346bea056d5c5c3611f', 'https://github.com/fluxcd/pkg/commit/0ec014baf417fd3879d366a45503a548b9267d2a', 'github.com/fluxcd/kustomize-controller'} | null |
Go | GHSA-mv55-23xp-3wp8 | Access control flaw in Kiali | An incorrect access control flaw was found in the kiali-operator in versions before 1.33.0. This flaw allows an attacker with a basic level of access to the cluster (to deploy a kiali operand) to use this vulnerability and deploy a given image to anywhere in the cluster, potentially gaining access to privileged service... | {'CVE-2021-3495'} | 2021-06-15T19:56:20Z | 2021-06-08T20:09:36Z | HIGH | null | {'CWE-281'} | {'https://bugzilla.redhat.com/show_bug.cgi?id=1947361', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3495', 'https://kiali.io/news/security-bulletins/kiali-security-003/', 'https://github.com/kiali/kiali-operator/pull/278'} | null |
Go | GO-2021-0066 | null | Attempting to read a malformed .dockercfg may cause secrets to be
inappropriately logged.
| {'CVE-2020-8564'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/kubernetes/kubernetes/issues/95622', 'https://github.com/kubernetes/kubernetes/commit/11793434dac97a49bfed0150b56ac63e5dc34634', 'https://github.com/kubernetes/kubernetes/pull/94712'} | null |
Go | GHSA-crp2-qrr5-8pq7 | containerd CRI plugin: Insecure handling of image volumes | ### Impact
A bug was found in containerd where containers launched through containerd’s CRI implementation with a specially-crafted image configuration could gain access to read-only copies of arbitrary files and directories on the host. This may bypass any policy-based enforcement on container setup (including a Kub... | {'CVE-2022-23648'} | 2022-03-29T19:11:08Z | 2022-03-02T21:33:17Z | HIGH | null | {'CWE-200'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-23648', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OCCARJ6FU4MWBTXHZNMS7NELPDBIX2VO/', 'https://github.com/containerd/containerd/commit/10f428dac7cec44c864e1b830a4623af27a9fc70', 'http://packetstormsecurity.com/files/166421... | null |
Go | GO-2021-0089 | null | Parsing malformed JSON which contain opening brackets, but not closing brackes,
leads to an infinite loop. If operating on untrusted user input this can be
used as a denial of service vector.
| {'CVE-2020-10675'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/buger/jsonparser/pull/192', 'https://github.com/buger/jsonparser/issues/188', 'https://github.com/buger/jsonparser/commit/91ac96899e492584984ded0c8f9a08f10b473717'} | null |
Go | GHSA-5qgp-p5jc-w2rm | Arbitrary Code Execution in Docker | Docker before 1.3.2 allows remote attackers to write to arbitrary files and execute arbitrary code via a (1) symlink or (2) hard link attack in an image archive in a (a) pull or (b) load operation. | {'CVE-2014-6407'} | 2021-05-20T21:03:55Z | 2022-02-15T00:41:12Z | HIGH | null | {'CWE-59'} | {'https://secunia.com/advisories/60241', 'https://lists.opensuse.org/opensuse-security-announce/2014-12/msg00009.html', 'https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6407', 'https://www.openwall.com/lists/oss-security/2014/11/24/5', 'https://github.com/docker/docker/commit/3ac6394b8082d4700483d52fbfe54914b... | null |
Go | GHSA-72wf-hwcq-65h9 | Cross-Site Request Forgery in Filebrowser | A Cross-Site Request Forgery (CSRF) vulnerability exists in Filebrowser < 2.18.0 that allows attackers to create a backdoor user with admin privilege and get access to the filesystem via a malicious HTML webpage that is sent to the victim. | {'CVE-2021-46398'} | 2022-02-11T16:20:19Z | 2022-02-05T00:00:31Z | HIGH | null | {'CWE-352'} | {'https://systemweakness.com/critical-csrf-to-rce-in-filebrowser-865a3c34b8e7', 'https://nvd.nist.gov/vuln/detail/CVE-2021-46398', 'https://github.com/filebrowser/filebrowser/commit/74b7cd8e81840537a8206317344f118093153e8d', 'https://febin0x4e4a.blogspot.com/2022/01/critical-csrf-in-filebrowser.html', 'http://packetsto... | null |
Go | GHSA-gq5r-cc4w-g8xf | Denial of Service (DoS) | This affects all versions up to and including 0.6.0 of package github.com/russellhaering/gosaml2. There is a crash on nil-pointer dereference caused by sending malformed XML signatures. | {'CVE-2020-7731'} | 2021-05-20T21:39:22Z | 2021-06-23T17:25:08Z | HIGH | null | {'CWE-476'} | {'https://github.com/russellhaering/gosaml2/issues/59', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7731', 'https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMRUSSELLHAERINGGOSAML2-608302'} | null |
Go | GHSA-25xm-hr59-7c27 | Release v0.5.8 of github.com/ulikunitz/xz fixes readUvarint denial of service | ### Impact
The function readUvarint used to read the xz container format may not terminate a loop provide malicous input.
### Patches
The problem has been fixed in release v0.5.8.
### Workarounds
Limit the size of the compressed file input to a reasonable size for your use case.
### References
The standard libra... | {'CVE-2021-29482'} | 2021-05-24T17:52:22Z | 2021-05-25T18:39:37Z | HIGH | null | {'CWE-835'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-29482', 'https://github.com/ulikunitz/xz/commit/69c6093c7b2397b923acf82cb378f55ab2652b9b', 'https://github.com/ulikunitz/xz/security/advisories/GHSA-25xm-hr59-7c27'} | null |
Go | GHSA-25xj-89g5-fm6h | Information Disclosure in HashiCorp Vault | HashiCorp Vault and Vault Enterprise before 1.3.6, and 1.4.2 before 1.4.2, insert Sensitive Information into a Log File. | {'CVE-2020-13223'} | 2022-02-24T13:07:50Z | 2021-05-18T18:21:09Z | HIGH | null | {'CWE-532', 'CWE-200'} | {'https://www.hashicorp.com/blog/category/vault/', 'https://nvd.nist.gov/vuln/detail/CVE-2020-13223', 'https://github.com/hashicorp/vault/commit/e52f34772affb69f3239b2cdf6523cb7cfd67a92', 'https://github.com/hashicorp/vault', 'https://github.com/hashicorp/vault/commit/87f47c216cf1a28f4054b80cff40de8c9e00e36c', 'https:/... | null |
Go | GHSA-rc7p-gmvh-xfx2 | Attack on Kubernetes via Misconfigured Argo Workflows | ### Impact
Users running using the Argo Server with `--auth-mode=server` (which is the default < v3.0.0) AND have exposed their UI to the Internet may allow remote users to execute arbitrary code on their cluster, e.g. crypto-mining.
### Resolution
* Do not expose your user interface to the Internet.
* Change confi... | null | 2021-08-02T17:18:32Z | 2021-08-02T17:19:52Z | MODERATE | null | null | {'https://www.intezer.com/blog/container-security/new-attacks-on-kubernetes-via-misconfigured-argo-workflows/', 'https://github.com/argoproj/argo-workflows/security/advisories/GHSA-rc7p-gmvh-xfx2'} | null |
Go | GHSA-59hh-656j-3p7v | DoS via maliciously crafted p2p message | ### Impact
A vulnerable node is susceptible to crash when processing a maliciously crafted message from a peer, via the `snap/1` protocol. The crash can be triggered by sending a malicious `snap/1` `GetTrieNodes` package.
### Details
On September 21, 2021, geth-team member Gary Rong (@rjl493456442) found a way to c... | {'CVE-2021-41173'} | 2021-11-23T19:17:38Z | 2021-10-25T19:42:57Z | MODERATE | null | {'CWE-20'} | {'https://github.com/ethereum/go-ethereum/commit/e40b37718326b8b4873b3b00a0db2e6c6d9ea738', 'https://github.com/ethereum/go-ethereum/security/advisories/GHSA-59hh-656j-3p7v', 'https://github.com/ethereum/go-ethereum/releases/tag/v1.10.9', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41173', 'https://github.com/ethereum/g... | null |
Go | GHSA-jqmc-79gx-7g8p | Incorrect Permission Assignment for Critical Resource in CRI-O | An incorrect sysctls validation vulnerability was found in CRI-O 1.18 and earlier. The sysctls from the list of "safe" sysctls specified for the cluster will be applied to the host if an attacker is able to create a pod with a hostIPC and hostNetwork kernel namespace. | {'CVE-2022-0532'} | 2022-02-23T22:00:51Z | 2022-02-11T00:00:54Z | MODERATE | null | {'CWE-732'} | {'https://bugzilla.redhat.com/show_bug.cgi?id=2051730', 'https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/#enabling-unsafe-sysctls', 'https://github.com/cri-o/cri-o/releases/tag/v1.23.1', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0532', 'https://github.com/cri-o/cri-o/pull/5610', 'https://github.com/... | null |
Go | GO-2021-0070 | null | GetExecUser in the github.com/opencontainers/runc/libcontainer/user package will
improperly interpred numeric UIDs as usernames. If the method is used without
verify usernames are formatted as expected, it may allow a user to gain unexpected
privileges.
| {'CVE-2016-3697'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://security.gentoo.org/glsa/201612-28', 'http://rhn.redhat.com/errata/RHSA-2016-1034.html', 'https://github.com/docker/docker/issues/21436', 'http://rhn.redhat.com/errata/RHSA-2016-2634.html', 'https://github.com/opencontainers/runc/commit/69af385de62ea68e2e608335cffbb0f4aa3db091', 'https://github.com/opencontai... | null |
Go | GHSA-x6mj-w4jf-jmgw | Server Side Request Forgery (SSRF) in Kubernetes | The Kubernetes kube-controller-manager in versions v1.0-1.14, versions prior to v1.15.12, v1.16.9, v1.17.5, and version v1.18.0 are vulnerable to a Server Side Request Forgery (SSRF) that allows certain authorized users to leak up to 500 bytes of arbitrary information from unprotected endpoints within the master's host... | {'CVE-2020-8555'} | 2021-05-13T20:13:43Z | 2022-02-15T01:57:18Z | LOW | null | {'CWE-918'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-8555', 'https://github.com/kubernetes/kubernetes/pull/89794', 'https://groups.google.com/d/topic/kubernetes-security-announce/kEK27tqqs30/discussion', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3SOCLOPTSYABTE4CLTSPDIFE6ZZZR... | null |
Go | GHSA-m9hp-7r99-94h5 | Critical security issues in XML encoding in github.com/dexidp/dex | ### Impact
The following vulnerabilities have been disclosed, which impact users leveraging the SAML connector:
Signature Validation Bypass (CVE-2020-15216): https://github.com/russellhaering/goxmldsig/security/advisories/GHSA-q547-gmf8-8jr7
`encoding/xml` instabilities:
- [Element namespace prefix instability (CVE... | {'CVE-2020-26290'} | 2021-05-21T20:49:36Z | 2021-12-20T17:53:53Z | CRITICAL | null | {'CWE-347'} | {'https://github.com/dexidp/dex/commit/324b1c886b407594196113a3dbddebe38eecd4e8', 'https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/', 'https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-attributes.md', 'https://github.com/mattermost/xml-roundtrip-validator/bl... | null |
Go | GHSA-mj9r-wwm8-7q52 | Open Redirect in github.com/AndrewBurian/powermux | ### Impact
Attackers may be able to craft phishing links and other open redirects by exploiting the trailing slash redirection feature. This may lead to users being redirected to untrusted sites after following an attacker crafted link.
### Patches
The issue is resolved in v1.1.1
### Workarounds
There are no existing... | {'CVE-2021-32721'} | 2021-06-30T17:43:53Z | 2021-07-01T17:00:32Z | MODERATE | null | {'CWE-601'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-32721', 'https://github.com/AndrewBurian/powermux/commit/5e60a8a0372b35a898796c2697c40e8daabed8e9', 'https://github.com/AndrewBurian/powermux/security/advisories/GHSA-mj9r-wwm8-7q52'} | null |
Go | GHSA-r9cr-hvjj-496v | Path traversal and improper access control allows leaking out-of-bound files from Argo CD repo-server | ### Impact
All unpatched versions of Argo CD starting with v1.3.0 are vulnerable to a path traversal bug, compounded by an improper access control bug, allowing a malicious user with read-only repository access to leak sensitive files from Argo CD's repo-server.
A malicious Argo CD user who has been granted [`get` ac... | {'CVE-2022-24730'} | 2022-03-24T00:04:03Z | 2022-03-24T00:04:03Z | HIGH | null | {'CWE-22', 'CWE-284'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-24730', 'https://github.com/argoproj/argo-cd/security/advisories/GHSA-r9cr-hvjj-496v', 'https://github.com/argoproj/argo-cd'} | null |
Go | GHSA-qrrc-ww9x-r43g | Improper Input Validation in Docker Engine | An issue was discovered in Docker Engine before 19.03.11. An attacker in a container, with the CAP_NET_RAW capability, can craft IPv6 router advertisements, and consequently spoof external IPv6 hosts, obtain sensitive information, or cause a denial of service. | {'CVE-2020-13401'} | 2021-05-14T16:27:26Z | 2022-02-15T01:57:18Z | HIGH | null | {'CWE-20'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-13401', 'https://github.com/docker/docker-ce/releases/tag/v19.03.11', 'https://docs.docker.com/engine/release-notes/', 'https://www.debian.org/security/2020/dsa-4716', 'http://www.openwall.com/lists/oss-security/2020/06/01/5', 'https://security.netapp.com/advisory/ntap-202007... | null |
Go | GHSA-w3jx-wv97-67ph | Cross-site scripting in Dutchcoders transfer.sh | Dutchcoders transfer.sh before 1.2.4 allows XSS via an inline view. | {'CVE-2021-33496'} | 2021-05-28T18:03:43Z | 2021-06-29T21:25:27Z | MODERATE | null | {'CWE-79'} | {'https://github.com/dutchcoders/transfer.sh/releases/tag/v1.2.4', 'https://github.com/dutchcoders/transfer.sh/pull/373', 'https://github.com/dutchcoders/transfer.sh/commit/9df18fdc69de2e71f30d8c1e6bfab2fda2e52eb4', 'https://nvd.nist.gov/vuln/detail/CVE-2021-33496', 'https://vuln.ryotak.me/advisories/43'} | null |
Go | GO-2020-0040 | null | Due to unchecked type assertions, maliciously crafted messages can
cause panics, which may be used as a denial of service vector.
| null | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/shiyanhui/dht/issues/57'} | null |
Go | GHSA-jpj5-hg26-6jgc | Cross-site Scripting in Alist | Alist versions 2.0.10 through 2.1.0 were discovered to contain a cross-site scripting (XSS) vulnerability via /i/:data/ipa.plist. This issue was fixed in version 2.1.1. | {'CVE-2022-26533'} | 2022-03-23T15:47:27Z | 2022-03-13T00:00:54Z | MODERATE | null | {'CWE-79'} | {'https://github.com/Xhofe/alist/issues/645', 'https://nvd.nist.gov/vuln/detail/CVE-2022-26533', 'https://github.com/Xhofe/alist', 'https://github.com/Xhofe/alist/commit/6af17e2509a400979420f613fd7f2f9721fdcd6e'} | null |
Go | GHSA-5r5w-h76p-m726 | Use of a Broken or Risky Cryptographic Algorithm in Max Mazurov Maddy | A Broken or Risky Cryptographic Algorithm exists in Max Mazurov Maddy before 0.5.2, which is an unnecessary risk that may result in the exposure of sensitive information. | {'CVE-2021-42583'} | 2022-01-13T18:32:43Z | 2022-01-06T22:20:53Z | HIGH | null | {'CWE-327'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-42583', 'https://github.com/foxcpp/maddy', 'https://github.com/foxcpp/maddy/releases/tag/v0.5.2', 'https://github.com/foxcpp/maddy/blob/df40dce1284cd0fd0a9e8e7894029553d653d0a5/internal/auth/shadow/verify.go'} | null |
Go | GO-2020-0017 | null | If a JWT contains an audience claim with an array of strings, rather
than a single string, and `MapClaims.VerifyAudience` is called with
`req` set to `false`, then audience verification will be bypassed,
allowing an invalid set of audiences to be provided.
| {'CVE-2020-26160'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/dgrijalva/jwt-go/commit/ec0a89a131e3e8567adcb21254a5cd20a70ea4ab', 'https://github.com/dgrijalva/jwt-go/issues/422'} | null |
Go | GHSA-5cgx-vhfp-6cf9 | Directory traversal in Kubernetes Secrets Store CSI Driver | Kubernetes Secrets Store CSI Driver versions v0.0.15 and v0.0.16 allow an attacker who can modify a SecretProviderClassPodStatus/Status resource the ability to write content to the host filesystem and sync file contents to Kubernetes Secrets. This includes paths under var/lib/kubelet/pods that contain other Kubernetes ... | {'CVE-2020-8568'} | 2021-05-12T21:44:15Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-20', 'CWE-22', 'CWE-24'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-8568', 'https://github.com/kubernetes-sigs/secrets-store-csi-driver/pull/371', 'https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/378', 'https://groups.google.com/g/kubernetes-secrets-store-csi-driver/c/Cb9cvymTzl4'} | null |
Go | GHSA-gwmc-6795-qghj | HashiCorp Nomad Artifact Download Race Condition | HashiCorp Nomad and Nomad Enterprise 0.3.0 through 1.0.17, 1.1.11, and 1.2.5 artifact download functionality has a race condition such that the Nomad client agent could download the wrong artifact into the wrong destination. This issue is fixed in 1.0.18, 1.1.12, and 1.2.6. | {'CVE-2022-24686'} | 2022-03-18T18:21:52Z | 2022-02-15T00:02:46Z | MODERATE | null | {'CWE-362'} | {'https://security.netapp.com/advisory/ntap-20220318-0008/', 'https://github.com/hashicorp/nomad/issues/12036', 'https://github.com/hashicorp/nomad', 'https://discuss.hashicorp.com/t/hcsec-2022-01-nomad-artifact-download-race-condition/35559', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24686', 'https://discuss.hashicor... | null |
Go | GHSA-g5v4-5x39-vwhx | Zip slip directory exploit in github.com/deislabs/oras | ### Impact
The directory support (#55) allows the downloaded gzipped tarballs to be automatically extracted to the user-specified directory where the tarball can have symbolic links and hard links.
A well-crafted tarball or tarballs allow malicious artifact providers linking, writing, or overwriting specific files on ... | {'CVE-2021-21272'} | 2022-02-15T00:32:04Z | 2022-02-15T00:32:04Z | HIGH | null | {'CWE-29', 'CWE-22'} | {'https://pkg.go.dev/github.com/deislabs/oras/pkg/oras', 'https://nvd.nist.gov/vuln/detail/CVE-2021-21272', 'https://github.com/deislabs/oras/security/advisories/GHSA-g5v4-5x39-vwhx', 'https://github.com/deislabs/oras/commit/96cd90423303f1bb42bd043cb4c36085e6e91e8e', 'https://github.com/deislabs/oras/releases/tag/v0.9.... | null |
Go | GO-2020-0001 | null | The default [`Formatter`][LoggerConfig.Formatter] for the [`Logger`][] middleware
(included in the [`Default`][] engine) allows attackers to inject arbitrary log
entries by manipulating the request path.
| null | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/gin-gonic/gin/commit/a71af9c144f9579f6dbe945341c1df37aaf09c0d', 'https://github.com/gin-gonic/gin/pull/2237'} | null |
Go | GHSA-433w-mm6h-rv9p | Auth bypass in SAML provider | ### Impact
The following vulnerabilities have been disclosed, which impact users leveraging the SAML auth provider:
- [`goxmldsig` - Signature Validation Bypass](https://github.com/russellhaering/goxmldsig/security/advisories/GHSA-q547-gmf8-8jr7)
- [`gosaml2` - Authentication Bypass](https://github.com/russellhaering... | null | 2021-05-21T20:47:30Z | 2021-06-23T17:29:06Z | CRITICAL | null | null | {'https://github.com/netlify/gotrue/security/advisories/GHSA-433w-mm6h-rv9p'} | null |
Go | GHSA-2hfj-cxw7-g45p | Unsafe inline XSS in pasting DOM element into chat | ### Impact
Inline scripts are executed when Javascript is parsed via a paste action.
1. Open https://watch.owncast.online/
2. Copy and then paste `<img src=null onerror=alert('hello')>` into the
chat field.
3. An alert should pop up.
### Patches
```
⋮ 13 │ // Content security policy
⋮ 14 │ csp := []str... | {'CVE-2021-39183'} | 2022-01-04T18:54:05Z | 2021-12-14T21:48:16Z | HIGH | null | {'CWE-79'} | {'https://github.com/owncast/owncast', 'https://nvd.nist.gov/vuln/detail/CVE-2021-39183', 'https://github.com/owncast/owncast/security/advisories/GHSA-2hfj-cxw7-g45p'} | null |
Go | GHSA-grh6-q6m2-rh72 | Origin Validation Error | Rootless containers run with Podman, receive all traffic with a source IP address of 127.0.0.1 (including from remote hosts). This impacts containerized applications that trust localhost (127.0.01) connections by default and do not require authentication. This issue affects Podman versions from 1.8.0 to 3.0.0. | {'CVE-2021-20199'} | 2021-05-18T21:02:35Z | 2021-05-18T21:07:49Z | MODERATE | null | {'CWE-200', 'CWE-346'} | {'https://github.com/containers/podman/pull/9052', 'https://github.com/containers/podman/pull/9225', 'https://github.com/containers/podman/releases/tag/v3.0.0-rc3', 'https://github.com/containers/podman/issues/5138', 'https://github.com/rootless-containers/rootlesskit/pull/206', 'https://bugzilla.redhat.com/show_bug.cg... | null |
Go | GHSA-9vh5-r4qw-v3vv | Improper Resource Shutdown or Release in HashiCorp Vault | HashiCorp Vault Enterprise 0.11.0 through 1.3.1 fails, in certain circumstances, to revoke dynamic secrets for a mount in a deleted namespace. Fixed in 1.3.2. | {'CVE-2020-7220'} | 2021-07-27T15:15:57Z | 2021-07-28T17:57:46Z | HIGH | null | {'CWE-404'} | {'https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#132-january-22nd-2020', 'https://www.hashicorp.com/blog/category/vault/', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7220'} | null |
Go | GO-2020-0021 | null | Due to improper santization of user input, a number of methods are
vulnerable to SQL injection if used with user input that has not
been santized by the caller.
| {'CVE-2014-8681'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/gogs/gogs/commit/83283bca4cb4e0f4ec48a28af680f0d88db3d2c8', 'https://seclists.org/fulldisclosure/2014/Nov/31'} | null |
Go | GHSA-c3g4-w6cv-6v7h | Non-empty default inheritable capabilities for linux container in Buildah | A bug was found in Buildah where containers were created with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2).
This bug did not affect the container secu... | {'CVE-2022-27651'} | 2022-04-19T18:02:46Z | 2022-04-01T13:56:42Z | MODERATE | null | {'CWE-276'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NETC7I6RTMMBRJJQVJOJUPDK4W4PQSJ/', 'https://github.com/containers/buildah/commit/e7e55c988c05dd74005184ceb64f097a0cfe645b', 'https://github.com/containers/buildah/pull/3855', 'https://github.com/containers/buildah', 'https... | null |
Go | GHSA-chxf-fjcf-7fwp | Possible filesystem space exhaustion by local users | `fscrypt` through v0.3.2 creates a world-writable directory by default when setting up a filesystem, allowing unprivileged users to exhaust filesystem space. We recommend upgrading to `fscrypt` v0.3.3 or above and adjusting the permissions on existing `fscrypt` metadata directories where applicable.
For more details, ... | null | 2022-03-01T21:04:07Z | 2022-03-01T21:04:07Z | MODERATE | null | null | {'https://github.com/google/fscrypt/security/advisories/GHSA-chxf-fjcf-7fwp', 'https://github.com/google/fscrypt'} | null |
Go | GHSA-ffjp-66mx-3qpj | Privilege escalation in beego | An issue was discovered in file profile.go. The MemProf and GetCPUProfile functions do not correctly check whether the created file exists. As a result attackers can launch attacks symlink attacks locally. Attackers can use this vulnerability to escalate privileges. | {'CVE-2021-27116'} | 2022-04-07T18:31:32Z | 2022-04-06T00:01:30Z | HIGH | null | {'CWE-59'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-27116', 'https://github.com/beego/beego/issues/4484', 'https://github.com/beego/beego'} | null |
Go | GO-2021-0085 | null | AppArmor restrictions may be bypassed due to improper validation of mount
targets, allowing a malicious image to mount volumes over e.g. /proc.
| {'CVE-2019-16884'} | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/opencontainers/runc/issues/2128', 'https://github.com/opencontainers/runc/commit/cad42f6e0932db0ce08c3a3d9e89e6063ec283e4', 'https://github.com/opencontainers/runc/pull/2130'} | null |
Go | GHSA-9689-rx4v-cqgc | Open Redirect | Pivotal Concourse Release, versions 4.x prior to 4.2.2, login flow allows redirects to untrusted websites. A remote unauthenticated attacker could convince a user to click on a link using the oAuth redirect link with an untrusted website and gain access to that user's access token in Concourse. | {'CVE-2018-15798'} | 2021-05-12T18:15:16Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-601'} | {'https://pivotal.io/security/cve-2018-15798', 'https://github.com/concourse/concourse/blob/release/5.2.x/release-notes/v5.2.8.md', 'https://nvd.nist.gov/vuln/detail/CVE-2018-15798', 'https://github.com/concourse/concourse/pull/5350/commits/38cb4cc025e5ed28764b4adc363a0bbf41f3c7cb'} | null |
Go | GHSA-5mxh-2qfv-4g7j | NUL character in ROA causes OctoRPKI to crash | OctoRPKI crashes when encountering a repository that returns an invalid ROA (just an encoded `NUL` (`\0`) character).
## Patches
## For more information
If you have any questions or comments about this advisory email us at security@cloudflare.com | {'CVE-2021-3910'} | 2022-04-05T19:29:23Z | 2021-11-10T20:15:06Z | HIGH | null | {'CWE-20'} | {'https://github.com/cloudflare/cfrpki', 'https://www.debian.org/security/2022/dsa-5041', 'https://github.com/cloudflare/cfrpki/releases/tag/v1.4.0', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3910', 'https://github.com/cloudflare/cfrpki/security/advisories/GHSA-5mxh-2qfv-4g7j'} | null |
Go | GHSA-5gjh-5j4f-cpwv | Unrestricted Upload of File with Dangerous Type in Gogs | ### Impact
The malicious user is able to upload a crafted `config` file into repository's `.git` directory with to gain SSH access to the server. All installations with [repository upload enabled (default)](https://github.com/gogs/gogs/blob/f36eeedbf89328ee70cc3a2e239f6314f9021f58/conf/app.ini#L127-L129) are affected.... | {'CVE-2022-0415'} | 2022-03-28T16:46:41Z | 2022-03-28T16:46:41Z | HIGH | null | {'CWE-434', 'CWE-20'} | {'https://github.com/gogs/gogs/commit/0fef3c9082269e9a4e817274942a5d7c50617284', 'https://huntr.dev/bounties/b4928cfe-4110-462f-a180-6d5673797902', 'https://github.com/gogs/gogs/pull/6838', 'https://github.com/gogs/gogs/issues/6833', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0415', 'https://github.com/gogs/gogs', 'htt... | null |
Go | GHSA-62mh-w5cv-p88c | Import token permissions checking not enforced | (This advisory is canonically <https://advisories.nats.io/CVE/CVE-2021-3127.txt>)
## Problem Description
The NATS server provides for Subjects which are namespaced by Account; all Subjects are supposed to be private to an account, with an Export/Import system used to grant cross-account access to some Subjects. Some... | null | 2022-02-15T00:42:28Z | 2022-02-15T00:42:28Z | CRITICAL | null | {'CWE-863'} | {'https://github.com/nats-io/jwt', 'https://github.com/nats-io/jwt/security/advisories/GHSA-62mh-w5cv-p88c'} | null |
Go | GHSA-fgv8-vj5c-2ppq | Incorrect Authorization in runc | runc through 1.0.0-rc8, as used in Docker through 19.03.2-ce and other products, allows AppArmor restriction bypass because libcontainer/rootfs_linux.go incorrectly checks mount targets, and thus a malicious Docker image can mount over a /proc directory. | {'CVE-2019-16884'} | 2022-02-22T15:38:08Z | 2022-02-22T15:38:08Z | HIGH | null | {'CWE-863'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-16884', 'https://security.netapp.com/advisory/ntap-20220221-0004/', 'https://access.redhat.com/errata/RHSA-2019:4269', 'https://github.com/opencontainers/runc/issues/2128', 'https://access.redhat.com/errata/RHSA-2019:4074', 'http://lists.opensuse.org/opensuse-security-announc... | null |
Go | GHSA-qvf8-p83w-v58j | Podman's default inheritable capabilities for linux container not empty | A bug was found in Podman where containers were created with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2).
This bug did not affect the container secur... | {'CVE-2022-27649'} | 2022-04-19T18:03:15Z | 2022-04-01T20:52:29Z | HIGH | null | {'CWE-276'} | {'https://github.com/containers/podman', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/J5WPM42UR6XIBQNQPNQHM32X7S4LJTRX/', 'https://github.com/containers/podman/releases/tag/v4.0.3', 'https://nvd.nist.gov/vuln/detail/CVE-2022-27649', 'https://github.com/containers/podma... | null |
Go | GHSA-hrhx-6h34-j5hc | Skip the router TLS configuration when the host header is an FQDN | ### Impact
People that configure mTLS between Traefik and clients.
For a request, the TLS configuration choice can be different than the router choice, which implies the use of a wrong TLS configuration.
- When sending a request using FQDN handled by a router configured with a dedicated TLS configuration, the TLS co... | {'CVE-2022-23632'} | 2022-02-16T22:30:57Z | 2022-02-16T22:30:57Z | HIGH | null | {'CWE-295'} | {'https://github.com/traefik/traefik/security/advisories/GHSA-hrhx-6h34-j5hc', 'https://github.com/traefik/traefik/releases/tag/v2.6.1', 'https://nvd.nist.gov/vuln/detail/CVE-2022-23632', 'https://github.com/traefik/traefik/pull/8764', 'https://github.com/traefik/traefik'} | null |
Go | GHSA-5m8f-chrv-7rw5 | Denial of Service in Go-Ethereum | Go-Ethereum 1.10.9 nodes crash (denial of service) after receiving a serial of messages and cannot be recovered. They will crash with "runtime error: invalid memory address or nil pointer dereference" and arise a SEGV signal. | {'CVE-2021-43668'} | 2021-11-19T13:19:43Z | 2021-11-23T18:04:47Z | MODERATE | null | {'CWE-476'} | {'https://github.com/ethereum/go-ethereum/issues/23866', 'https://github.com/ethereum/go-ethereum', 'https://nvd.nist.gov/vuln/detail/CVE-2021-43668', 'https://github.com/syndtr/goleveldb/issues/373'} | null |
Go | GHSA-pmqp-h87c-mr78 | XML Entity Expansion and Improper Input Validation in Kubernetes API server | Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v... | {'CVE-2019-11253'} | 2021-05-17T21:06:33Z | 2021-05-18T15:38:48Z | HIGH | null | {'CWE-776', 'CWE-20'} | {'https://groups.google.com/forum/#!topic/kubernetes-security-announce/jk8polzSUxs', 'https://security.netapp.com/advisory/ntap-20191031-0006/', 'https://access.redhat.com/errata/RHSA-2019:3811', 'https://gist.github.com/bgeesaman/0e0349e94cd22c48bf14d8a9b7d6b8f2', 'https://nvd.nist.gov/vuln/detail/CVE-2019-11253', 'ht... | null |
Go | GHSA-74xm-qj29-cq8p | Failed DTLS certificate verification doesn't stop data channel communication | ### Impact
Data channel communication was incorrectly allowed with users who have failed DTLS certificate verification.
This attack requires
* Attacker knows the ICE password.
* Only take place during PeerConnection handshake.
This attack can be detected by monitoring `PeerConnectionState` in all versions of Pion W... | {'CVE-2021-28681'} | 2021-05-21T21:29:41Z | 2021-05-25T18:42:42Z | MODERATE | null | {'CWE-863'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-28681', 'https://github.com/pion/webrtc/security/advisories/GHSA-74xm-qj29-cq8p', 'https://github.com/pion/webrtc/issues/1708', 'https://github.com/pion/webrtc/pull/1709'} | null |
Go | GHSA-fxwj-v664-wv5g | Improper Control of a Resource Through its Lifetime in Mattermost | Mattermost 6.4.x and earlier fails to properly invalidate pending email invitations when the action is performed from the system console, which allows accidentally invited users to join the workspace and access information from the public teams and channels. | {'CVE-2022-1385'} | 2022-04-28T19:49:33Z | 2022-04-20T00:00:30Z | MODERATE | null | {'CWE-664', 'CWE-668'} | {'https://github.com/mattermost/mattermost-server', 'https://mattermost.com/security-updates/', 'https://hackerone.com/reports/1486820', 'https://nvd.nist.gov/vuln/detail/CVE-2022-1385'} | null |
Go | GHSA-v4h8-794j-g8mm | Arbitrary File Override in Docker Engine | Docker Engine before 1.6.1 allows local users to set arbitrary Linux Security Modules (LSM) and docker_t policies via an image that allows volumes to override files in /proc. | {'CVE-2015-3631'} | 2021-05-19T22:04:37Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-285'} | {'http://packetstormsecurity.com/files/131835/Docker-Privilege-Escalation-Information-Disclosure.html', 'https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3631', 'https://github.com/moby/moby/compare/769acfec2928c47a35da5357d854145b1036448d...b6a9dc399be31c531e3753104e10d74760ed75a2', 'https://groups.google.com... | null |
Go | GO-2020-0037 | null | 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.
| null | 2021-04-14T12:00:00Z | 2021-04-14T12:00:00Z | null | null | null | {'https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613', 'https://github.com/tendermint/tendermint/pull/3430'} | null |
Go | GHSA-m7vp-hqwv-7m5x | Unbounded memory usage on exposed HTTP/2 (non-gRPC) endpoints | ### Impact
The net/http Go package has a reported vulnerability tracked under CVE-2021-44716 which allows attacker controlled HTTP/2 requests to trigger unbounded memory usage in HTTP/2 endpoints. gRPC endpoints are not vulnerable as they rely on their own HTTP/2 implementation instead of the net/http package. HTTP/2 e... | null | 2022-01-11T16:45:39Z | 2022-01-12T22:33:04Z | HIGH | null | null | {'https://github.com/spiffe/spire/security/advisories/GHSA-m7vp-hqwv-7m5x'} | null |
Go | GHSA-r3gq-wxqf-q4gh | Cross-site Scripting in Gitea | Cross Site Scripting (XSS) vulnerability exists in Gitea before 1.5.1 via the repository settings inside the external wiki/issue tracker URL field. | {'CVE-2021-45329'} | 2022-02-14T23:01:49Z | 2022-02-10T00:00:32Z | MODERATE | null | {'CWE-79'} | {'https://github.com/go-gitea/gitea/pull/4710', 'https://blog.gitea.io/2018/09/gitea-1.5.1-is-released/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-45329', 'https://github.com/go-gitea/gitea'} | null |
Go | GHSA-26cm-qrc6-mfgj | Improper Neutralization of Special Elements used in an LDAP Query in stevenweathers/thunderdome-planning-poker | ### Impact
LDAP injection vulnerability, only affects instances with LDAP authentication enabled.
### Patches
Patch for vulnerability released with v1.16.3.
### Workarounds
Disable LDAP feature if in use
### References
[OWASP LDAP Injection Prevention Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/LDAP_... | {'CVE-2021-41232'} | 2021-11-02T18:40:07Z | 2021-11-08T18:16:21Z | HIGH | null | {'CWE-90', 'CWE-74'} | {'https://github.com/StevenWeathers/thunderdome-planning-poker', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41232', 'https://github.com/StevenWeathers/thunderdome-planning-poker/security/advisories/GHSA-26cm-qrc6-mfgj', 'https://github.com/github/securitylab/issues/464#issuecomment-957094994', 'https://github.com/Steve... | null |
Go | GHSA-q2qr-3c2p-9235 | Denial of Service (DoS) in HashiCorp Consul | HashiCorp Consul and Consul Enterprise could crash when configured with an abnormally-formed service-router entry. Introduced in 1.6.0, fixed in 1.6.6 and 1.7.4. | {'CVE-2020-12758'} | 2021-05-13T14:26:25Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-400'} | {'https://github.com/hashicorp/consul/blob/v1.6.6/CHANGELOG.md', 'https://github.com/hashicorp/consul/pull/7783', 'https://github.com/hashicorp/consul/commit/69b44fb9424cfdc05f1b7243876ab10d236ef1fc', 'https://nvd.nist.gov/vuln/detail/CVE-2020-12758', 'https://github.com/hashicorp/consul/blob/v1.7.4/CHANGELOG.md'} | null |
Go | GHSA-7774-7vr3-cc8j | Authorization Policy Bypass Due to Case Insensitive Host Comparison | ### Impact
According to [RFC 4343](https://datatracker.ietf.org/doc/html/rfc4343), Istio authorization policy should compare the hostname in the HTTP Host header in a case insensitive way, but currently the comparison is case sensitive. The Envoy proxy will route the request hostname in a case-insensitive way which me... | {'CVE-2021-39155'} | 2021-12-13T13:09:54Z | 2021-08-30T16:15:56Z | HIGH | null | {'CWE-178'} | {'https://github.com/istio/istio/security/advisories/GHSA-7774-7vr3-cc8j', 'https://datatracker.ietf.org/doc/html/rfc4343', 'https://github.com/istio/istio', 'https://nvd.nist.gov/vuln/detail/CVE-2021-39155'} | null |
Go | GHSA-jm5c-rv3w-w83m | Denial of service in geth | ### Impact
Denial-of-service (crash) during block processing
### Details
Affected versions suffer from a vulnerability which can be exploited through the `MULMOD` operation, by specifying a modulo of `0`: `mulmod(a,b,0)`, causing a `panic` in the underlying library.
The crash was in the `uint256` library, where a bu... | {'CVE-2020-26242'} | 2021-05-21T21:50:44Z | 2021-06-29T21:13:20Z | MODERATE | null | {'CWE-125', 'CWE-400', 'CWE-191'} | {'https://github.com/ethereum/go-ethereum/security/advisories/GHSA-jm5c-rv3w-w83m', 'https://nvd.nist.gov/vuln/detail/CVE-2020-26242', 'https://github.com/ethereum/go-ethereum/commit/7163a6664ee664df81b9028ab3ba13b9d65a7196', 'https://blog.ethereum.org/2020/11/12/geth_security_release/'} | null |
Go | GHSA-34jx-wx69-9x8v | Symlink Attack in kubectl cp | The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes creates a tar inside the container, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is malicious, it could run any code and output ... | {'CVE-2019-1002101'} | 2021-05-19T21:58:27Z | 2022-02-15T01:57:18Z | MODERATE | null | {'CWE-59'} | {'https://access.redhat.com/errata/RHBA-2019:0636', 'https://access.redhat.com/errata/RHBA-2019:0620', 'https://www.twistlock.com/labs-blog/disclosing-directory-traversal-vulnerability-kubernetes-copy-cve-2019-1002101/', 'https://nvd.nist.gov/vuln/detail/CVE-2019-1002101', 'https://lists.fedoraproject.org/archives/list... | null |
Go | GHSA-qh54-9vc5-m9fg | MD5 hash support in github.com/foxcpp/maddy | ### Impact
This vulnerability affects maddy 0.5.1, 0.5.0 users using auth.shadow module
and an extremely outdated system that still allows MD5 hashes in
/etc/shadows.
### Patches
Patch is available as part of the 0.5.2 release.
### Workarounds
Ensure MD5 hashes are not present in /etc/shadow.
| null | 2021-10-11T21:16:02Z | 2021-10-12T16:06:30Z | LOW | null | {'CWE-261'} | {'https://github.com/foxcpp/maddy/security/advisories/GHSA-qh54-9vc5-m9fg', 'https://github.com/foxcpp/maddy'} | null |
Go | GO-2021-0103 | null | Due to improper bounds checking, certain mathmatical operations can cause a panic, due to an
out of bounds read. If this package is used to process untrusted user inputs, this may be used
as a vector for a denial of service attack.
| {'CVE-2020-26242'} | 2021-07-28T12:00:00Z | 2021-07-28T12:00:00Z | null | null | null | {'https://github.com/holiman/uint256/pull/80', 'https://github.com/holiman/uint256/commit/6785da6e3eea403260a5760029e722aa4ff1716d', 'https://github.com/ethereum/go-ethereum/security/advisories/GHSA-jm5c-rv3w-w83m'} | null |
Go | GHSA-rgjg-66cx-5x9m | Authentication Bypass | Grafana before 4.6.4 and 5.x before 5.2.3 allows authentication bypass because an attacker can generate a valid "remember me" cookie knowing only a username of an LDAP or OAuth user. | {'CVE-2018-15727'} | 2021-05-20T21:09:16Z | 2022-02-15T01:57:18Z | CRITICAL | null | {'CWE-287'} | {'https://access.redhat.com/errata/RHSA-2019:0019', 'https://github.com/grafana/grafana/commit/df83bf10a225811927644bdf6265fa80bdea9137', 'https://grafana.com/blog/2018/08/29/grafana-5.2.3-and-4.6.4-released-with-important-security-fix/', 'https://access.redhat.com/errata/RHSA-2018:3829', 'https://www.securityfocus.com... | null |
Go | GHSA-6rw3-3whw-jvjj | Git LFS can execute a binary from the current directory on Windows | ### Impact
On Windows, if Git LFS operates on a malicious repository with a `..exe` file as well as a file named `git.exe`, and `git.exe` is not found in `PATH`, the `..exe` program will be executed, permitting the attacker to execute arbitrary code. This does not affect Unix systems.
Similarly, if the malicious repo... | {'CVE-2022-24826'} | 2022-04-22T20:13:21Z | 2022-04-22T20:13:21Z | CRITICAL | null | {'CWE-426'} | {'https://github.com/git-lfs/git-lfs/security/advisories/GHSA-6rw3-3whw-jvjj', 'https://github.com/git-lfs/git-lfs', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24826'} | null |
Go | GHSA-j7px-6hwj-hpjg | Open Redirect in OAuth2 Proxy | ### Impact
As users can provide a redirect address for the proxy to send the authenticated user to at the end of the authentication flow. This is expected to be the original URL that the user was trying to access.
This redirect URL is checked within the proxy and validated before redirecting the user to prevent malicio... | {'CVE-2020-11053'} | 2021-05-24T21:05:58Z | 2021-12-20T17:59:10Z | HIGH | null | {'CWE-601'} | {'https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-j7px-6hwj-hpjg', 'https://github.com/oauth2-proxy/oauth2-proxy/commit/0d5fa211df8ef2449347a56b22c779eb8d894c43', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11053'} | null |
Go | GHSA-jr34-mff8-pc6f | SQL Injection in Cloud Native Computing Foundation Harbor | Cloud Native Computing Foundation Harbor prior to 1.8.6 and 1.9.3 allows SQL Injection via user-groups in the VMware Harbor Container Registry for the Pivotal Platform. | {'CVE-2019-19029'} | 2021-05-04T22:00:21Z | 2021-05-18T18:27:36Z | MODERATE | null | {'CWE-89'} | {'https://github.com/goharbor/harbor/security/advisories/GHSA-qcfv-8v29-469w', 'https://tanzu.vmware.com/security/cve-2019-19029', 'https://nvd.nist.gov/vuln/detail/CVE-2019-19029', 'https://github.com/goharbor/harbor/security/advisories'} | null |
Go | GHSA-h289-x5wc-xcv8 | Improper Validation of Certificate with Host Mismatch in mellium.im/xmpp/websocket | ### Impact
If no TLS configuration is provided by the user, the websocket package constructs its own TLS configuration using recommended defaults. When looking up a WSS endpoint using the DNS TXT record method described in [XEP-0156: Discovering Alternative XMPP Connection Methods](https://xmpp.org/extensions/xep-0156... | null | 2022-02-16T22:56:21Z | 2022-02-16T22:56:21Z | MODERATE | null | {'CWE-295'} | {'https://github.com/mellium/xmpp/security/advisories/GHSA-h289-x5wc-xcv8'} | null |
Go | GO-2021-0102 | null | Due to improper input validation, a maliciously crafted input can cause a panic, due to incorrect
nonce size. If this package is used to decrypt user supplied messages without checking the size of
supplied nonces, this may be used as a vector for a denial of service attack.
| {'CVE-2019-11289'} | 2021-07-28T12:00:00Z | 2021-07-28T12:00:00Z | null | null | null | {'https://github.com/cloudfoundry/gorouter/commit/b1b5c44e050f73b399b379ca63a42a2c5780a83f', 'https://www.cloudfoundry.org/blog/cve-2019-11289/', 'https://github.com/advisories/GHSA-5796-p3m6-9qj4'} | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.