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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|
GHSA | GHSA-3f99-hvg4-qjwj | Insecure random number generation in keypair | ## Description and Impact
A bug in the pseudo-random number generator used by [keypair](https://github.com/juliangruber/keypair) versions up to and including 1.0.3 could allow for weak RSA key generation. This could enable an attacker to decrypt confidential messages or gain authorized access to an account belonging t... | {'CVE-2021-41117'} | 2022-04-19T19:03:11Z | 2021-10-11T17:09:05Z | HIGH | 8.7 | {'CWE-335'} | {'https://github.com/juliangruber/keypair/commit/9596418d3363d3e757676c0b6a8f2d35a9d1cb18', 'https://github.com/juliangruber/keypair/security/advisories/GHSA-3f99-hvg4-qjwj', 'https://securitylab.github.com/advisories/GHSL-2021-1012-keypair/', 'https://github.com/advisories/GHSA-3f99-hvg4-qjwj', 'https://nvd.nist.gov/v... | null |
GHSA | GHSA-ch4f-829c-v5pw | Division by 0 in `ResourceScatterDiv` | ### Impact
The implementation of `tf.raw_ops.ResourceScatterDiv` is vulnerable to a division by 0 error:
```python
import tensorflow as tf
v= tf.Variable([1,2,3])
tf.raw_ops.ResourceScatterDiv(
resource=v.handle,
indices=[1],
updates=[0])
```
The [implementation](https://github.com/tensorflow/tensorflow/blob/8... | {'CVE-2021-37642'} | 2021-08-25T14:43:56Z | 2021-08-25T14:43:56Z | MODERATE | 5.5 | {'CWE-369'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-37642', 'https://github.com/tensorflow/tensorflow/commit/4aacb30888638da75023e6601149415b39763d76', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-ch4f-829c-v5pw', 'https://github.com/advisories/GHSA-ch4f-829c-v5pw'} | null |
GHSA | GHSA-gr44-7grc-37vq | Moderate severity vulnerability that affects activerecord | ActiveRecord in Ruby on Rails before 2.3.17, 3.1.x before 3.1.11, and 3.2.x before 3.2.12 allows remote attackers to bypass the attr_protected protection mechanism and modify protected model attributes via a crafted request. | {'CVE-2013-0276'} | 2021-09-13T12:44:07Z | 2017-10-24T18:33:37Z | MODERATE | 0 | null | {'http://secunia.com/advisories/52112', 'http://www.openwall.com/lists/oss-security/2013/02/11/5', 'http://lists.apple.com/archives/security-announce/2013/Jun/msg00000.html', 'https://nvd.nist.gov/vuln/detail/CVE-2013-0276', 'https://github.com/advisories/GHSA-gr44-7grc-37vq', 'http://weblog.rubyonrails.org/2013/2/11/S... | null |
GHSA | GHSA-hxcc-f52p-wc94 | Insecure serialization leading to RCE in serialize-javascript | serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js".
An object such as `{"foo": /1"/, "bar": "a\"@__R-<UID>-0__@"}` was serialized as `{"foo": /1"/, "bar": "a\/1"/}`, which allows an attacker to escape the `bar` key. This requires t... | {'CVE-2020-7660'} | 2021-09-23T18:51:00Z | 2020-08-11T17:21:13Z | HIGH | 8.1 | {'CWE-502'} | {'https://github.com/yahoo/serialize-javascript/commit/f21a6fb3ace2353413761e79717b2d210ba6ccbd', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7660', 'https://github.com/advisories/GHSA-hxcc-f52p-wc94'} | null |
GHSA | GHSA-6wrh-279j-6hvw | HTTP caching is marking private HTTP headers as public in Shopware | ### Impact
HTTP caching is marking private HTTP headers as public
## Patches
Fixed in recommend updating to the current version 6.4.8.2. You can get the update to 6.4.8.2 regularly via the Auto-Updater or directly via the download overview.
https://www.shopware.com/en/download/#shopware-6
## Workarounds
For older v... | {'CVE-2022-24747'} | 2022-03-18T20:15:07Z | 2022-03-10T17:55:21Z | MODERATE | 6.3 | {'CWE-200'} | {'https://docs.shopware.com/en/shopware-6-en/security-updates/security-update-03-2022', 'https://github.com/shopware/platform/security/advisories/GHSA-6wrh-279j-6hvw', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24747', 'https://github.com/shopware/platform/commit/d51863148f32306aafdbc7f9f48887c69fce206f', 'https://gith... | null |
GHSA | GHSA-ppj3-7jw3-8vc4 | Data races in lock_api | An issue was discovered in the lock_api crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness. | {'CVE-2020-35910'} | 2021-08-25T20:49:35Z | 2021-08-25T20:49:35Z | MODERATE | 5.5 | {'CWE-362'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-35910', 'https://github.com/advisories/GHSA-ppj3-7jw3-8vc4', 'https://rustsec.org/advisories/RUSTSEC-2020-0070.html', 'https://github.com/Amanieu/parking_lot/pull/262'} | null |
GHSA | GHSA-cvx3-pqmj-x57x | Downloads Resources over HTTP in scalajs-standalone-bin | Affected versions of `scalajs-standalone-bin` insecurely download an executable over an unencrypted HTTP connection.
In scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system run... | {'CVE-2016-10634'} | 2021-01-08T18:56:12Z | 2019-02-18T23:47:13Z | HIGH | 0 | {'CWE-311'} | {'https://nodesecurity.io/advisories/231', 'https://github.com/advisories/GHSA-cvx3-pqmj-x57x', 'https://www.npmjs.com/advisories/231', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10634'} | null |
GHSA | GHSA-27g8-r9vw-765x | Private Field data leak | This security advisory relates to a newly discovered capability in our query infrastructure to directly or indirectly expose the values of private fields, bypassing the configured access control.
This is an access control related oracle attack in that the attack method guides an attacker during their attempt to reveal... | {'CVE-2021-32624'} | 2022-04-19T19:02:58Z | 2021-05-27T18:39:03Z | HIGH | 7.5 | {'CWE-200'} | {'https://github.com/keystonejs/keystone-5/security/advisories/GHSA-27g8-r9vw-765x', 'https://nvd.nist.gov/vuln/detail/CVE-2021-32624', 'https://github.com/advisories/GHSA-27g8-r9vw-765x'} | null |
GHSA | GHSA-xr53-m937-jr9c | Cross-Site Scripting in ngx-md | Versions of `ngx-md` prior to 6.0.3 are vulnerable to Cross-Site Scripting. Links are not properly restricted to http/https and can contain JavaScript which may lead to arbitrary code execution. Markdown input such as `[Click Me](javascript:alert('Injected!'%29)` is rendered as a `Click Me` link that executes JavaScri... | null | 2021-10-04T21:05:29Z | 2020-09-03T15:49:14Z | HIGH | 0 | {'CWE-79'} | {'https://www.npmjs.com/advisories/1485', 'https://github.com/dimpu/ngx-md/issues/129', 'https://github.com/advisories/GHSA-xr53-m937-jr9c'} | null |
GHSA | GHSA-cw6w-q88j-6mqf | Potential session hijack in Apache CXF | Apache CXF before 3.3.4 and 3.2.11 provides all of the components that are required to build a fully fledged OpenId Connect service. There is a vulnerability in the access token services, where it does not validate that the authenticated principal is equal to that of the supplied clientId parameter in the request. If a... | {'CVE-2019-12419'} | 2021-06-17T19:55:49Z | 2019-11-08T17:12:59Z | CRITICAL | 9.8 | {'CWE-863'} | {'https://lists.apache.org/thread.html/rc774278135816e7afc943dc9fc78eb0764f2c84a2b96470a0187315c@%3Ccommits.cxf.apache.org%3E', 'https://lists.apache.org/thread.html/re7593a274ee0a85d304d5d42c66fc0081c94d7f22bc96a1084d43b80@%3Cdev.cxf.apache.org%3E', 'https://lists.apache.org/thread.html/rd49aabd984ed540c8ff7916d4d7940... | null |
GHSA | 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-18T18:27:28Z | 2021-05-18T18:27:28Z | MODERATE | 9.3 | {'CWE-269'} | {'https://github.com/goharbor/harbor/security/advisories/GHSA-3868-7c5x-4827', 'https://github.com/advisories/GHSA-q6cj-6jvq-jwmh', 'https://nvd.nist.gov/vuln/detail/CVE-2019-19023', 'https://tanzu.vmware.com/security/cve-2019-19023', 'https://github.com/goharbor/harbor/security/advisories'} | null |
GHSA | GHSA-9hx8-2mrv-r674 | Deserialization of Untrusted Data in Apache jUDDI | Apache jUDDI uses several classes related to Java's Remote Method Invocation (RMI) which (as an extension to UDDI) provides an alternate transport for accessing UDDI services.
RMI uses the default Java serialization mechanism to pass parameters in RMI invocations. A remote attacker can send a malicious serialized obje... | {'CVE-2021-37578'} | 2021-08-31T21:02:02Z | 2021-08-09T20:41:37Z | CRITICAL | 9.8 | {'CWE-502'} | {'https://github.com/advisories/GHSA-9hx8-2mrv-r674', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37578', 'http://www.openwall.com/lists/oss-security/2021/07/29/1', 'https://github.com/apache/juddi/commit/dd880ffe7694a70cee75efeee79c9197d261866f', 'https://lists.apache.org/thread.html/r82047b3ba774cf870ea8e1e9ec51c6107f... | null |
GHSA | GHSA-hgpf-97c5-74fc | Regular expression denial of service in @absolunet/kafe | This affects the package @absolunet/kafe before 3.2.10. It allows cause a denial of service when validating crafted invalid emails. | {'CVE-2020-7761'} | 2021-05-10T19:08:29Z | 2021-05-10T19:08:29Z | MODERATE | 5.3 | {'CWE-400'} | {'https://snyk.io/vuln/SNYK-JS-ABSOLUNETKAFE-1017403', 'https://github.com/absolunet/kafe/commit/c644c798bfcdc1b0bbb1f0ca59e2e2664ff3fdd0%23diff-f0f4b5b19ad46588ae9d7dc1889f681252b0698a4ead3a77b7c7d127ee657857', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7761', 'https://github.com/advisories/GHSA-hgpf-97c5-74fc', 'http... | null |
GHSA | 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-04-19T19:03:25Z | 2022-03-01T21:04:57Z | MODERATE | 0 | null | {'https://github.com/advisories/GHSA-w4f8-fxq2-j35v', 'https://github.com/google/fscrypt/security/advisories/GHSA-w4f8-fxq2-j35v'} | null |
GHSA | GHSA-fqq2-xp7m-xvm8 | Data race in ruspiro-singleton | `Singleton<T>` is meant to be a static object that can be initialized lazily. In
order to satisfy the requirement that `static` items must implement `Sync`,
`Singleton` implemented both `Sync` and `Send` unconditionally.
This allows for a bug where non-`Sync` types such as `Cell` can be used in
singletons and cause da... | {'CVE-2020-36435'} | 2021-08-25T20:58:19Z | 2021-08-25T20:58:19Z | HIGH | 8.1 | {'CWE-119', 'CWE-362'} | {'https://github.com/RusPiRo/ruspiro-singleton/issues/10', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36435', 'https://github.com/RusPiRo/ruspiro-singleton/pull/11', 'https://github.com/RusPiRo/ruspiro-singleton/commit/b0d2bd20eb40b9cbc2958b981ba2dcd9e6f9396e', 'https://github.com/advisories/GHSA-fqq2-xp7m-xvm8', 'http... | null |
GHSA | GHSA-w6rq-6h34-vh7q | Cached redirect poisoning via X-Forwarded-Host header | A user supplied `X-Forwarded-Host` header can be used to perform cache poisoning of a cache fronting a Ratpack server if the cache key does not include the `X-Forwarded-Host` header as a cache key.
Users are only vulnerable if they do not configure a custom `PublicAddress` instance. A custom `PublicAddress` can be spe... | {'CVE-2021-29479'} | 2022-04-19T19:02:27Z | 2021-07-01T17:02:38Z | HIGH | 7 | {'CWE-807'} | {'https://portswigger.net/web-security/web-cache-poisoning', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29479', 'https://github.com/advisories/GHSA-w6rq-6h34-vh7q', 'https://github.com/ratpack/ratpack/security/advisories/GHSA-w6rq-6h34-vh7q'} | null |
GHSA | GHSA-q6w2-89hq-hq27 | Cross-site scripting in keycloak | A flaw was found in keycloak in versions before 13.0.0. A Self Stored XSS attack vector escalating to a complete account takeover is possible due to user-supplied data fields not being properly encoded and Javascript code being used to process the data. The highest threat from this vulnerability is to data confidential... | {'CVE-2021-20195'} | 2021-06-08T23:02:43Z | 2021-06-08T23:02:43Z | CRITICAL | 9.6 | {'CWE-20', 'CWE-79'} | {'https://github.com/advisories/GHSA-q6w2-89hq-hq27', 'https://nvd.nist.gov/vuln/detail/CVE-2021-20195', 'https://github.com/keycloak/keycloak/commit/717d9515fa131e3d8c8936e41b2e52270fdec976', 'https://bugzilla.redhat.com/show_bug.cgi?id=1919143'} | null |
GHSA | GHSA-cwcx-rxgc-cmw3 | Prototype pollution in 101 | Prototype pollution vulnerability in '101' versions 1.0.0 through 1.6.3 allows an attacker to cause a denial of service and may lead to remote code execution. | {'CVE-2021-25943'} | 2021-05-25T20:45:17Z | 2021-05-17T20:57:40Z | CRITICAL | 9.8 | {'CWE-1321'} | {'https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25943', 'https://nvd.nist.gov/vuln/detail/CVE-2021-25943', 'https://github.com/advisories/GHSA-cwcx-rxgc-cmw3', 'https://github.com/tjmehta/101/blob/d87f63ce2a4cbdc476e8287abd78327c3144d646/set.js#L52'} | null |
GHSA | GHSA-gjh6-wvhq-h4qx | Cross-site Scripting in FreeTAKServer-UI | FreeTAKServer-UI v1.9.8 was discovered to contain a stored cross-site scripting (XSS) vulnerability via the Callsign parameter. | {'CVE-2022-25507'} | 2022-03-29T21:09:45Z | 2022-03-12T00:00:37Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/FreeTAKTeam/UI/issues/28', 'https://nvd.nist.gov/vuln/detail/CVE-2022-25507', 'https://github.com/advisories/GHSA-gjh6-wvhq-h4qx'} | null |
GHSA | GHSA-p3jx-g34v-q56j | Malicious Package in j3-sha3 | Version 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.
## Recommendation
Remove the package from your environment. Ensure no Ethereum funds were compromised. | null | 2021-09-30T16:31:55Z | 2020-09-03T22:54:02Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://www.npmjs.com/advisories/1276', 'https://github.com/advisories/GHSA-p3jx-g34v-q56j'} | null |
GHSA | GHSA-9pq7-rcxv-47vq | Incorrect Regular Expression in RestSharp | RestSharp < 106.11.8-alpha.0.13 uses a regular expression which is vulnerable to Regular Expression Denial of Service (ReDoS) when converting strings into DateTimes. If a server responds with a malicious string, the client using RestSharp will be stuck processing it for an exceedingly long time. Thus the remote server ... | {'CVE-2021-27293'} | 2021-07-15T20:24:44Z | 2021-07-14T19:10:01Z | HIGH | 7.5 | {'CWE-697', 'CWE-185'} | {'https://github.com/restsharp/RestSharp/issues/1556', 'https://restsharp.dev/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-27293', 'https://github.com/restsharp/RestSharp/commit/be39346784b68048b230790d15333574341143bc', 'https://github.com/advisories/GHSA-9pq7-rcxv-47vq'} | null |
GHSA | GHSA-hjf3-r7gw-9rwg | Moderate severity vulnerability that affects feedparser | Universal Feed Parser (aka feedparser or python-feedparser) before 5.1.2 allows remote attackers to cause a denial of service (memory consumption) via a crafted XML ENTITY declaration in a non-ASCII encoded document. | {'CVE-2012-2921'} | 2021-09-14T17:24:40Z | 2018-07-24T20:00:41Z | MODERATE | 0 | null | {'http://freecode.com/projects/feedparser/releases/344371', 'https://nvd.nist.gov/vuln/detail/CVE-2012-2921', 'https://code.google.com/p/feedparser/source/browse/trunk/NEWS?spec=svn706&r=706', 'http://www.mandriva.com/security/advisories?name=MDVSA-2013:118', 'https://code.google.com/p/feedparser/source/detail?r=703&pa... | null |
GHSA | GHSA-h6rj-8r3c-9gpj | bson is vulnerable to denial of service due to incorrect regex validation | BSON injection vulnerability in the legal? function in BSON (bson-ruby) gem before 3.0.4 for Ruby allows remote attackers to cause a denial of service (resource consumption) or inject arbitrary data via a crafted string. | {'CVE-2015-4412'} | 2022-04-25T22:35:30Z | 2018-03-05T19:43:21Z | CRITICAL | 9.8 | {'CWE-400'} | {'https://nvd.nist.gov/vuln/detail/CVE-2015-4412', 'http://www.securityfocus.com/bid/75045', 'https://github.com/advisories/GHSA-h6rj-8r3c-9gpj', 'https://github.com/mongodb/bson-ruby/compare/7446d7c6764dfda8dc4480ce16d5c023e74be5ca...28f34978a85b689a4480b4d343389bf4886522e7', 'http://www.openwall.com/lists/oss-securit... | null |
GHSA | GHSA-fgfj-rj24-mj7q | Malicious Package in kraken-api | Version 0.1.8 of `kraken-api` contains malicious code as a postinstall script. When installed, the package calls home to a Command and Control server to execute arbitrary commands.
## Recommendation
Any computer that has this package installed or running should be considered fully compromised. All secrets and keys s... | null | 2020-09-02T21:47:08Z | 2020-09-02T21:47:08Z | CRITICAL | 0 | null | {'https://www.npmjs.com/advisories/914', 'https://github.com/advisories/GHSA-fgfj-rj24-mj7q'} | null |
GHSA | GHSA-8xfw-5q82-3652 | Authentication Bypass by CSRF Weakness | ### Impact
CSRF vulnerability that allows user account takeover.
All applications using any version of the frontend component of `spree_auth_devise` are affected if `protect_from_forgery` method is both:
* Executed whether as:
* A before_action callback (the default)
* A prepend_before_action (option prepend: tr... | null | 2022-04-19T19:03:15Z | 2021-11-18T20:15:23Z | CRITICAL | 9.3 | {'CWE-352'} | {'https://github.com/spree/spree_auth_devise/security/advisories/GHSA-8xfw-5q82-3652', 'https://github.com/solidusio/solidus_auth_devise/security/advisories/GHSA-xm34-v85h-9pg2', 'https://github.com/advisories/GHSA-8xfw-5q82-3652'} | null |
GHSA | GHSA-h6rp-8v4j-hwph | High severity vulnerability that affects org.apache.camel:camel-core | The XSLT component in Apache Camel 2.11.x before 2.11.4, 2.12.x before 2.12.3, and possibly earlier versions allows remote attackers to execute arbitrary Java methods via a crafted message. | {'CVE-2014-0003'} | 2021-09-14T15:32:35Z | 2018-10-16T23:13:49Z | HIGH | 0 | null | {'http://secunia.com/advisories/57719', 'http://camel.apache.org/security-advisories.data/CVE-2014-0003.txt.asc', 'http://rhn.redhat.com/errata/RHSA-2014-0245.html', 'http://rhn.redhat.com/errata/RHSA-2014-0254.html', 'http://secunia.com/advisories/57125', 'http://secunia.com/advisories/57716', 'http://rhn.redhat.com/e... | null |
GHSA | GHSA-v3px-6cc8-f8j3 | Path traversal in servey | A path traversal vulnerability in servey versions prior to 3.3.2 allows an attacker to read content of any arbitrary file. | {'CVE-2020-8214'} | 2021-05-07T15:56:19Z | 2021-05-07T15:56:19Z | HIGH | 7.5 | {'CWE-22'} | {'https://hackerone.com/reports/355501', 'https://nvd.nist.gov/vuln/detail/CVE-2020-8214', 'https://github.com/advisories/GHSA-v3px-6cc8-f8j3'} | null |
GHSA | GHSA-6v52-mj5r-7j2m | Moderate severity vulnerability that affects org.apache.tomcat.embed:tomcat-embed-core | If an async request was completed by the application at the same time as the container triggered the async timeout, a race condition existed that could result in a user seeing a response intended for a different user. An additional issue was present in the NIO and NIO2 connectors that did not correctly track the closur... | {'CVE-2018-8037'} | 2021-09-02T18:25:31Z | 2018-10-17T16:33:02Z | MODERATE | 5.9 | {'CWE-362'} | {'http://mail-archives.us.apache.org/mod_mbox/www-announce/201808.mbox/%3C0c616b4d-4e81-e7f8-b81d-1bb4c575aa33%40apache.org%3E', 'https://access.redhat.com/errata/RHSA-2018:2868', 'https://lists.apache.org/thread.html/eb6efa8d59c45a7a9eff94c4b925467d3b3fec8ba7697f3daa314b04@%3Cdev.tomcat.apache.org%3E', 'https://lists.... | null |
GHSA | GHSA-3fc5-9x9m-vqc4 | Privilege Escalation in express-cart | Versions of `express-cart` before 1.1.6 are vulnerable to privilege escalation. This vulnerability can be exploited so that normal users can escalate their privilege and add new administrator users.
## Recommendation
Update to version 1.1.6 or later. | null | 2021-08-04T21:25:59Z | 2019-06-03T17:31:32Z | CRITICAL | 9.8 | null | {'https://github.com/nodejs/security-wg/blob/master/vuln/npm/469.json', 'https://www.npmjs.com/advisories/730', 'https://hackerone.com/reports/343626', 'https://snyk.io/vuln/npm:express-cart:20180712', 'https://github.com/advisories/GHSA-3fc5-9x9m-vqc4', 'https://github.com/mrvautin/expressCart/commit/baccaae9b0b72f00b... | null |
GHSA | GHSA-mw25-f5r2-hpc6 | Insertion of Sensitive Information into Log File in Apache Geode | Apache Geode versions up to 1.12.4 and 1.13.4 are vulnerable to a log file redaction of sensitive information flaw when using values that begin with characters other than letters or numbers for passwords and security properties with the prefix "sysprop-", "javax.net.ssl", or "security-". This issue is fixed by overhaul... | {'CVE-2021-34797'} | 2022-01-13T18:33:07Z | 2022-01-06T22:23:25Z | HIGH | 0 | {'CWE-532'} | {'https://lists.apache.org/thread/p4l0g49rzzzpn8yt9q9p0xp52h3zmsmk', 'https://lists.apache.org/thread/nq2w9gjzm1cjx1rh6zw41ty39qw7qpx4', 'https://github.com/advisories/GHSA-mw25-f5r2-hpc6', 'https://nvd.nist.gov/vuln/detail/CVE-2021-34797'} | null |
GHSA | GHSA-mc23-976p-j42x | Low severity vulnerability that affects xterm | A remote code execution vulnerability exists in Xterm.js when the component mishandles special characters, aka "Xterm Remote Code Execution Vulnerability." This affects xterm.js. | {'CVE-2019-0542'} | 2021-09-15T18:49:27Z | 2019-01-14T16:19:55Z | LOW | 0 | null | {'https://nvd.nist.gov/vuln/detail/CVE-2019-0542', 'https://github.com/advisories/GHSA-mc23-976p-j42x'} | null |
GHSA | GHSA-h8hx-2c5r-32cf | Cross-Site Request Forgery (CSRF) in trestle-auth | ### Impact
A vulnerability in trestle-auth versions 0.4.0 and 0.4.1 allows an attacker to create a form that will bypass Rails' built-in CSRF protection when submitted by a victim with a trestle-auth admin session. This potentially allows an attacker to alter protected data, including admin account credentials.
### Pa... | {'CVE-2021-29435'} | 2022-04-19T19:02:54Z | 2021-04-13T17:01:50Z | HIGH | 8.1 | {'CWE-352'} | {'https://github.com/TrestleAdmin/trestle-auth/commit/cb95b05cdb2609052207af07b4b8dfe3a23c11dc', 'https://github.com/advisories/GHSA-h8hx-2c5r-32cf', 'https://rubygems.org/gems/trestle-auth', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29435', 'https://github.com/TrestleAdmin/trestle-auth/security/advisories/GHSA-h8hx-2... | null |
GHSA | GHSA-487w-pqcm-63hq | Command injection in buns | There is a command injection vulnerability in all versions of package buns. The injection point is located in line 678 in index file lib/index.js in the exported function install(requestedModule). | {'CVE-2020-7794'} | 2021-01-25T15:33:52Z | 2021-01-13T18:22:13Z | CRITICAL | 0 | {'CWE-77', 'CWE-78'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-7794', 'https://github.com/advisories/GHSA-487w-pqcm-63hq', 'https://snyk.io/vuln/SNYK-JS-BUNS-1050389'} | null |
GHSA | GHSA-6g6m-m6h5-w9gf | Authorization bypass in express-jwt | ### Overview
Versions before and including 5.3.3, we are not enforcing the **algorithms** entry to be specified in the configuration.
When **algorithms** is not specified in the configuration, with the combination of jwks-rsa, it may lead to authorization bypass.
### Am I affected?
You are affected by this vulnerabil... | {'CVE-2020-15084'} | 2021-01-07T23:49:23Z | 2020-06-30T16:05:24Z | HIGH | 7.7 | {'CWE-285'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-15084', 'https://github.com/advisories/GHSA-6g6m-m6h5-w9gf', 'https://github.com/auth0/express-jwt/commit/7ecab5f8f0cab5297c2b863596566eb0c019cdef', 'https://github.com/auth0/express-jwt/security/advisories/GHSA-6g6m-m6h5-w9gf'} | null |
GHSA | GHSA-g53w-52xc-2j85 | Cross-Site Scripting in react | Affected versions of `react` are vulnerable to Cross-Site Scripting (XSS). The package fails to properly sanitize input used to create keys. This may allow attackers to execute arbitrary JavaScript if a key is generated from user input.
## Recommendation
If you are using `react` 0.5.x, upgrade to version 0.5.2 or la... | {'CVE-2013-7035'} | 2021-10-04T19:11:02Z | 2020-09-04T16:52:57Z | MODERATE | 6.5 | {'CWE-79'} | {'https://reactjs.org/blog/2013/12/18/react-v0.5.2-v0.4.2.html', 'https://snyk.io/vuln/npm:react:20131217', 'https://nvd.nist.gov/vuln/detail/CVE-2013-7035', 'https://github.com/advisories/GHSA-g53w-52xc-2j85', 'https://www.npmjs.com/advisories/1420'} | null |
GHSA | GHSA-fv48-hjhp-94c7 | Incorrect Authorization in TeamPass | The REST API functions in TeamPass 2.1.27.36 allow any user with a valid API token to bypass IP address whitelist restrictions via an X-Forwarded-For client HTTP header to the getIp function. | {'CVE-2020-12477'} | 2021-07-26T21:20:38Z | 2021-07-26T21:20:38Z | HIGH | 7.5 | {'CWE-863'} | {'https://github.com/advisories/GHSA-fv48-hjhp-94c7', 'https://nvd.nist.gov/vuln/detail/CVE-2020-12477', 'https://github.com/nilsteampassnet/TeamPass/issues/2761'} | null |
GHSA | 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-04-19T19:02:37Z | 2022-02-11T23:27:39Z | MODERATE | 6.1 | {'CWE-522'} | {'https://usn.ubuntu.com/4589-2/', 'https://github.com/containerd/containerd/commit/1ead8d9deb3b175bf40413b8c47b3d19c2262726', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15157', 'https://usn.ubuntu.com/4589-1/', 'https://darkbit.io/blog/cve-2020-15157-containerdrip', 'https://github.com/advisories/GHSA-742w-89gc-8m9c',... | null |
GHSA | GHSA-hvv8-336g-rx3m | A Server-Side Forgery Request can be activated unmarshalling with XStream to access data streams from an arbitrary URL referencing a resource in an intranet or the local host | ### Impact
The processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery re... | {'CVE-2021-21342'} | 2022-02-10T11:35:18Z | 2021-03-22T23:28:01Z | MODERATE | 5.3 | {'CWE-502', 'CWE-918'} | {'https://github.com/advisories/GHSA-hvv8-336g-rx3m', 'https://x-stream.github.io/security.html#workaround', 'https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/', 'https://... | null |
GHSA | GHSA-v47f-vp3p-5j6h | "Cross-site scripting in ThinkAdmin" | "ThinkAdmin version v6 has a stored XSS vulnerability which allows remote attackers to inject an arbitrary web script or HTML." | {'CVE-2020-29315'} | 2021-05-06T18:53:46Z | 2021-05-06T18:53:46Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/advisories/GHSA-v47f-vp3p-5j6h', 'https://nvd.nist.gov/vuln/detail/CVE-2020-29315', 'https://github.com/zoujingli/ThinkAdmin/issues/255'} | null |
GHSA | GHSA-c6fm-rgw4-8q73 | Moderate severity vulnerability that affects CoAPthon3 | The Serialize.deserialize() method in CoAPthon3 1.0 and 1.0.1 mishandles certain exceptions, leading to a denial of service in applications that use this library (e.g., the standard CoAP server, CoAP client, example collect CoAP server and client) when they receive crafted CoAP messages. | {'CVE-2018-12679'} | 2021-09-08T21:29:59Z | 2019-04-08T15:18:57Z | HIGH | 7.5 | {'CWE-502'} | {'https://github.com/Tanganelli/CoAPthon3/issues/16', 'https://github.com/advisories/GHSA-c6fm-rgw4-8q73', 'https://nvd.nist.gov/vuln/detail/CVE-2018-12679'} | null |
GHSA | GHSA-5822-pw57-vv37 | XSS vulnerability when listing users on add & modify server pages. | ### Impact
An XSS vulnerability exists in versions of Pterodactyl Panel before 0.7.19. Affected versions do not properly sanitize account names before rendering them to the dropdown selector in the admin area when creating or modifying a server.
### Patches
This XSS has been addressed in 0.7.19 and will be rolled forw... | null | 2022-04-19T19:02:36Z | 2020-10-08T20:13:19Z | MODERATE | 0 | {'CWE-79'} | {'https://github.com/advisories/GHSA-5822-pw57-vv37', 'https://github.com/pterodactyl/panel/security/advisories/GHSA-5822-pw57-vv37'} | null |
GHSA | GHSA-gm9x-q798-hmr4 | Command Injection in git-tags-remote | All versions of `git-tags-remote ` are vulnerable to Command Injection. The package fails to sanitize the repository input and passes it directly to an `exec` call on the `get` function . This may allow attackers to execute arbitrary code in the system if the `repo` value passed to the function is user-controlled.
T... | null | 2021-09-23T17:26:33Z | 2020-07-29T14:53:40Z | HIGH | 7.2 | {'CWE-78'} | {'https://github.com/sh0ji/git-tags-remote/commit/a20488960cbd2c98455386108253094897ebfc1c', 'https://github.com/advisories/GHSA-gm9x-q798-hmr4', 'https://www.npmjs.com/advisories/1517', 'https://github.com/sh0ji/git-tags-remote/issues/58'} | null |
GHSA | GHSA-4q79-fch7-g78q | Downloads Resources over HTTP in grunt-webdriver-qunit | Affected versions of `grunt-webdriver-qunit` insecurely download an executable over an unencrypted HTTP connection.
In scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system runn... | {'CVE-2016-10606'} | 2021-01-08T19:54:31Z | 2019-02-18T23:48:11Z | HIGH | 0 | {'CWE-311'} | {'https://nodesecurity.io/advisories/207', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10606', 'https://github.com/advisories/GHSA-4q79-fch7-g78q', 'https://www.npmjs.com/advisories/207'} | null |
GHSA | GHSA-pmw4-jgxx-pcq9 | File System Bounds Escape | ### Impact
Clients of FTP servers utilizing `ftp-srv` hosted on Windows machines can escape the FTP user's defined root folder using the expected FTP commands, for example, `CWD` and `UPDR`.
### Background
When windows separators exist within the path (`\`), `path.resolve` leaves the upper pointers intact and allow... | {'CVE-2020-26299'} | 2022-04-19T19:02:43Z | 2021-02-10T18:11:34Z | MODERATE | 0 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-26299', 'https://github.com/autovance/ftp-srv/security/advisories/GHSA-pmw4-jgxx-pcq9', 'https://github.com/autovance/ftp-srv/issues/225', 'https://github.com/advisories/GHSA-pmw4-jgxx-pcq9', 'https://github.com/autovance/ftp-srv/pull/224', 'https://www.npmjs.com/package/ftp-... | null |
GHSA | GHSA-86g5-2wh3-gc9j | Critical severity vulnerability that affects actionview | # File Content Disclosure in Action View
Impact
------
There is a possible file content disclosure vulnerability in Action View.
Specially crafted accept headers in combination with calls to `render file:`
can cause arbitrary files on the target server to be rendered, disclosing the
file contents.
The impact is... | {'CVE-2019-5418'} | 2021-06-11T15:18:45Z | 2019-03-13T17:26:59Z | HIGH | 7.5 | {'CWE-22'} | {'https://access.redhat.com/errata/RHSA-2019:1149', 'https://access.redhat.com/errata/RHSA-2019:1147', 'https://groups.google.com/forum/#!topic/rubyonrails-security/pFRKI96Sm8Q', 'https://nvd.nist.gov/vuln/detail/CVE-2019-5418', 'https://groups.google.com/forum/#!topic/rubyonrails-security/zRNVOUhKHrg', 'https://access... | null |
GHSA | GHSA-6xg2-cf6h-x4v8 | Malicious Package in buffer-por | Version 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.
## Recommendation
Remove the package from your environment. Ensure no Ethereum funds were compromised. | null | 2021-09-29T20:58:55Z | 2020-09-03T21:53:05Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://www.npmjs.com/advisories/1243', 'https://github.com/advisories/GHSA-6xg2-cf6h-x4v8'} | null |
GHSA | GHSA-5fvx-2jj3-6mff | Insufficiently Protected Credentials in Elasticsearch | Elasticsearch versions 7.7.0 to 7.10.1 contain an information disclosure flaw in the async search API. Users who execute an async search will improperly store the HTTP headers. An Elasticsearch user with the ability to read the .tasks index could obtain sensitive request headers of other users in the cluster. This issu... | {'CVE-2021-22132'} | 2022-04-22T18:16:03Z | 2021-03-18T19:27:27Z | MODERATE | 4.8 | {'CWE-522'} | {'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://discuss.elastic.co/t/elasticsearch-7-10-2-security-update/261164', 'https://nvd.nist.gov/vuln/detail/CVE-2021-22132', 'https://security.netapp.com/advisory/ntap-20210219-0004/', 'https://github.com/advisories/GHSA-5fvx-2jj3-6mff'} | null |
GHSA | GHSA-8pww-pp5r-rff8 | Path Traversal in marscode | This affects all versionsup to and including version 1.0.1-0 of package marscode. There is no path sanitization in the path provided at fs.readFile in index.js. | {'CVE-2020-7681'} | 2021-05-07T16:06:03Z | 2021-05-07T16:06:03Z | HIGH | 7.5 | {'CWE-22'} | {'https://github.com/advisories/GHSA-8pww-pp5r-rff8', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7681', 'https://snyk.io/vuln/SNYK-JS-MARSCODE-590122'} | null |
GHSA | GHSA-936x-wgqv-hhgq | Authenticated path traversal in Umbraco CMS | An authenticated path traversal vulnerability exists during package installation in Umbraco CMS <= 8.9.1 or current, which could result in arbitrary files being written outside of the site home and expected paths when installing an Umbraco package. | {'CVE-2020-5811'} | 2021-09-01T19:35:34Z | 2021-04-13T15:51:33Z | MODERATE | 6.5 | {'CWE-22'} | {'https://www.tenable.com/security/research/tra-2020-59', 'http://packetstormsecurity.com/files/163965/Umbraco-CMS-8.9.1-Traversal-Arbitrary-File-Write.html', 'https://github.com/advisories/GHSA-936x-wgqv-hhgq', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5811'} | null |
GHSA | GHSA-j7mj-748x-7p78 | DOS attack in Pillow when processing specially crafted image files | An issue was discovered in Pillow before 6.2.0. When reading specially crafted invalid image files, the library can either allocate very large amounts of memory or take an extremely long period of time to process the image. | {'CVE-2019-16865'} | 2021-08-18T21:51:24Z | 2019-10-22T14:40:42Z | HIGH | 7.5 | {'CWE-770'} | {'https://access.redhat.com/errata/RHSA-2020:0580', 'https://access.redhat.com/errata/RHSA-2020:0578', 'https://nvd.nist.gov/vuln/detail/CVE-2019-16865', 'https://usn.ubuntu.com/4272-1/', 'https://www.debian.org/security/2020/dsa-4631', 'https://access.redhat.com/errata/RHSA-2020:0681', 'https://access.redhat.com/errat... | null |
GHSA | GHSA-4hm7-73ch-vm59 | Malicious Package in buffer-8or | Version 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.
## Recommendation
Remove the package from your environment. Ensure no Ethereum funds were compromised. | null | 2021-09-29T20:58:16Z | 2020-09-03T21:49:43Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://github.com/advisories/GHSA-4hm7-73ch-vm59', 'https://www.npmjs.com/advisories/1241'} | null |
GHSA | GHSA-rfcf-m67m-jcrq | Authentication granted to all firewalls instead of just one | Description
-----------
When an application defines multiple firewalls, the authenticated token delivered by one of the firewalls is available to all other firewalls. This can be abused when the application defines different providers for different parts of an application. In such a situation, a user authenticated on ... | {'CVE-2021-32693'} | 2022-04-19T19:03:00Z | 2021-06-21T17:03:44Z | HIGH | 6.8 | {'CWE-287'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-32693', 'https://github.com/symfony/symfony/security/advisories/GHSA-rfcf-m67m-jcrq', 'https://github.com/advisories/GHSA-rfcf-m67m-jcrq', 'https://symfony.com/blog/cve-2021-32693-authentication-granted-to-all-firewalls-instead-of-just-one', 'https://github.com/symfony/securi... | null |
GHSA | GHSA-qv8q-v995-72gr | Validation bypass vulnerability | Back in min June a security vulnerability was reported to the team, the reason for the slow response was due to ownership of some packages
was locked and we wanted to be sure to update all packages before any disclosure was released.
The issue is deemed being a Low severity vulnerability.
### Impact
This vulnerabili... | null | 2020-09-09T17:29:38Z | 2020-09-09T17:29:38Z | LOW | 0 | null | {'https://github.com/personnummer/csharp/security/advisories/GHSA-qv8q-v995-72gr', 'https://github.com/personnummer/csharp/commit/d7ac9b60a3677cd841a488b4f82ac6930f168699', 'https://www.nuget.org/packages/Personnummer/', 'https://github.com/advisories/GHSA-qv8q-v995-72gr'} | null |
GHSA | GHSA-hcxx-mp6g-6gr9 | Opencast publishes global system account credentials | The issue was mostly mitigated before, drastically reducing the risk. See references below for more information.
### Impact
Opencast before version 10.6 will try to authenticate against any external services listed in a media package when it is trying to access the files, sending the global system user's credentials,... | {'CVE-2018-16153'} | 2022-04-19T19:03:17Z | 2021-12-14T21:43:48Z | LOW | 0 | {'CWE-200', 'CWE-522'} | {'https://github.com/opencast/opencast/security/advisories/GHSA-hcxx-mp6g-6gr9', 'https://github.com/opencast/opencast/commit/776d5588f39c61eb04c03bb955416c4f77629d51', 'https://github.com/advisories/GHSA-hcxx-mp6g-6gr9', 'https://docs.opencast.org/r/10.x/admin/#changelog/#opencast-106'} | null |
GHSA | GHSA-gg2g-m5wc-vccq | Rebuild-bot workflow may allow unauthorised repository modifications | ### Impact
`projen` is a project generation tool that synthesizes project configuration files such as `package.json`, `tsconfig.json`, `.gitignore`, GitHub Workflows, `eslint`, `jest`, and more, from a well-typed definition written in JavaScript. Users of projen's `NodeProject` project type (including any project type... | {'CVE-2021-21423'} | 2021-04-16T22:53:31Z | 2021-04-06T18:36:40Z | HIGH | 9.4 | {'CWE-527'} | {'https://github.com/advisories/GHSA-gg2g-m5wc-vccq', 'https://github.com/projen/projen/commit/36030c6a4b1acd0054673322612e7c70e9446643', 'https://www.npmjs.com/package/projen', 'https://github.com/projen/projen/security/advisories/GHSA-gg2g-m5wc-vccq', 'https://nvd.nist.gov/vuln/detail/CVE-2021-21423'} | null |
GHSA | 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:52Z | 2022-05-04T18:04:07Z | CRITICAL | 9.9 | {'CWE-22'} | {'https://github.com/fluxcd/pkg/commit/0ec014baf417fd3879d366a45503a548b9267d2a', 'https://github.com/fluxcd/kustomize-controller/commit/f4528fb25d611da94e491346bea056d5c5c3611f', 'https://github.com/advisories/GHSA-j77r-2fxf-5jrw', 'https://github.com/fluxcd/flux2/security/advisories/GHSA-j77r-2fxf-5jrw'} | null |
GHSA | GHSA-mcg9-64cp-xwp7 | Server-Side Request Forgery in Hawt Hawtio | Hawt Hawtio through 2.5.0 is vulnerable to SSRF, allowing a remote attacker to trigger an HTTP request from an affected server to an arbitrary host via the initial /proxy/ substring of a URI. | {'CVE-2019-9827'} | 2021-08-17T15:47:24Z | 2019-07-05T21:08:09Z | CRITICAL | 9.8 | {'CWE-918'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-9827', 'https://github.com/advisories/GHSA-mcg9-64cp-xwp7', 'https://www.ciphertechs.com/hawtio-advisory/'} | null |
GHSA | GHSA-c4w7-xm78-47vh | Prototype Pollution in y18n | ### Overview
The npm package `y18n` before versions 3.2.2, 4.0.1, and 5.0.5 is vulnerable to Prototype Pollution.
### POC
```
const y18n = require('y18n')();
y18n.setLocale('__proto__');
y18n.updateLocale({polluted: true});
console.log(polluted); // true
```
### Recommendation
Upgrade to version 3.2.2, 4.0.1, 5... | {'CVE-2020-7774'} | 2022-04-20T19:14:19Z | 2021-03-29T16:05:12Z | HIGH | 7.3 | {'CWE-20', 'CWE-915'} | {'https://github.com/yargs/y18n/pull/108', 'https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf', 'https://snyk.io/vuln/SNYK-JS-Y18N-1021887', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7774', 'https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1038306', 'https://github.com/yargs/y18n/issues/96', 'https://github.c... | null |
GHSA | 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:21Z | 2021-06-08T20:09:36Z | HIGH | 8.8 | {'CWE-281'} | {'https://bugzilla.redhat.com/show_bug.cgi?id=1947361', 'https://github.com/kiali/kiali-operator/pull/278', 'https://kiali.io/news/security-bulletins/kiali-security-003/', 'https://github.com/advisories/GHSA-mv55-23xp-3wp8', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3495'} | null |
GHSA | GHSA-jff3-mwp3-f8cw | Exposure of Sensitive Information to an Unauthorized Actor in Products.GenericSetup | ### Impact
_What kind of vulnerability is it? Who is impacted?_
Information disclosure vulnerability - anonymous visitors may view log and snapshot files generated by the Generic Setup Tool.
### Patches
_Has the problem been patched? What versions should users upgrade to?_
The problem has been fixed in version 2.1.1... | {'CVE-2021-21360'} | 2022-04-19T19:02:49Z | 2021-03-09T00:38:31Z | LOW | 0 | {'CWE-200'} | {'https://github.com/zopefoundation/Products.GenericSetup/commit/700319512b3615b3871a1f24e096cf66dc488c57', 'http://www.openwall.com/lists/oss-security/2021/05/21/1', 'https://github.com/zopefoundation/Products.GenericSetup/security/advisories/GHSA-jff3-mwp3-f8cw', 'https://pypi.org/project/Products.GenericSetup/', 'ht... | null |
GHSA | GHSA-8wgc-jjvv-cv6v | Improper Authorization in loopback | Vulnerable versions of `loopback` may allow attackers to create Authentication Tokens on behalf of other users due to Improper Authorization. If the AccessToken model is publicly exposed, an attacker can create Authorization Tokens for any user as long as they know the target's `userId`. This will allow the attacker to... | null | 2021-09-27T15:44:09Z | 2020-09-02T15:54:52Z | HIGH | 0 | {'CWE-285'} | {'https://loopback.io/doc/en/lb3/Security-advisory-08-08-2018.html]', 'https://github.com/strongloop/loopback', 'https://www.npmjs.com/advisories/771', 'https://github.com/advisories/GHSA-8wgc-jjvv-cv6v', 'https://loopback.io/doc/en/lb2/Security-advisory-08-08-2018.html]'} | null |
GHSA | GHSA-2r6q-6c8c-g762 | Data races in toolshed | An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell<T>, the Send trait lacks bounds on the contained type. | {'CVE-2020-36456'} | 2021-08-25T20:58:03Z | 2021-08-25T20:58:03Z | HIGH | 8.1 | {'CWE-362', 'CWE-77'} | {'https://github.com/ratel-rust/toolshed/issues/12', 'https://github.com/advisories/GHSA-2r6q-6c8c-g762', 'https://rustsec.org/advisories/RUSTSEC-2020-0136.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36456'} | null |
GHSA | GHSA-79qm-h35f-hr77 | OS Command Injection in compile-sass | compile-sass prior to 1.0.5 allows execution of arbritary commands. The function "setupCleanupOnExit(cssPath)" within "dist/index.js" is executed as part of the "rm" command without any sanitization. | {'CVE-2019-10799'} | 2022-01-04T19:50:38Z | 2021-04-13T15:23:13Z | HIGH | 9.8 | {'CWE-78'} | {'https://snyk.io/vuln/SNYK-JS-RPI-548942', 'https://github.com/advisories/GHSA-79qm-h35f-hr77', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10799', 'https://github.com/eiskalteschatten/compile-sass/commit/d9ada7797ff93875b6466dea7a78768e90a0f8d2', 'https://snyk.io/vuln/SNYK-JS-COMPILESASS-551804'} | null |
GHSA | GHSA-588m-9qg5-35pq | Reverse Tabnabbing in quill | Versions of `quill` prior to 1.3.7 are vulnerable to [Reverse Tabnabbing](https://www.owasp.org/index.php/Reverse_Tabnabbing). The package uses `target='_blank'` in anchor tags, allowing attackers to access `window.opener` for the original page when opening links. This is commonly used for phishing attacks.
## Recomm... | null | 2021-09-28T22:07:00Z | 2020-09-03T17:19:09Z | MODERATE | 6.5 | {'CWE-1022'} | {'https://github.com/quilljs/quill/pull/2674', 'https://github.com/quilljs/quill/issues/2438', 'https://github.com/advisories/GHSA-588m-9qg5-35pq', 'https://www.npmjs.com/advisories/1039'} | null |
GHSA | GHSA-r64m-qchj-hrjp | Webcache Poisoning in shopware/platform and shopware/core | ### Impact
Webcache Poisoning via X-Forwarded-Prefix and sub-request
### Patches
We recommend updating to the current version 6.4.6.1. You can get the update to 6.4.6.1 regularly via the Auto-Updater or directly via the download overview.
https://www.shopware.com/en/download/#shopware-6
Workarounds
For older version... | null | 2021-11-24T20:05:19Z | 2021-11-24T20:05:19Z | CRITICAL | 0 | {'CWE-444'} | {'https://github.com/shopware/platform/commit/9062f15450d183f2c666664841efd4f5ef25e0f3', 'https://github.com/advisories/GHSA-r64m-qchj-hrjp', 'https://github.com/shopware/platform/security/advisories/GHSA-r64m-qchj-hrjp'} | null |
GHSA | GHSA-43gj-mj2w-wh46 | Cross-Site Scripting in TYPO3 CMS Form Engine | In TYPO3 CMS greater than or equal to 9.0.0 and less than 9.5.17 and greater than or equal to 10.0.0 and less than 10.4.2, it has been discovered that HTML `placeholder` attributes containing data of other database records are vulnerable to cross-site scripting. A valid backend user account is needed to exploit this vu... | {'CVE-2020-11064'} | 2022-04-19T19:02:30Z | 2020-05-13T23:17:48Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/advisories/GHSA-43gj-mj2w-wh46', 'https://github.com/TYPO3/TYPO3.CMS/security/advisories/GHSA-43gj-mj2w-wh46', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11064'} | null |
GHSA | GHSA-h232-fpqx-mqgr | Malicious Package in log-symboles | Version 2.1.0 of `log-symboles` contains malicious code as a preinstall script. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When installed, the package downloads a file from a remote server, executes it and opens a backdoor.
## Recommendatio... | null | 2021-09-29T20:45:12Z | 2020-09-03T21:03:15Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://www.npmjs.com/advisories/1195', 'https://github.com/advisories/GHSA-h232-fpqx-mqgr'} | null |
GHSA | GHSA-fxp8-7h5w-h235 | XSS in search engine | In the Alkacon OpenCms Apollo Template 10.5.4 and 10.5.5, there is XSS in the search engine. | {'CVE-2019-13234'} | 2021-08-18T22:27:15Z | 2019-11-12T22:58:11Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/advisories/GHSA-fxp8-7h5w-h235', 'https://github.com/alkacon/apollo-template/commits/branch_10_5_x', 'https://aetsu.github.io/OpenCms', 'http://packetstormsecurity.com/files/154298/Alkacon-OpenCMS-10.5.x-Cross-Site-Scripting.html', 'https://nvd.nist.gov/vuln/detail/CVE-2019-13234'} | null |
GHSA | 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:09Z | 2022-03-02T21:33:17Z | HIGH | 7.5 | {'CWE-200'} | {'https://github.com/containerd/containerd/releases/tag/v1.5.10', 'http://packetstormsecurity.com/files/166421/containerd-Image-Volume-Insecure-Handling.html', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HFTS2EF3S7HNYSNZSEJZIJHPRU7OPUV3/', 'https://github.com/containe... | null |
GHSA | GHSA-8r8j-xvfj-36f9 | Code injection in ymlref | ymlref allows code injection. | {'CVE-2018-20133'} | 2022-03-24T22:06:30Z | 2018-12-19T19:25:14Z | CRITICAL | 9.8 | {'CWE-94'} | {'https://github.com/dexter2206/ymlref/issues/2', 'https://nvd.nist.gov/vuln/detail/CVE-2018-20133', 'https://github.com/advisories/GHSA-8r8j-xvfj-36f9'} | null |
GHSA | GHSA-m57p-p67h-mq74 | Command Injection Vulnerability in systeminformation | ### Impact
command injection vulnerability
### Patches
Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.31.1
### Workarounds
If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to si.inetLatency()
### For more information
If you have any q... | {'CVE-2020-26274'} | 2020-12-17T01:41:17Z | 2020-12-16T19:25:00Z | MODERATE | 6.4 | {'CWE-78'} | {'https://www.npmjs.com/package/systeminformation', 'https://github.com/sebhildebrandt/systeminformation/commit/1faadcbf68f1b1fdd5eb2054f68fc932be32ac99', 'https://github.com/advisories/GHSA-m57p-p67h-mq74', 'https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-m57p-p67h-mq74', 'https://nvd.nist... | null |
GHSA | GHSA-6fcr-9h9g-23fq | Denial of Service in ipfs-bitswap | Versions of `ipfs-bitswap` prior to 0.24.1 are vulnerable to Denial of Service (DoS). The package put unwanted blocks in the blockstore, which could be used to exhaust system resources in specific conditions.
## Recommendation
Upgrade to version 0.24.1 or later. | null | 2021-09-27T22:31:00Z | 2020-09-02T21:50:51Z | MODERATE | 5.9 | {'CWE-400'} | {'https://github.com/advisories/GHSA-6fcr-9h9g-23fq', 'https://www.npmjs.com/advisories/916', 'https://github.com/ipfs/js-ipfs-bitswap/pull/194', 'https://snyk.io/vuln/SNYK-JS-IPFSBITSWAP-174847'} | null |
GHSA | GHSA-w4x9-4f5x-8jj8 | Low severity vulnerability that affects org.apache.hive:hive-exec, org.apache.hive:hive, and org.apache.hive:hive-service | Apache Hive before 0.13.1, when in SQL standards based authorization mode, does not properly check the file permissions for (1) import and (2) export statements, which allows remote authenticated users to obtain sensitive information via a crafted URI. | {'CVE-2014-0228'} | 2021-09-21T16:19:48Z | 2018-11-21T22:23:29Z | LOW | 0 | {'CWE-284'} | {'http://mail-archives.apache.org/mod_mbox/hive-user/201406.mbox/%3CCABgNGzeN7E+9d=YV5yvnKA7wmSx1op_avtUjPcPtDaR6DLJM6g@mail.gmail.com%3E', 'http://packetstormsecurity.com/files/127091/Apache-Hive-0.13.0-Authorization-Failure.html', 'https://github.com/advisories/GHSA-w4x9-4f5x-8jj8', 'https://nvd.nist.gov/vuln/detail/... | null |
GHSA | GHSA-j4mr-9xw3-c9jx | Out-of-bounds Read in base64-url | Versions of `base64-url` before 2.0.0 are vulnerable to out-of-bounds read as it allocates uninitialized Buffers when number is passed in input.
## Recommendation
Update to version 2.0.0 or later. | null | 2021-08-04T20:24:59Z | 2019-05-31T23:47:01Z | HIGH | 0 | {'CWE-125'} | {'https://www.npmjs.com/advisories/660', 'https://hackerone.com/reports/321692', 'https://nodesecurity.io/advisories/660', 'https://github.com/advisories/GHSA-j4mr-9xw3-c9jx'} | null |
GHSA | GHSA-rp65-9cf3-cjxr | Inefficient Regular Expression Complexity in nth-check | nth-check is vulnerable to Inefficient Regular Expression Complexity | {'CVE-2021-3803'} | 2021-09-20T20:47:31Z | 2021-09-20T20:47:31Z | MODERATE | 7.5 | {'CWE-1333'} | {'https://github.com/advisories/GHSA-rp65-9cf3-cjxr', 'https://huntr.dev/bounties/8cf8cc06-d2cf-4b4e-b42c-99fafb0b04d0', 'https://github.com/fb55/nth-check/commit/9894c1d2010870c351f66c6f6efcf656e26bb726', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3803'} | null |
GHSA | GHSA-c4rh-4376-gff4 | Improper certificate management in AWS IoT Device SDK v2 | The AWS IoT Device SDK v2 for Java, Python, C++ and Node.js appends a user supplied Certificate Authority (CA) to the root CAs instead of overriding it on Unix systems. TLS handshakes will thus succeed if the peer can be verified either from the user-supplied CA or the system’s default trust-store. Attackers with acces... | {'CVE-2021-40830'} | 2021-12-03T15:22:05Z | 2021-11-24T21:12:04Z | MODERATE | 6.3 | {'CWE-295'} | {'https://github.com/aws/aws-iot-device-sdk-cpp-v2', 'https://github.com/aws/aws-iot-device-sdk-python-v2', 'https://github.com/aws/aws-iot-device-sdk-js-v2', 'https://nvd.nist.gov/vuln/detail/CVE-2021-40830', 'https://github.com/aws/aws-iot-device-sdk-js-v2/commit/53a36e3ac203291494120604d416b6de59177cac', 'https://gi... | null |
GHSA | GHSA-j28r-j54m-gpc4 | Code Injection in SLO Generator | SLO generator allows for loading of YAML files that if crafted in a specific format can allow for code execution within the context of the SLO Generator. We recommend upgrading SLO Generator past https://github.com/google/slo-generator/pull/173 | {'CVE-2021-22557'} | 2021-10-18T18:40:16Z | 2021-10-05T17:53:59Z | MODERATE | 5.3 | {'CWE-94'} | {'http://packetstormsecurity.com/files/164426/Google-SLO-Generator-2.0.0-Code-Execution.html', 'https://github.com/google/slo-generator/pull/173', 'https://github.com/advisories/GHSA-j28r-j54m-gpc4', 'https://github.com/google/slo-generator/releases/tag/v2.0.1', 'https://nvd.nist.gov/vuln/detail/CVE-2021-22557'} | null |
GHSA | GHSA-w542-cpp9-r3g7 | CSRF in Field Test | The Field Test dashboard is vulnerable to cross-site request forgery (CSRF) with non-session based authentication methods in versions v0.2.0 through v0.3.2.
## Impact
The Field Test dashboard is vulnerable to CSRF with non-session based authentication methods, like basic authentication. Session-based authentication me... | {'CVE-2020-16252'} | 2022-04-19T19:03:24Z | 2020-08-05T14:53:34Z | MODERATE | 4.3 | {'CWE-352'} | {'https://github.com/rubysec/ruby-advisory-db/blob/master/gems/field_test/CVE-2020-16252.yml', 'https://github.com/ankane/field_test/issues/28', 'https://rubygems.org/gems/field_test', 'https://github.com/advisories/GHSA-w542-cpp9-r3g7', 'https://nvd.nist.gov/vuln/detail/CVE-2020-16252', 'https://github.com/ankane/fiel... | null |
GHSA | GHSA-5mcr-gq6c-3hq2 | Local Information Disclosure Vulnerability in Netty on Unix-Like systems | ### Impact
When netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled.
The CVSSv3.1 score of this vulnerability is calculated to be a [6.2/10](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=A... | {'CVE-2021-21290'} | 2022-04-22T18:18:15Z | 2021-02-08T21:17:48Z | MODERATE | 6.2 | {'CWE-379', 'CWE-668', 'CWE-378'} | {'https://lists.apache.org/thread.html/rc0087125cb15b4b78e44000f841cd37fefedfda942fd7ddf3ad1b528@%3Cissues.zookeeper.apache.org%3E', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://lists.apache.org/thread.html/r2936730ef0a06e724b96539bc7eacfcd3628987c16b1b99c790e7b87@%3Cissues.zookeeper.apache.org%3E... | null |
GHSA | GHSA-4vf4-qmvg-mh7h | Cookie prefix spoofing in CGI | CGI::Cookie.parse in Ruby through 2.6.8 mishandles security prefixes in cookie names. This also affects the CGI gem through 0.3.0 for Ruby. | {'CVE-2021-41819'} | 2022-02-14T22:21:20Z | 2022-01-21T23:22:17Z | HIGH | 7.5 | {'CWE-565'} | {'https://security.netapp.com/advisory/ntap-20220121-0003/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41819', 'https://www.ruby-lang.org/en/news/2021/11/24/cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819/', 'https://github.com/advisories/GHSA-4vf4-qmvg-mh7h', 'https://hackerone.com/reports/910552'} | null |
GHSA | GHSA-ccgm-3xw4-h5p8 | Improper Restriction of XML External Entity Reference in pikepdf | models/metadata.py in the pikepdf package 1.3.0 through 2.9.2 for Python allows XXE when parsing XMP metadata entries. | {'CVE-2021-29421'} | 2021-09-29T18:44:06Z | 2021-04-20T16:30:03Z | HIGH | 7.5 | {'CWE-611'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3QFLBBYGEDNXJ7FS6PIWTVI4T4BUPGEQ/', 'https://github.com/advisories/GHSA-ccgm-3xw4-h5p8', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/36P4HTLBJPO524WMQWW57N3QRF4RFSJG/', 'h... | null |
GHSA | GHSA-95hx-62rh-gg96 | Potential XSS injection In PrestaShop contactform | ### Impact
An attacker is able to inject javascript while using the contact form.
### Patches
The problem is fixed in v4.3.0
### References
[Cross-site Scripting (XSS) - Stored (CWE-79)](https://cwe.mitre.org/data/definitions/79.html) | {'CVE-2020-15178'} | 2021-01-07T22:56:43Z | 2020-09-15T17:34:17Z | HIGH | 8 | {'CWE-79'} | {'https://github.com/PrestaShop/contactform/commit/ecd9f5d14920ec00885766a7cb41bcc5ed8bfa09', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15178', 'https://packagist.org/packages/prestashop/contactform', 'https://github.com/PrestaShop/contactform/security/advisories/GHSA-95hx-62rh-gg96', 'https://github.com/advisories/GH... | null |
GHSA | GHSA-v2wx-jj66-2hp7 | Cross-site Scripting in Wildfly | A flaw was found in Wildfly in versions before 23.0.2.Final while creating a new role in domain mode via the admin console, it is possible to add a payload in the name field, leading to XSS. This affects Confidentiality and Integrity. | {'CVE-2021-3536'} | 2021-05-25T18:45:05Z | 2021-05-25T18:45:05Z | LOW | 3.8 | {'CWE-79'} | {'https://github.com/advisories/GHSA-v2wx-jj66-2hp7', 'https://bugzilla.redhat.com/show_bug.cgi?id=1948001', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3536'} | null |
GHSA | GHSA-vv6j-ww6x-54gx | Use after free in Animation | CVE-2022-0609: Use after free in Animation
- https://chromereleases.googleblog.com/2022/02/stable-channel-update-for-desktop_14.html
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0609
Google is aware of reports that exploits for CVE-2022-0609 exist in the wild.
The exploitation is known to be easy. The a... | {'CVE-2022-0609'} | 2022-04-12T15:14:37Z | 2022-02-22T21:51:19Z | HIGH | 8.8 | {'CWE-416'} | {'https://github.com/advisories/GHSA-vv6j-ww6x-54gx', 'https://chromereleases.googleblog.com/2022/02/stable-channel-update-for-desktop_14.html', 'https://crbug.com/1296150', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0609', 'https://github.com/cefsharp/CefSharp/security/advisories/GHSA-vv6j-ww6x-54gx'} | null |
GHSA | GHSA-4rhm-m2fp-hx7q | Potential CSV Injection vector in OctoberCMS | ### Impact
Any users with the ability to modify any data that could eventually be exported as a CSV file from the `ImportExportController` could potentially introduce a CSV injection into the data to cause the generated CSV export file to be malicious. This requires attackers to achieve the following before a successfu... | {'CVE-2020-5299'} | 2022-04-19T19:02:26Z | 2020-06-03T21:58:35Z | MODERATE | 4 | {'CWE-77'} | {'http://seclists.org/fulldisclosure/2020/Aug/2', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5299', 'https://github.com/advisories/GHSA-4rhm-m2fp-hx7q', 'http://packetstormsecurity.com/files/158730/October-CMS-Build-465-XSS-File-Read-File-Deletion-CSV-Injection.html', 'https://github.com/octobercms/library/commit/c84bf... | null |
GHSA | GHSA-2j6v-xpf3-xvrv | Use of Externally-Controlled Format String in wire-avs | ### Impact
A remote format string vulnerability allowed an attacker to cause a denial of service or possibly execute arbitrary code.
### Patches
* The issue has been fixed in wire-avs 7.1.12 and is already included on all Wire products (currently used version is 8.0.x)
### Workarounds
* No workaround known
### Refer... | {'CVE-2021-41193'} | 2022-03-10T15:59:42Z | 2022-03-01T18:58:23Z | HIGH | 9.8 | {'CWE-134'} | {'https://github.com/wireapp/wire-avs/security/advisories/GHSA-2j6v-xpf3-xvrv', 'https://github.com/wireapp/wire-avs/commit/40d373ede795443ae6f2f756e9fb1f4f4ae90bbe', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41193', 'https://github.com/advisories/GHSA-2j6v-xpf3-xvrv'} | null |
GHSA | GHSA-h5h8-pc6h-jvvx | Missing argument delimiter can lead to code execution via VCS repository URLs or source download URLs on systems with Mercurial in composer | URLs for Mercurial repositories in the root composer.json and package source download URLs are not sanitized correctly. Specifically crafted URL values allow commands to be executed in the HgDriver if hg/Mercurial is installed on the system.
### Impact
- The impact to Composer users directly is limited as the composer... | {'CVE-2021-29472'} | 2022-04-19T19:02:55Z | 2021-04-29T21:52:04Z | HIGH | 8.8 | {'CWE-88', 'CWE-94'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FAQUAMGO4Q4BLNZ2OH4CXQD7UK4IO2GE/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29472', 'https://www.debian.org/security/2021/dsa-4907', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org... | null |
GHSA | GHSA-q3gh-5r98-j4h3 | RSA-PSS signature validation vulnerability by prepending zeros in jsrsasign | ### Impact
Jsrsasign can verify RSA-PSS signature which value can expressed as BigInteger. When there is a valid RSA-PSS signature value, this vulnerability is also accept value with prepending zeros as a valid signature.
- If you are not use RSA-PSS signature validation, this vulnerability is not affected.
- Risk to... | {'CVE-2020-14968'} | 2021-10-06T21:44:42Z | 2020-06-26T16:26:50Z | CRITICAL | 9.8 | {'CWE-119'} | {'https://github.com/kjur/jsrsasign/security/advisories/GHSA-q3gh-5r98-j4h3', 'https://kjur.github.io/jsrsasign/', 'https://github.com/kjur/jsrsasign/releases/tag/8.0.17', 'https://nvd.nist.gov/vuln/detail/CVE-2020-14968', 'https://kjur.github.io/jsrsasign/api/symbols/RSAKey.html#.verifyWithMessageHashPSS', 'https://gi... | null |
GHSA | GHSA-wp4h-pvgw-5727 | Improperly Controlled Modification of Dynamically-Determined Object Attributes in Apache Struts | Apache Struts 2.0.0 to 2.5.20 forced double OGNL evaluation, when evaluated on raw user input in tag attributes, may lead to remote code execution. | {'CVE-2019-0230'} | 2021-12-02T14:50:51Z | 2021-12-02T14:50:51Z | CRITICAL | 9.8 | {'CWE-915'} | {'https://www.oracle.com/security-alerts/cpujan2021.html', 'http://packetstormsecurity.com/files/160108/Apache-Struts-2.5.20-Double-OGNL-Evaluation.html', 'https://www.oracle.com/security-alerts/cpuApr2021.html', 'https://www.oracle.com/security-alerts/cpuoct2021.html', 'http://packetstormsecurity.com/files/160721/Apac... | null |
GHSA | GHSA-53qw-q765-4fww | Denial-of-service in Django | An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. UserAttributeSimilarityValidator incurred significant overhead in evaluating a submitted password that was artificially large in relation to the comparison values. In a situation where access to user registration was unrestric... | {'CVE-2021-45115'} | 2022-02-14T22:16:19Z | 2022-01-12T19:20:53Z | HIGH | 7.5 | {'CWE-400'} | {'https://www.djangoproject.com/weblog/2022/jan/04/security-releases/', 'https://security.netapp.com/advisory/ntap-20220121-0005/', 'https://docs.djangoproject.com/en/4.0/releases/security/', 'https://github.com/advisories/GHSA-53qw-q765-4fww', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedor... | null |
GHSA | GHSA-42qm-c3cf-9wv2 | Code injection in dolibarr/dolibarr | Improper php function sanitization, lead to an ability to inject arbitrary PHP code and run arbitrary commands on file system. In the function "dol_eval" in file "dolibarr/htdocs/core/lib/functions.lib.php" dangerous PHP functions are sanitized using "str_replace" and can be bypassed using following code in $s paramete... | {'CVE-2022-0819'} | 2022-03-10T15:55:04Z | 2022-03-03T00:00:49Z | HIGH | 8.8 | {'CWE-94'} | {'https://github.com/dolibarr/dolibarr/commit/2a48dd349e7de0d4a38e448b0d2ecbe25e968075', 'https://huntr.dev/bounties/b03d4415-d4f9-48c8-9ae2-d3aa248027b5', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0819', 'https://github.com/advisories/GHSA-42qm-c3cf-9wv2'} | null |
GHSA | GHSA-v768-w7m9-2vmm | Reference binding to nullptr in shape inference | ### Impact
An attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.SparseFillEmptyRows`:
```python
import tensorflow as tf
tf.compat.v1.disable_v2_behavior()
tf.raw_ops.SparseFillEmptyRows(
indices = tf.constant([], shape=[0, 0], dtype=tf.int64),
values = tf.constant([], ... | {'CVE-2021-37676'} | 2021-08-25T14:41:26Z | 2021-08-25T14:41:26Z | HIGH | 7.8 | {'CWE-824'} | {'https://github.com/tensorflow/tensorflow/commit/578e634b4f1c1c684d4b4294f9e5281b2133b3ed', 'https://github.com/advisories/GHSA-v768-w7m9-2vmm', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37676', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-v768-w7m9-2vmm'} | null |
GHSA | GHSA-j66h-cc96-c32q | Cross-site Scripting in SilverStripe Framework | SilverStripe Framework through 4.8.1 allows XSS. | {'CVE-2021-36150'} | 2021-12-22T20:59:33Z | 2021-10-12T18:42:30Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/silverstripe/silverstripe-framework/releases', 'https://www.silverstripe.org/download/security-releases/CVE-2021-36150', 'https://nvd.nist.gov/vuln/detail/CVE-2021-36150', 'https://github.com/advisories/GHSA-j66h-cc96-c32q'} | null |
GHSA | 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'} | 2022-02-15T00:41:12Z | 2022-02-15T00:41:12Z | HIGH | 7.3 | {'CWE-59'} | {'https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6407', 'https://github.com/docker/docker/commit/3ac6394b8082d4700483d52fbfe54914be537d9e', 'https://lists.opensuse.org/opensuse-security-announce/2014-12/msg00009.html', 'https://www.openwall.com/lists/oss-security/2014/11/24/5', 'https://docs.docker.com/v1.3/... | null |
GHSA | GHSA-5mh9-r3rr-9597 | Code execution vulnerability in HtmlUnit | HtmlUnit prior to 2.37.0 contains code execution vulnerabilities. HtmlUnit initializes Rhino engine improperly, hence a malicious JavScript code can execute arbitrary Java code on the application. Moreover, when embedded in Android application, Android-specific initialization of Rhino engine is done in an improper way,... | {'CVE-2020-5529'} | 2021-08-25T21:12:10Z | 2020-05-21T21:08:33Z | HIGH | 8.1 | {'CWE-665'} | {'https://lists.debian.org/debian-lts-announce/2020/08/msg00023.html', 'https://jvn.jp/en/jp/JVN34535327/', 'https://github.com/HtmlUnit/htmlunit/commit/bc1f58d483cc8854a9c4c1739abd5e04a2eb0367', 'https://github.com/HtmlUnit/htmlunit/releases/tag/2.37.0', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5529', 'https://usn.u... | null |
GHSA | GHSA-83r8-p8v6-6gfm | Slock<T> allows sending non-Send types across thread boundaries | `Slock<T>` unconditionally implements `Send`/`Sync`.
Affected versions of this crate allows sending non-Send types to other threads,
which can lead to data races and memory corruption due to the data race.
| null | 2021-08-25T21:00:20Z | 2021-08-25T21:00:20Z | MODERATE | 0 | {'CWE-362'} | {'https://github.com/BrokenLamp/slock-rs/issues/2', 'https://github.com/advisories/GHSA-83r8-p8v6-6gfm', 'https://rustsec.org/advisories/RUSTSEC-2020-0135.html'} | null |
GHSA | GHSA-gq77-3r6x-383w | Cross-site Scripting in ShowDoc | ShowDoc version 2.10.3 and prior is vulnerable to stored cross-site scripting. A patch is available and anticipated to be part of version 2.10.4. | {'CVE-2022-0880'} | 2022-03-23T15:37:14Z | 2022-03-13T00:00:54Z | MODERATE | 5.4 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-0880', 'https://huntr.dev/bounties/df347aa9-ed9b-4f75-af99-c83b8aad3bcf', 'https://github.com/star7th/showdoc/commit/818d7fe731f452acccacf731ce47ec27ad68049c', 'https://github.com/advisories/GHSA-gq77-3r6x-383w'} | null |
GHSA | GHSA-59x8-7wx6-4hj9 | Malicious Package in secure_identity_login_module | All versions of `secure_identity_login_module` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.
## Recommendation
Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that com... | null | 2021-09-30T20:01:36Z | 2020-09-03T17:47:52Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://github.com/advisories/GHSA-59x8-7wx6-4hj9', 'https://www.npmjs.com/advisories/1063'} | null |
GHSA | GHSA-rvmq-4x66-q7j3 | Remote code execution in Apache Airflow | An issue was found in Apache Airflow versions 1.10.10 and below. A remote code/command injection vulnerability was discovered in one of the example DAGs shipped with Airflow which would allow any authenticated user to run arbitrary commands as the user running airflow worker/scheduler (depending on the executor in use)... | {'CVE-2020-11978'} | 2021-09-22T21:16:27Z | 2020-07-27T16:57:33Z | HIGH | 8.8 | {'CWE-77', 'CWE-78'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-11978', 'http://packetstormsecurity.com/files/162908/Apache-Airflow-1.10.10-Remote-Code-Execution.html', 'https://lists.apache.org/thread.html/r7255cf0be3566f23a768e2a04b40fb09e52fcd1872695428ba9afe91%40%3Cusers.airflow.apache.org%3E', 'https://github.com/advisories/GHSA-rvmq... | null |
GHSA | GHSA-f7f4-hqp2-7prc | Improper Input Validation in sails-hook-sockets | Sails.js before v1.0.0-46 allows attackers to cause a denial of service with a single request because there is no error handler in sails-hook-sockets to handle an empty pathname in a WebSocket request. | {'CVE-2018-21036'} | 2021-09-22T21:11:20Z | 2020-07-24T20:10:21Z | HIGH | 7.5 | {'CWE-20'} | {'https://github.com/balderdashy/sails-hook-sockets/commit/0533a4864b1920fd8fbb5287bc0889193c5faf44', 'https://nvd.nist.gov/vuln/detail/CVE-2018-21036', 'https://github.com/balderdashy/sails-hook-sockets/commit/ff02114eaec090ee51db48435cc32d451662606e', 'http://www.openwall.com/lists/oss-security/2020/07/19/1', 'https:... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.