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-rvcw-f68w-8h8h | Padding Oracle Attack due to Observable Timing Discrepancy in jose-node-cjs-runtime | ### Impact
[AES_CBC_HMAC_SHA2 Algorithm](https://tools.ietf.org/html/rfc7518#section-5.2) (A128CBC-HS256, A192CBC-HS384, A256CBC-HS512) decryption would always execute both HMAC tag verification and CBC decryption, if either failed `JWEDecryptionFailed` would be thrown. But a possibly observable difference in timing w... | {'CVE-2021-29446'} | 2021-04-19T18:29:58Z | 2021-04-19T15:00:05Z | MODERATE | 5.9 | {'CWE-208', 'CWE-696', 'CWE-203'} | {'https://github.com/panva/jose/security/advisories/GHSA-rvcw-f68w-8h8h', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29446', 'https://github.com/advisories/GHSA-rvcw-f68w-8h8h', 'https://www.npmjs.com/package/jose-node-cjs-runtime'} | null |
GHSA | GHSA-9rf5-jm6f-2fmm | High severity vulnerability that affects activerecord | activerecord/lib/active_record/relation/query_methods.rb in Active Record in Ruby on Rails 4.0.x before 4.0.9 and 4.1.x before 4.1.5 allows remote attackers to bypass the strong parameters protection mechanism via crafted input to an application that makes create_with calls. | {'CVE-2014-3514'} | 2021-09-08T21:00:29Z | 2017-10-24T18:33:36Z | HIGH | 0 | null | {'http://rhn.redhat.com/errata/RHSA-2014-1102.html', 'http://secunia.com/advisories/60347', 'https://groups.google.com/forum/message/raw?msg=rubyonrails-security/M4chq5Sb540/CC1Fh0Y_NWwJ', 'https://nvd.nist.gov/vuln/detail/CVE-2014-3514', 'http://openwall.com/lists/oss-security/2014/08/18/10', 'https://github.com/advis... | null |
GHSA | GHSA-qv2v-m59f-v5fw | Insecure randomness in socket.io | Affected versions of `socket.io` depend on `Math.random()` to create socket IDs, and therefore the IDs are predictable. With enough information on prior IDs, an attacker may be able to guess the socket ID and gain access to socket.io servers without authorization.
## Recommendation
Update to v0.9.7 or later. | {'CVE-2017-16031'} | 2021-09-16T21:04:34Z | 2018-11-07T00:29:37Z | HIGH | 7.5 | {'CWE-330'} | {'https://github.com/socketio/socket.io/issues/856', 'https://www.npmjs.com/advisories/321', 'https://github.com/advisories/GHSA-qv2v-m59f-v5fw', 'https://github.com/socketio/socket.io/pull/857', 'https://github.com/socketio/socket.io/commit/67b4eb9abdf111dfa9be4176d1709374a2b4ded8', 'https://nodesecurity.io/advisories... | null |
GHSA | GHSA-pr49-5hhf-6mm6 | Directory Traversal in serverabc | Affected versions of `serverabc` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.
Example request:
```
GET /..... | {'CVE-2017-16180'} | 2021-01-08T18:19:38Z | 2018-07-23T20:44:34Z | HIGH | 0 | {'CWE-22'} | {'https://nodesecurity.io/advisories/459', 'https://www.npmjs.com/advisories/459', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/serverabc', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16180', 'https://github.com/advisories/GHSA-pr49-5hhf-6mm6'} | null |
GHSA | GHSA-9mr8-6prp-gwjv | SQL Injection in query-mysql | All versions of `query-mysql` are vulnerable to SQL injection due to lack of user input sanitization allows to run arbitrary SQL queries when fetching data from database.
## Recommendation
No fix is currently available for this vulnerability. It is our recommendation to not install or use this module if user input i... | {'CVE-2018-3754'} | 2021-09-08T20:07:00Z | 2018-09-10T15:20:30Z | HIGH | 8.8 | {'CWE-89'} | {'https://www.npmjs.com/advisories/666', 'https://hackerone.com/reports/311244', 'https://nvd.nist.gov/vuln/detail/CVE-2018-3754', 'https://github.com/advisories/GHSA-9mr8-6prp-gwjv'} | null |
GHSA | 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'} | 2022-04-12T22:40:43Z | 2022-02-15T01:57:18Z | MODERATE | 5.5 | {'CWE-59'} | {'https://access.redhat.com/errata/RHBA-2019:0620', 'https://github.com/advisories/GHSA-34jx-wx69-9x8v', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QZB7E3DOZ5WDG46XAIU6K32CXHXPXB2F/', 'https://nvd.nist.gov/vuln/detail/CVE-2019-1002101', 'https://access.redhat.com/err... | null |
GHSA | GHSA-6fvw-7vch-x489 | Downloads Resources over HTTP in selenium-portal | Affected versions of `selenium-portal` 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 running `s... | {'CVE-2016-10667'} | 2021-01-08T19:44:44Z | 2019-02-18T23:44:36Z | HIGH | 0 | {'CWE-311'} | {'https://www.npmjs.com/advisories/260', 'https://nodesecurity.io/advisories/260', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10667', 'https://github.com/advisories/GHSA-6fvw-7vch-x489'} | null |
GHSA | GHSA-gjqc-q9g6-q2j3 | `CHECK`-failures in binary ops in Tensorflow | ### Impact
A malicious user can cause a denial of service by altering a `SavedModel` such that [any binary op](https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/kernels/cwise_ops_common.h#L88-L137) would trigger `CHECK` failures. This occurs when the protobuf part co... | {'CVE-2022-23583'} | 2022-02-11T20:37:11Z | 2022-02-10T00:34:13Z | MODERATE | 6.5 | {'CWE-617'} | {'https://github.com/tensorflow/tensorflow/commit/a7c02f1a9bbc35473969618a09ee5f9f5d3e52d9', 'https://github.com/advisories/GHSA-gjqc-q9g6-q2j3', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-gjqc-q9g6-q2j3', 'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/te... | null |
GHSA | GHSA-mq5p-2mcr-m52j | Code injection in nbgitpuller | ### Impact
Due to an unsanitized input, visiting maliciously crafted links could result in arbitrary code execution in the user environment.
### Patches
0.10.2
### Workarounds
None, other than upgrade to 0.10.2 or downgrade to 0.8.x.
### For more information
If you have any questions or comments about this advi... | {'CVE-2021-39160'} | 2022-03-22T21:07:19Z | 2021-08-30T16:17:06Z | CRITICAL | 0 | {'CWE-94'} | {'https://github.com/jupyterhub/nbgitpuller/blob/main/CHANGELOG.md#0102---2021-08-25', 'https://github.com/advisories/GHSA-mq5p-2mcr-m52j', 'https://github.com/jupyterhub/nbgitpuller/security/advisories/GHSA-mq5p-2mcr-m52j', 'https://github.com/jupyterhub/nbgitpuller/commit/07690644f29a566011dd0d7ba14cae3eb0490481', 'h... | null |
GHSA | GHSA-rg3m-hqc5-344v | `SparseFillEmptyRows` heap OOB | ### Impact
The [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/sparse_fill_empty_rows_op.cc#L194-L241) of `SparseFillEmptyRows` can be made to trigger a heap OOB access:
```python
import tensorflow as tf
data=tf.raw_ops.SparseFillEmptyR... | {'CVE-2021-41224'} | 2021-11-10T18:45:55Z | 2021-11-10T18:45:55Z | HIGH | 7.1 | {'CWE-125'} | {'https://github.com/advisories/GHSA-rg3m-hqc5-344v', 'https://github.com/tensorflow/tensorflow/commit/67bfd9feeecfb3c61d80f0e46d89c170fbee682b', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41224', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-rg3m-hqc5-344v'} | null |
GHSA | GHSA-vf7p-j8x6-xvwp | Incorrect Authorization in Apache Solr | When using ConfigurableInternodeAuthHadoopPlugin for authentication, Apache Solr versions prior to 8.8.2 would forward/proxy distributed requests using server credentials instead of original client credentials. This would result in incorrect authorization resolution on the receiving hosts. | {'CVE-2021-29943'} | 2021-06-10T17:33:22Z | 2021-05-10T15:17:58Z | CRITICAL | 9.1 | {'CWE-863'} | {'https://github.com/advisories/GHSA-vf7p-j8x6-xvwp', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29943', 'https://security.netapp.com/advisory/ntap-20210604-0009/', 'https://lists.apache.org/thread.html/r91dd0ff556e0c9aab4c92852e0e540c59d4633718ce12881558cf44d%40%3Cusers.solr.apache.org%3E'} | null |
GHSA | 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-12T16:06:30Z | 2021-10-12T16:06:30Z | LOW | 3 | {'CWE-261'} | {'https://github.com/advisories/GHSA-qh54-9vc5-m9fg', 'https://github.com/foxcpp/maddy/security/advisories/GHSA-qh54-9vc5-m9fg'} | null |
GHSA | GHSA-gc52-xj6p-9pxp | Exposure of Sensitive Information to an Unauthorized Actor in Keycloak | Keycloak up to version 6.0.0 allows the end user token (access or id token JWT) to be used as the session cookie for browser sessions for OIDC. As a result an attacker with access to service provider backend could hijack user?s browser session. | {'CVE-2019-3868'} | 2021-08-03T21:24:04Z | 2019-04-30T15:37:21Z | MODERATE | 3.8 | {'CWE-200'} | {'https://access.redhat.com/errata/RHSA-2019:2998', 'http://www.securityfocus.com/bid/108061', 'https://github.com/advisories/GHSA-gc52-xj6p-9pxp', 'https://nvd.nist.gov/vuln/detail/CVE-2019-3868', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3868', 'https://access.redhat.com/errata/RHSA-2019:1140'} | null |
GHSA | GHSA-xpgc-j48j-jwv9 | Cross-site Scripting in Keycloak | A POST based reflected Cross Site Scripting vulnerability on has been identified in Keycloak version 15. The issue was fixed in version 17.0.0. | {'CVE-2021-20323'} | 2022-03-30T20:50:17Z | 2022-03-26T00:00:31Z | MODERATE | 6.1 | {'CWE-79'} | {'https://bugzilla.redhat.com/show_bug.cgi?id=2013577', 'https://nvd.nist.gov/vuln/detail/CVE-2021-20323', 'https://github.com/advisories/GHSA-xpgc-j48j-jwv9'} | null |
GHSA | GHSA-2xmm-g482-4439 | DQL injection through sorting parameters blocked | ### Impact
Values added at the end of query sorting were passed directly to the DB. We don't know, if it could lead to direct SQL injections, however, we should not allow for easy injection of values there anyway.
### Patches
The issue is fixed in version 1.10.1 and in 1.11-rc.1
### Workarounds
You have to overwrite... | {'CVE-2022-24752'} | 2022-04-19T19:03:27Z | 2022-03-15T19:09:16Z | CRITICAL | 9.8 | {'CWE-89'} | {'https://github.com/Sylius/SyliusGridBundle/commit/73d0791d0575f955e830a3da4c3345f420d2f784', 'https://github.com/Sylius/SyliusGridBundle/pull/222', 'https://github.com/Sylius/SyliusGridBundle/security/advisories/GHSA-2xmm-g482-4439', 'https://github.com/advisories/GHSA-2xmm-g482-4439', 'https://nvd.nist.gov/vuln/deta... | null |
GHSA | GHSA-rxch-gp62-574w | snipe-it is vulnerable to Cross-site Scripting | snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). | {'CVE-2021-4108'} | 2022-01-04T19:01:10Z | 2021-12-16T14:13:27Z | MODERATE | 6.4 | {'CWE-79'} | {'https://huntr.dev/bounties/5069a037-040e-4d77-8526-846e65edfaf4', 'https://nvd.nist.gov/vuln/detail/CVE-2021-4108', 'https://github.com/advisories/GHSA-rxch-gp62-574w', 'https://github.com/snipe/snipe-it/commit/9d5d1a9f9aae2c8baee48551185da5de0cdb62c2'} | null |
GHSA | GHSA-73qr-pfmq-6rp8 | Embedded malware in coa | The npm package `coa` had versions published with malicious code. Users of affected versions (2.0.3 and above) should downgrade to 2.0.2 as soon as possible and check their systems for suspicious activity. See [this issue](https://github.com/veged/coa/issues/99) for details as they unfold.
Any computer that has this pa... | null | 2021-11-04T18:48:35Z | 2021-11-04T16:22:28Z | CRITICAL | 0 | {'CWE-506'} | {'https://github.com/advisories/GHSA-73qr-pfmq-6rp8', 'https://www.virustotal.com/gui/file/26451f7f6fe297adf6738295b1dcc70f7678434ef21d8b6aad5ec00beb8a72cf?nocache=1', 'https://github.com/veged/coa/issues/99'} | null |
GHSA | GHSA-r4r9-mgjc-g6q3 | Path Traversal in 626 | All versions of `626` are vulnerable to path traversal. This enables a remote attacker to read arbitrary files from the remote server using this module.
## Recommendation
No fix is currently available for this vulnerability.
It is our recommendation to not install or use this module at this time.
| {'CVE-2018-3727'} | 2021-01-14T15:32:05Z | 2020-09-01T19:06:15Z | HIGH | 0 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2018-3727', 'https://www.npmjs.com/advisories/583', 'https://hackerone.com/reports/311216', 'https://github.com/advisories/GHSA-r4r9-mgjc-g6q3'} | null |
GHSA | GHSA-44cw-p2hm-gpf6 | Disabled Hostname Verification in Opencast | Opencast before version 8.9 and 7.9 disables HTTPS hostname verification of its HTTP client used for a large portion of Opencast's HTTP requests.
Hostname verification is an important part when using HTTPS to ensure that the presented certificate is valid for the host. Disabling it can allow for man-in-the-middle atta... | {'CVE-2020-26234'} | 2022-04-19T19:02:40Z | 2020-12-08T22:37:59Z | HIGH | 4.8 | {'CWE-297'} | {'https://github.com/advisories/GHSA-44cw-p2hm-gpf6', 'https://nvd.nist.gov/vuln/detail/CVE-2020-26234', 'https://github.com/opencast/opencast/commit/4225bf90af74557deaf8fb6b80b0705c9621acfc', 'https://github.com/opencast/opencast/security/advisories/GHSA-44cw-p2hm-gpf6'} | null |
GHSA | GHSA-hggv-mcp4-vxc5 | Improper Authentication in FreeTAKServer | FreeTAKServer is an open source, lightweight Server for connect TAK clients. An access control issue in the component /ManageRoute/postRoute of FreeTAKServer version 1.9.8 allows unauthenticated attackers to cause a Denial of Service (DoS) via an unusually large amount of created routes, or create unsafe or false route... | {'CVE-2022-25508'} | 2022-03-24T23:45:34Z | 2022-03-12T00:00:37Z | HIGH | 7.5 | {'CWE-287', 'CWE-400'} | {'https://github.com/advisories/GHSA-hggv-mcp4-vxc5', 'https://nvd.nist.gov/vuln/detail/CVE-2022-25508', 'https://github.com/FreeTAKTeam/FreeTakServer/issues/291'} | null |
GHSA | GHSA-g9wf-393q-4w38 | Malicious Package in only-test-not-install | All versions of `only-test-not-install` contain malicious code. The package deletes the folder `~/test` from the system as a postinstall script.
## Recommendation
Remove the package from your environment. There are no further signs of compromise. | null | 2021-09-30T17:44:24Z | 2020-09-03T17:28:26Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://github.com/advisories/GHSA-g9wf-393q-4w38', 'https://www.npmjs.com/advisories/1044'} | null |
GHSA | GHSA-vc9j-fhvv-8vrf | Remote Code Execution in scratch-vm | MIT Lifelong Kindergarten Scratch scratch-vm before 0.2.0-prerelease.20200714185213 loads extension URLs from untrusted project.json files with certain _ characters, resulting in remote code execution because the URL's content is treated as a script and is executed as a worker. The responsible code is getExtensionIdFor... | {'CVE-2020-14000'} | 2021-09-22T21:24:08Z | 2020-07-27T19:55:52Z | CRITICAL | 9.8 | {'CWE-502'} | {'https://github.com/LLK/scratch-vm/pull/2476/commits/90b9da45f4084958535338d1c4d71a22d6136aab', 'https://scratch.mit.edu/discuss/topic/422904/?page=1#post-4223443', 'https://github.com/advisories/GHSA-vc9j-fhvv-8vrf', 'https://github.com/LLK/scratch-vm/pull/2476', 'https://nvd.nist.gov/vuln/detail/CVE-2020-14000'} | null |
GHSA | GHSA-xwxc-j97j-84gf | Race condition in Parc | In the affected versions of this crate, `LockWeak<T>` unconditionally implemented `Send` with no trait bounds on `T`. `LockWeak<T>` doesn't own `T` and only provides `&T`.
This allows concurrent access to a non-Sync `T`, which can cause undefined behavior like data races.
| null | 2021-08-25T21:00:03Z | 2021-08-25T21:00:03Z | MODERATE | 0 | {'CWE-362'} | {'https://github.com/hyyking/rustracts/pull/6', 'https://github.com/advisories/GHSA-xwxc-j97j-84gf', 'https://rustsec.org/advisories/RUSTSEC-2020-0134.html'} | null |
GHSA | GHSA-rxq3-5249-8hgg | 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:41Z | 2020-09-09T17:29:41Z | LOW | 0 | null | {'https://pypi.org/project/personnummer/', 'https://github.com/personnummer/python/security/advisories/GHSA-rxq3-5249-8hgg', 'https://github.com/advisories/GHSA-rxq3-5249-8hgg'} | null |
GHSA | GHSA-gq9m-qvpx-68hc | Insufficient Entropy in werkzeug | Pallets Werkzeug before 0.15.3, when used with Docker, has insufficient debugger PIN randomness because Docker containers share the same machine id. | {'CVE-2019-14806'} | 2021-08-17T21:13:25Z | 2019-08-21T16:15:24Z | HIGH | 7.5 | {'CWE-331'} | {'https://github.com/advisories/GHSA-gq9m-qvpx-68hc', 'https://github.com/pallets/werkzeug/blob/7fef41b120327d3912fbe12fb64f1951496fcf3e/src/werkzeug/debug/__init__.py#L168', 'https://nvd.nist.gov/vuln/detail/CVE-2019-14806', 'https://palletsprojects.com/blog/werkzeug-0-15-3-released/', 'https://github.com/pallets/werk... | null |
GHSA | GHSA-fj59-f6c3-3vw4 | Command Injection in systeminformation | ### Impact
command injection vulnerability
### Patches
Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.26.2
### Workarounds
If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to `is.services()`, `is.inetChecksite()`, `si.inetLatency()`, `... | {'CVE-2020-26300'} | 2022-04-27T18:18:55Z | 2020-10-27T20:40:00Z | MODERATE | 5.9 | {'CWE-78'} | {'https://github.com/advisories/GHSA-fj59-f6c3-3vw4', 'https://nvd.nist.gov/vuln/detail/CVE-2020-26300', 'https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-fj59-f6c3-3vw4', 'https://github.com/sebhildebrandt/systeminformation/commit/bad372e654cdd549e7d786acbba0035ded54c607', 'https://www.npmj... | null |
GHSA | GHSA-m8fw-534v-xm85 | Cross-Site Scripting (XSS) in cloudcmd | Versions of `cloudcmd` before 9.1.6 are vulnerable to cross-site scripting (XSS) when listing files in a directory. The attacker must control the name of a file for this vulnerability to be exploitable.
## Recommendation
Update to version 9.1.6 or later. | null | 2021-08-04T20:42:50Z | 2019-06-04T15:43:29Z | HIGH | 0 | {'CWE-79'} | {'https://hackerone.com/reports/341044)', 'https://hackerone.com/reports/341044', 'https://github.com/coderaiser/cloudcmd/commit/23f4d4702cd3d473977285f26ea2ae7206b45f38', 'https://github.com/advisories/GHSA-m8fw-534v-xm85', 'https://www.npmjs.com/advisories/642'} | null |
GHSA | GHSA-mf7c-58q5-7v65 | Downloads Resources over HTTP in npm-test-sqlite3-trunk | Affected versions of `npm-test-sqlite3-trunk` 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-10695'} | 2021-01-14T15:56:04Z | 2020-09-01T16:15:28Z | HIGH | 0 | {'CWE-311'} | {'https://www.npmjs.com/advisories/297', 'https://github.com/advisories/GHSA-mf7c-58q5-7v65', 'https://nodesecurity.io/advisories/297', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10695'} | null |
GHSA | GHSA-6qvp-r6r3-9p7h | Moderate severity vulnerability that affects nokogiri | A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of... | {'CVE-2018-14404'} | 2021-09-02T18:20:31Z | 2019-01-17T14:05:03Z | HIGH | 7.5 | {'CWE-476'} | {'https://nvd.nist.gov/vuln/detail/CVE-2018-14404', 'https://usn.ubuntu.com/3739-2/', 'https://github.com/advisories/GHSA-6qvp-r6r3-9p7h', 'https://lists.debian.org/debian-lts-announce/2020/09/msg00009.html', 'https://usn.ubuntu.com/3739-1/', 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901817', 'https://gitlab.g... | null |
GHSA | GHSA-42f2-f9vc-6365 | Private key leak in Apache CXF | Apache CXF ships with a OpenId Connect JWK Keys service, which allows a client to obtain the public keys in JWK format, which can then be used to verify the signature of tokens issued by the service. Typically, the service obtains the public key from a local keystore (JKS/PKCS12) by specifing the path of the keystore a... | {'CVE-2019-12423'} | 2021-06-17T19:57:20Z | 2020-05-22T19:23:04Z | HIGH | 7.5 | {'CWE-522'} | {'https://lists.apache.org/thread.html/rff42cfa5e7d75b7c1af0e37589140a8f1999e578a75738740b244bd4@%3Ccommits.cxf.apache.org%3E', 'https://www.oracle.com/security-alerts/cpujul2020.html', 'https://lists.apache.org/thread.html/rd49aabd984ed540c8ff7916d4d79405f3fa311d2fdbcf9ed307839a6@%3Ccommits.cxf.apache.org%3E', 'https:... | null |
GHSA | GHSA-7v3x-h7r2-34jv | Insufficient Session Expiration in Pterodactyl API | ### Impact
A vulnerability exists in Pterodactyl Panel `<= 1.6.6` that could allow a malicious attacker that compromises an API key to generate an authenticated user session that is not revoked when the API key is deleted, thus allowing the malicious user to remain logged in as the user the key belonged to.
It is impo... | null | 2022-04-19T19:03:20Z | 2022-01-21T18:43:05Z | MODERATE | 6 | {'CWE-613'} | {'https://github.com/pterodactyl/panel/releases/tag/v1.7.0', 'https://github.com/advisories/GHSA-7v3x-h7r2-34jv', 'https://github.com/pterodactyl/panel/security/advisories/GHSA-7v3x-h7r2-34jv', 'https://github.com/pterodactyl/panel/commit/dfa329ddf242908b60e22e3340ea36359eab1ef4'} | null |
GHSA | GHSA-vmm6-w4cf-7f3x | Authentication Bypass For Endpoints With Anonymous Access in Opencast | ### Impact
Using a remember-me cookie with an arbitrary username can cause Opencast to assume proper authentication for that user even if the remember-me cookie was incorrect given that the attacked endpoint also allows anonymous access.
This way, an attacker can, for example, fake a remember-me token, assume the ide... | {'CVE-2020-5206'} | 2021-10-20T18:03:08Z | 2020-01-30T21:21:30Z | CRITICAL | 8.7 | {'CWE-285'} | {'https://github.com/opencast/opencast/security/advisories/GHSA-vmm6-w4cf-7f3x', 'https://github.com/opencast/opencast/commit/b157e1fb3b35991ca7bf59f0730329fbe7ce82e8', 'https://github.com/advisories/GHSA-vmm6-w4cf-7f3x', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5206'} | null |
GHSA | GHSA-785x-qw4v-6872 | Improper Output Neutralization and Improper Encoding or Escaping of Output for Logs in ansible | An Improper Output Neutralization for Logs flaw was found in Ansible when using the uri module, where sensitive data is exposed to content and json output. This flaw allows an attacker to access the logs or outputs of performed tasks to read keys used in playbooks from other users within the uri module. The highest thr... | {'CVE-2020-14330'} | 2022-02-09T22:00:08Z | 2022-02-09T22:00:08Z | MODERATE | 5.5 | {'CWE-116', 'CWE-117'} | {'https://github.com/ansible/ansible/issues/68400', 'https://www.debian.org/security/2021/dsa-4950', 'https://nvd.nist.gov/vuln/detail/CVE-2020-14330', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14330', 'https://github.com/advisories/GHSA-785x-qw4v-6872'} | null |
GHSA | GHSA-9rr6-jpg7-9jg6 | Authentication Bypass by Capture-replay in Apache Spark | Apache Spark supports end-to-end encryption of RPC connections via "spark.authenticate" and "spark.network.crypto.enabled". In versions 3.1.2 and earlier, it uses a bespoke mutual authentication protocol that allows for full encryption key recovery. After an initial interactive attack, this would allow someone to decry... | {'CVE-2021-38296'} | 2022-03-15T21:32:41Z | 2022-03-11T00:02:36Z | HIGH | 7.5 | {'CWE-294'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-38296', 'https://github.com/advisories/GHSA-9rr6-jpg7-9jg6', 'https://lists.apache.org/thread/70x8fw2gx3g9ty7yk0f2f1dlpqml2smd'} | null |
GHSA | GHSA-6pj2-5fqq-xvjc | Incorrect Authorization in latte/latte | This affects the package latte/latte before 2.10.6. There is a way to bypass allowFunctions that will affect the security of the application. When the template is set to allow/disallow the use of certain functions, adding control characters (x00-x08) after the function will bypass these restrictions. | {'CVE-2021-23803'} | 2022-01-06T20:56:27Z | 2022-01-06T20:56:27Z | CRITICAL | 9.8 | {'CWE-863'} | {'https://github.com/advisories/GHSA-6pj2-5fqq-xvjc', 'https://snyk.io/vuln/SNYK-PHP-LATTELATTE-1932226', 'https://github.com/nette/latte/commit/227c86eda9a8a6d060ea8501923e768b6d992210', 'https://github.com/nette/latte/issues/279', 'https://nvd.nist.gov/vuln/detail/CVE-2021-23803'} | null |
GHSA | GHSA-9w4w-cpc8-h2fq | Exposure of Sensitive Information to an Unauthorized Actor in httpie | ### Impact
HTTPie have the practical concept of [sessions](https://httpie.io/docs/cli/sessions), which help users to persistently store some of the state that belongs to the outgoing requests and incoming responses on the disk for further usage. As an example, we can make an authenticated request and save it to a [nam... | {'CVE-2022-24737'} | 2022-03-29T22:16:58Z | 2022-03-07T23:44:28Z | MODERATE | 6.5 | {'CWE-200'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4QZD2AZOL7XLNZVAV6GDNXYU6MFRU5RS/', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24737', 'https://github.com/httpie/httpie/releases/tag/3.1.0', 'https://github.com/advisories/GHSA-9w4w-cpc8-h2fq', 'https://lists.fedoraproject... | null |
GHSA | GHSA-g5w6-mrj7-75h2 | XStream is vulnerable to an Arbitrary Code Execution attack | ### Impact
The vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types.
### Patches
... | {'CVE-2021-39141'} | 2022-04-22T15:43:48Z | 2021-08-25T14:48:31Z | HIGH | 8.5 | {'CWE-502'} | {'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://github.com/advisories/GHSA-g5w6-mrj7-75h2', 'https://nvd.nist.gov/vuln/detail/CVE-2021-39141', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/', 'https://github.com/x-str... | null |
GHSA | GHSA-7hpj-hfcr-5qwm | Code injection in FreeIPA | A flaw was found in IPA, all 4.6.x versions before 4.6.7, all 4.7.x versions before 4.7.4 and all 4.8.x versions before 4.8.3, in the way the internal function ber_scanf() was used in some components of the IPA server, which parsed kerberos key data. An unauthenticated attacker who could trigger parsing of the krb prin... | {'CVE-2019-14867'} | 2021-12-06T18:17:38Z | 2021-12-06T18:17:38Z | HIGH | 8.8 | {'CWE-94', 'CWE-400'} | {'https://access.redhat.com/errata/RHBA-2019:4268', 'https://nvd.nist.gov/vuln/detail/CVE-2019-14867', 'https://github.com/pypa/advisory-db/tree/main/vulns/ipa/PYSEC-2019-28.yaml', 'https://www.freeipa.org/page/Releases/4.7.4', 'https://www.freeipa.org/page/Releases/4.6.7', 'https://access.redhat.com/errata/RHSA-2020:0... | null |
GHSA | GHSA-pw54-mh39-w3hc | Regular expression denial of service in npm-user-validate | This affects the package npm-user-validate before 1.0.1. The regex that validates user emails took exponentially longer to process long input strings beginning with @ characters. | {'CVE-2020-7754'} | 2021-05-10T19:08:15Z | 2021-05-10T19:08:15Z | HIGH | 7.5 | {'CWE-400'} | {'https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1019353', 'https://github.com/advisories/GHSA-pw54-mh39-w3hc', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7754', 'https://github.com/npm/npm-user-validate/commit/c8a87dac1a4cc6988b5418f30411a8669bef204e', 'https://snyk.io/vuln/SNYK-JS-NPMUSERVALIDATE-1019352', 'https://git... | null |
GHSA | GHSA-h97g-4mx7-5p2p | Open Redirect in apostrophe | Versions of `apostrophe` prior to 2.92.0 are vulnerable to Open Redirect. The package redirected requests to third-party websites if escaped URLs followed by a trailing `/` were appended at the end.
## Recommendation
Update to version 2.92.0 or later. | null | 2021-09-28T21:18:58Z | 2020-09-03T17:11:36Z | MODERATE | 0 | {'CWE-601'} | {'https://github.com/advisories/GHSA-h97g-4mx7-5p2p', 'https://github.com/apostrophecms/apostrophe/commit/1eba144bb82bd43dab72ce36cfbd593361b6d9b7', 'https://snyk.io/vuln/SNYK-JS-APOSTROPHE-451089', 'https://www.npmjs.com/advisories/1029'} | null |
GHSA | GHSA-mm8j-9x84-m9cv | Arbitrary code injection in json-sanitizer | OWASP json-sanitizer before 1.2.2 may emit closing SCRIPT tags and CDATA section delimiters for crafted input. This allows an attacker to inject arbitrary HTML or XML into embedding documents. | {'CVE-2021-23899'} | 2021-06-16T17:34:18Z | 2021-06-16T17:34:18Z | CRITICAL | 9.8 | {'CWE-611'} | {'https://github.com/OWASP/json-sanitizer/commit/a37f594f7378a1c76b3283e0dab9e1ab1dc0247e', 'https://github.com/OWASP/json-sanitizer/compare/v1.2.1...v1.2.2', 'https://github.com/advisories/GHSA-mm8j-9x84-m9cv', 'https://nvd.nist.gov/vuln/detail/CVE-2021-23899', 'https://groups.google.com/g/json-sanitizer-support/c/dAW... | null |
GHSA | GHSA-3357-829x-m9pr | Moderate severity vulnerability that affects org.apache.cxf.fediz:fediz-spring2 | Application plugins in Apache CXF Fediz before 1.1.3 and 1.2.x before 1.2.1 allow remote attackers to cause a denial of service. | {'CVE-2015-5175'} | 2021-06-17T19:52:31Z | 2018-10-18T16:57:00Z | HIGH | 7.5 | {'CWE-20'} | {'https://lists.apache.org/thread.html/rc774278135816e7afc943dc9fc78eb0764f2c84a2b96470a0187315c@%3Ccommits.cxf.apache.org%3E', 'https://git-wip-us.apache.org/repos/asf?p=cxf-fediz.git;a=commit;h=f65c961ea31e3c1851daba8e7e49fc37bbf77b19', 'https://nvd.nist.gov/vuln/detail/CVE-2015-5175', 'https://mail-archives.apache.o... | null |
GHSA | GHSA-8p8g-f9vg-r7xr | Moderate severity vulnerability that affects com.squareup.retrofit2:retrofit | Square Retrofit versions from (including) 2.0 to 2.5.0 (excluding) contain a Directory Traversal vulnerability in RequestBuilder class, method addPathParameter. By manipulating the URL an attacker could add or delete resources otherwise unavailable to her. This attack appears to be exploitable via an encoded path param... | {'CVE-2018-1000850'} | 2021-09-07T20:25:07Z | 2018-12-21T17:48:19Z | HIGH | 7.5 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2018-1000850', 'https://github.com/square/retrofit/blob/master/CHANGELOG.md', 'https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E', 'https://github.com/advisories/GHSA-8p8g-f9vg-r7xr', 'https://lists.apache.org/... | null |
GHSA | GHSA-pjjf-hc4q-g298 | showdoc is vulnerable to Cross-Site Request Forgery (CSRF) | showdoc is vulnerable to Cross-Site Request Forgery (CSRF). | {'CVE-2021-3775'} | 2021-11-17T21:11:30Z | 2021-11-15T23:16:17Z | MODERATE | 4.3 | {'CWE-352'} | {'https://github.com/advisories/GHSA-pjjf-hc4q-g298', 'https://github.com/star7th/showdoc/commit/67093c879a6563aa6ee08003177777d1975e2351', 'https://huntr.dev/bounties/6a59d203-4ca7-4aed-bdb9-1e39b66c77b3', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3775'} | null |
GHSA | GHSA-5w4p-h4gm-3w26 | Downloads Resources over HTTP in jser-stat | Affected versions of `jser-stat` insecurely downloads resources over HTTP.
In scenarios where an attacker has a privileged network position, they can modify or read such resources at will. While the exact severity of impact for a vulnerability like this is highly variable and depends on the behavior of the package it... | {'CVE-2016-10592'} | 2021-01-08T19:47:59Z | 2019-02-18T23:50:53Z | MODERATE | 0 | {'CWE-311'} | {'https://www.npmjs.com/advisories/188', 'https://github.com/jser/stat-js/blob/master/data/url-mapping.js', 'https://github.com/advisories/GHSA-5w4p-h4gm-3w26', 'https://nodesecurity.io/advisories/188', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10592'} | null |
GHSA | GHSA-rwv8-jvff-jq28 | Path Traversal in public | Versions of `public` before 0.1.3 are vulnerable to path traversal. This is due to lack of file path sanitization which could lead to any file the parent process has access to on the server to be read by malicious user.
## Recommendation
Update to version 0.1.3 or later. | {'CVE-2018-3731'} | 2021-01-08T01:57:45Z | 2018-07-18T21:20:30Z | HIGH | 0 | {'CWE-22'} | {'https://hackerone.com/reports/312918', 'https://www.npmjs.com/advisories/571', 'https://github.com/tnantoka/public/commit/eae8ad8017b260f8667ded5e12801bd72b877af2', 'https://nvd.nist.gov/vuln/detail/CVE-2018-3731', 'https://github.com/advisories/GHSA-rwv8-jvff-jq28'} | null |
GHSA | GHSA-3j6g-hxx5-3q26 | Observable Discrepancy in Apache Kafka | Some components in Apache Kafka use `Arrays.equals` to validate a password or key, which is vulnerable to timing attacks that make brute force attacks for such credentials more likely to be successful. Users should upgrade to 2.8.1 or higher, or 3.0.0 or higher where this vulnerability has been fixed. The affected vers... | {'CVE-2021-38153'} | 2022-04-22T15:41:46Z | 2021-09-23T23:18:58Z | MODERATE | 5.9 | {'CWE-203'} | {'https://lists.apache.org/thread.html/rd9ef217b09fdefaf32a4e1835b59b96629542db57e1f63edb8b006e6@%3Cusers.kafka.apache.org%3E', 'https://lists.apache.org/thread.html/r45cc0602d5f2cbb72e48896dfadf5e5b87ed85630449598b40e8f0be@%3Cusers.kafka.apache.org%3E', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https:... | null |
GHSA | GHSA-rgq8-25qc-h54q | Directory Traversal in myserver.alexcthomas18 | Affected versions of `myserver.alexcthomas18` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.
Example request... | {'CVE-2017-16144'} | 2021-01-08T01:57:58Z | 2018-07-23T20:48:05Z | HIGH | 0 | {'CWE-22'} | {'https://github.com/advisories/GHSA-rgq8-25qc-h54q', 'https://nodesecurity.io/advisories/469', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/myserver.alexcthomas18', 'https://www.npmjs.com/advisories/469', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16144'} | null |
GHSA | GHSA-5pr9-v234-jw36 | Remote Code Execution via traversal in TAL expressions | ### Impact
Most Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are avai... | null | 2021-06-18T18:44:01Z | 2021-06-18T18:44:01Z | MODERATE | 6.8 | {'CWE-22'} | {'https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36', 'https://github.com/advisories/GHSA-5pr9-v234-jw36'} | null |
GHSA | GHSA-52rh-5rpj-c3w6 | Improper handling of multiline messages in node-irc | node-irc is a socket wrapper for the IRC protocol that extends Node.js' EventEmitter. The vulnerability allows an attacker to manipulate a Matrix user into executing IRC commands by having them reply to a maliciously crafted message. Incorrect handling of a CR character allowed for making part of the message be sent to... | null | 2022-05-05T16:00:50Z | 2022-05-05T16:00:50Z | HIGH | 0 | null | {'https://matrix.org/blog/2022/05/04/0-34-0-security-release-for-matrix-appservice-irc-high-severity', 'https://github.com/advisories/GHSA-52rh-5rpj-c3w6', 'https://github.com/matrix-org/node-irc/security/advisories/GHSA-52rh-5rpj-c3w6'} | null |
GHSA | GHSA-8m28-w6xg-35hw | Cross-Site Request Forgery (CSRF) in livehelperchat | livehelperchat is vulnerable to Cross-Site Request Forgery (CSRF) | {'CVE-2022-0231'} | 2022-01-26T20:22:08Z | 2022-01-26T20:22:08Z | MODERATE | 6.5 | {'CWE-352'} | {'https://github.com/livehelperchat/livehelperchat/commit/6ad1349dc5e7503b00c5017499a0a895d7654a61', 'https://github.com/advisories/GHSA-8m28-w6xg-35hw', 'https://huntr.dev/bounties/adaf98cf-60ab-40e0-aa3b-42ba0d3b7cbf', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0231'} | null |
GHSA | GHSA-vpc2-7xmf-ppmf | Out-of-bounds Write in ChakraCore | Chakra Scripting Engine Memory Corruption Vulnerability This CVE ID is unique from CVE-2020-17054. | {'CVE-2020-17048'} | 2021-08-02T17:26:11Z | 2021-08-02T17:26:11Z | HIGH | 8.1 | {'CWE-787'} | {'https://github.com/chakra-core/ChakraCore/pull/6528', 'https://github.com/advisories/GHSA-vpc2-7xmf-ppmf', 'https://nvd.nist.gov/vuln/detail/CVE-2020-17048', 'https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-17048', 'https://github.com/chakra-core/ChakraCore/pull/6528/commits/90e222e9a9ba64... | null |
GHSA | GHSA-5hj3-vjjf-f5m7 | Heap OOB in `SdcaOptimizerV2` | ### Impact
An attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to `tf.raw_ops.SdcaOptimizerV2`:
```python
import tensorflow as tf
tf.raw_ops.SdcaOptimizerV2(
sparse_example_indices=[[1]],
sparse_feature_indices=[[1]],
sparse_feature_values=[[1.0,2.... | {'CVE-2021-37672'} | 2021-08-25T14:41:39Z | 2021-08-25T14:41:39Z | MODERATE | 5.5 | {'CWE-125'} | {'https://github.com/tensorflow/tensorflow/commit/a4e138660270e7599793fa438cd7b2fc2ce215a6', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37672', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-5hj3-vjjf-f5m7', 'https://github.com/advisories/GHSA-5hj3-vjjf-f5m7'} | null |
GHSA | GHSA-7r5f-7qr4-pf6q | Sandbox Breakout / Arbitrary Code Execution in notevil | Versions of `notevil` prior to 1.3.2 are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to prevent access to the `Function` constructor by not checking the return values of function calls. This allows attackers to access the Function prototype's constructor leading to the Sandbox Escap... | null | 2020-09-03T19:03:33Z | 2020-09-03T19:03:33Z | HIGH | 0 | null | {'https://www.npmjs.com/advisories/1093', 'https://github.com/advisories/GHSA-7r5f-7qr4-pf6q'} | null |
GHSA | GHSA-7g2w-6r25-2j7p | Command Injection in libnmap | Versions of `libnmap` before 0.4.16 are vulnerable to command injection.
Proof of concept
```
const nmap = require('libnmap');
const opts = {
range: [
'scanme.nmap.org',
"x.x.$(touch success.txt)"
]
};
nmap.scan(opts, function(err, report) {
if (err) throw new Error(err);
for (let it... | {'CVE-2018-16461'} | 2021-01-08T19:15:46Z | 2018-11-01T14:51:33Z | MODERATE | 0 | {'CWE-77'} | {'https://github.com/advisories/GHSA-7g2w-6r25-2j7p', 'https://www.npmjs.com/advisories/719', 'https://nvd.nist.gov/vuln/detail/CVE-2018-16461', 'https://hackerone.com/reports/390865', 'https://github.com/nodejs/security-wg/blob/master/vuln/npm/474.json'} | null |
GHSA | GHSA-j4ch-mw66-xmqv | Malicious Package in pensi-scheduler | Version 1.1.3 of `pensi-scheduler` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`
## Recommendation
Remove the package from your environment. It's also recommended to ... | null | 2020-09-03T19:16:44Z | 2020-09-03T19:16:44Z | CRITICAL | 0 | null | {'https://github.com/advisories/GHSA-j4ch-mw66-xmqv', 'https://www.npmjs.com/advisories/1107'} | null |
GHSA | GHSA-72hm-fx78-xwhc | XSS vulnerability on contacts view | ### Impact
Mautic versions before 3.3.4/4.0.0 are vulnerable to an inline JS XSS attack through the contact's first or last name and triggered when viewing a contact's details page then clicking on the action drop down and hovering over the Campaigns button. Contact first and last name can be populated from different s... | {'CVE-2021-27911'} | 2022-04-19T19:03:06Z | 2021-09-01T18:40:40Z | HIGH | 8.3 | {'CWE-79'} | {'https://github.com/advisories/GHSA-72hm-fx78-xwhc', 'https://nvd.nist.gov/vuln/detail/CVE-2021-27911', 'https://github.com/mautic/mautic/security/advisories/GHSA-72hm-fx78-xwhc'} | null |
GHSA | GHSA-wwmf-6p58-6vj2 | High severity vulnerability that affects rwiki | The editing form in RWiki 2.1.0pre1 through 2.1.0 allows remote attackers to execute arbitrary Ruby code via unknown attack vectors. | {'CVE-2006-2582'} | 2021-09-21T21:54:53Z | 2017-10-24T18:33:38Z | HIGH | 0 | null | {'https://exchange.xforce.ibmcloud.com/vulnerabilities/26668', 'https://github.com/advisories/GHSA-wwmf-6p58-6vj2', 'http://www.vupen.com/english/advisories/2006/1949', 'https://nvd.nist.gov/vuln/detail/CVE-2006-2582', 'http://secunia.com/advisories/20264'} | null |
GHSA | GHSA-hfg5-xpvw-c9x4 | Improper Input Validation in Apache Camel | Apache Camel's JMX is vulnerable to Rebind Flaw. Apache Camel users should upgrade to 3.2.0. | {'CVE-2020-11971'} | 2022-04-22T18:21:41Z | 2021-05-21T19:20:30Z | HIGH | 7.5 | {'CWE-20'} | {'https://lists.apache.org/thread.html/rc907a3d385a9c62416d686608e7241c864be8ef2ac16a3bdb0e33649@%3Cissues.activemq.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11971', 'https://www.oracle.com/security-alerts/cpujan2021.html', 'https://lists.apache.org/thread.html/r52a5129df402352adc34d052bab9234c8ef63596... | null |
GHSA | GHSA-gp2m-7cfp-h6gf | Incorrect persistent NameID generation in SimpleSAMLphp | ### Background
When a SimpleSAMLphp Identity Provider is misconfigured, a bug in the software when trying to build a persistent `NameID` to univocally identify the authenticating subject could cause different users to get the same identifier generated, depending on the attributes available for them right after authenti... | {'CVE-2017-12873'} | 2021-08-19T16:44:18Z | 2020-01-24T21:28:06Z | CRITICAL | 9.8 | {'CWE-384'} | {'https://simplesamlphp.org/security/201612-04', 'https://github.com/advisories/GHSA-gp2m-7cfp-h6gf', 'https://nvd.nist.gov/vuln/detail/CVE-2017-12873', 'https://github.com/simplesamlphp/simplesamlphp/commit/90dca835158495b173808273e7df127303b8b953', 'https://lists.debian.org/debian-lts-announce/2017/12/msg00007.html',... | null |
GHSA | GHSA-p493-635q-r6gr | Remote code execution via the `pretty` option. | ### Impact
If a remote attacker was able to control the `pretty` option of the pug compiler, e.g. if you spread a user provided object such as the query parameters of a request into the pug template inputs, it was possible for them to achieve remote code execution on the node.js backend.
### Patches
Upgrade to `pug@... | {'CVE-2021-21353'} | 2021-03-04T17:42:33Z | 2021-03-03T02:03:52Z | HIGH | 6.8 | {'CWE-74'} | {'https://github.com/pugjs/pug/issues/3312', 'https://github.com/pugjs/pug/releases/tag/pug%403.0.1', 'https://github.com/pugjs/pug/commit/991e78f7c4220b2f8da042877c6f0ef5a4683be0', 'https://www.npmjs.com/package/pug', 'https://github.com/pugjs/pug/pull/3314', 'https://www.npmjs.com/package/pug-code-gen', 'https://gith... | null |
GHSA | GHSA-gj76-429m-56wc | Deserialization of Untrusted Data in Apache Olingo | Apache Olingo versions 4.0.0 to 4.6.0 provide the AbstractService class, which is public API, uses ObjectInputStream and doesn't check classes being deserialized. If an attacker can feed malicious metadata to the class, then it may result in running attacker's code in the worse case. | {'CVE-2019-17556'} | 2021-08-19T16:54:03Z | 2020-02-04T22:38:22Z | CRITICAL | 9.8 | {'CWE-502'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-17556', 'https://issues.apache.org/jira/browse/OLINGO-1410', 'https://github.com/apache/olingo-odata4/pull/60/files', 'https://github.com/advisories/GHSA-gj76-429m-56wc', 'https://mail-archives.apache.org/mod_mbox/olingo-user/201912.mbox/%3CCAGSZ4d4vbSYaVh3aUWAvcVHK2qcFxxCZd3... | null |
GHSA | GHSA-h48w-c35p-6m8x | Out-of-bounds Write in Play Framework | An issue was discovered in PlayJava in Play Framework 2.6.0 through 2.8.2. The body parsing of HTTP requests eagerly parses a payload given a Content-Type header. A deep JSON structure sent to a valid POST endpoint (that may or may not expect JSON payloads) causes a StackOverflowError and Denial of Service. | {'CVE-2020-27196'} | 2022-02-10T20:23:25Z | 2022-02-10T20:23:25Z | HIGH | 7.5 | {'CWE-787'} | {'https://www.playframework.com/security/vulnerability/CVE-2020-27196-DosViaJsonStackOverflow', 'https://github.com/playframework/playframework/pull/10321', 'https://nvd.nist.gov/vuln/detail/CVE-2020-27196', 'https://github.com/advisories/GHSA-h48w-c35p-6m8x'} | null |
GHSA | GHSA-7jh9-6cpf-h4m7 | XSS in hello.js | This affects the package hello.js before 1.18.6. The code get the param oauth_redirect from url and pass it to location.assign without any check and sanitisation. So we can simply pass some XSS payloads into the url param oauth_redirect, such as javascript:alert(1). | {'CVE-2020-7741'} | 2021-09-27T20:56:45Z | 2021-01-13T19:07:01Z | CRITICAL | 0 | {'CWE-79'} | {'https://github.com/MrSwitch/hello.js/commit/d6f5137f30de6e0ef7048191ee6ae575fdc2f669', 'https://snyk.io/vuln/SNYK-JS-HELLOJS-1014546', 'https://github.com/MrSwitch/hello.js/blob/3b79ec93781b3d7b9c0b56f598e060301d1f3e73/dist/hello.all.js%23L1545', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7741', 'https://github.com/a... | null |
GHSA | GHSA-3m2r-q8x3-xmf7 | Moderate severity vulnerability that affects Microsoft.AspNetCore.All, Microsoft.AspNetCore.Server.Kestrel.Core, Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions, and Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | Microsoft made an internal discovery of a security vulnerability in version 2.x of ASP.NET Core where
a specially crafted request can cause excess resource consumption in Kestrel.
| null | 2021-12-03T14:27:37Z | 2018-10-16T19:59:48Z | MODERATE | 0 | null | {'https://github.com/advisories/GHSA-3m2r-q8x3-xmf7', 'https://github.com/aspnet/Announcements/issues/300'} | null |
GHSA | GHSA-j3g9-6fx5-gjv7 | Inadequate Encryption Strength in DotNetNuke | DNN (aka DotNetNuke) 9.2 through 9.2.2 uses a weak encryption algorithm to protect input parameters. NOTE: this issue exists because of an incomplete fix for CVE-2018-15811. | {'CVE-2018-18325'} | 2021-08-17T15:49:31Z | 2019-07-05T21:08:16Z | HIGH | 7.5 | {'CWE-326'} | {'https://www.dnnsoftware.com/community/security/security-center', 'http://packetstormsecurity.com/files/157080/DotNetNuke-Cookie-Deserialization-Remote-Code-Execution.html', 'https://nvd.nist.gov/vuln/detail/CVE-2018-18325', 'https://github.com/dnnsoftware/Dnn.Platform/releases', 'https://github.com/advisories/GHSA-j3... | null |
GHSA | GHSA-3h2h-xqr2-2jp7 | Cross-site Scripting (XSS) in Apache ActiveMQ Artemis | In Apache ActiveMQ Artemis 2.5.0 to 2.13.0, a specially crafted MQTT packet which has an XSS payload as client-id or topic name can exploit this vulnerability. The XSS payload is being injected into the admin console's browser. The XSS payload is triggered in the diagram plugin; queue node and the info section. | {'CVE-2020-13932'} | 2022-02-09T22:14:01Z | 2022-02-09T22:14:01Z | MODERATE | 6.1 | {'CWE-79'} | {'https://activemq.apache.org/security-advisories.data/CVE-2020-13932-announcement.txt', 'https://lists.apache.org/thread.html/r7fcedcc89e5f296b174d6b8c1438c607c30d809c04292e5732d6e4eb@%3Cusers.activemq.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2020-13932', 'https://lists.apache.org/thread.html/rb2fd3bf2dce... | null |
GHSA | GHSA-9jp8-cwwx-p64q | XSS in richtext custom tag attributes in ezsystems/ezplatform-richtext | The rich text editor does not escape attribute data when previewing custom tags. This means XSS is possible if custom tags are used, for users who have access to editing rich text content. Frontend content view is not affected, but the vulnerability could be used by editors to attack other editors. The fix ensures cust... | null | 2021-12-01T18:28:38Z | 2021-12-01T18:28:38Z | MODERATE | 0 | null | {'https://github.com/advisories/GHSA-9jp8-cwwx-p64q', 'https://developers.ibexa.co/security-advisories/ibexa-sa-2021-010-xss-in-richtext-custom-tag-attributes', 'https://github.com/ezsystems/ezplatform-admin-ui/security/advisories/GHSA-9jp8-cwwx-p64q'} | null |
GHSA | GHSA-fxhp-wrw9-3r97 | XML external entity (XXE) injection in Apache Nutch | An XML external entity (XXE) injection vulnerability was discovered in the Nutch DmozParser and is known to affect Nutch versions < 1.18. XML external entity injection (also known as XXE) is a web security vulnerability that allows an attacker to interfere with an application's processing of XML data. It often allows a... | {'CVE-2021-23901'} | 2022-03-21T20:26:43Z | 2022-03-18T17:46:29Z | CRITICAL | 9.1 | {'CWE-611'} | {'https://lists.apache.org/thread.html/r7ddfd680aa7ea001ca8da63bb23e3f8caa095a8b4f2261e46bade5c7@%3Cdev.nutch.apache.org%3E', 'https://lists.apache.org/thread.html/r5e2f7737b42c73a3325f3c2c8cdee1ec27631b3a0e144104d84d70e6@%3Cannounce.apache.org%3E', 'https://security.netapp.com/advisory/ntap-20210513-0003/', 'https://n... | null |
GHSA | GHSA-4j46-mp85-mv8c | Path traversal in rollup-plugin-serve | Path traversal in npm package `rollup-plugin-serve` before version 1.0.2. There is no path sanitization in `readFile` operation. | {'CVE-2020-7684'} | 2021-05-18T01:52:24Z | 2021-05-18T01:52:24Z | CRITICAL | 9.8 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-7684', 'https://github.com/advisories/GHSA-4j46-mp85-mv8c', 'https://github.com/thgh/rollup-plugin-serve/commit/3d144f2f47e86fcba34f5a144968da94220e3969', 'https://github.com/thgh/rollup-plugin-serve/releases/tag/v1.0.2', 'https://vuldb.com/?id.158745'} | null |
GHSA | GHSA-q7f7-544h-67h9 | FPE in TFLite pooling operations | ### Impact
The implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0.
### Patches
We have patched the issue in GitHub commit [dfa22b348b70bb89d6d6ec0ff53973bacb4f4695](https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973ba... | {'CVE-2021-37684'} | 2021-08-25T14:40:13Z | 2021-08-25T14:40:13Z | MODERATE | 5.5 | {'CWE-369'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-q7f7-544h-67h9', 'https://github.com/advisories/GHSA-q7f7-544h-67h9', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37684'} | null |
GHSA | GHSA-ffpv-c4hm-3x6v | actionpack is vulnerable to denial of service via a crafted HTTP Accept header | actionpack/lib/action_dispatch/http/mime_type.rb in Action Pack in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly restrict use of the MIME type cache, which allows remote attackers to cause a denial of service (memory consumption) via... | {'CVE-2016-0751'} | 2022-04-25T20:50:14Z | 2017-10-24T18:33:35Z | HIGH | 7.5 | null | {'https://groups.google.com/forum/message/raw?msg=ruby-security-ann/9oLY_FCzvoc/5CDXbvpYEgAJ', 'http://lists.fedoraproject.org/pipermail/package-announce/2016-February/178067.html', 'http://rhn.redhat.com/errata/RHSA-2016-0296.html', 'http://www.securitytracker.com/id/1034816', 'http://lists.fedoraproject.org/pipermail... | null |
GHSA | GHSA-ff2w-cq2g-wv5f | HTTP Request Smuggling in Netty | Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace (such as a [space]Transfer-Encoding:chunked line) and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869. | {'CVE-2020-7238'} | 2021-08-19T17:32:40Z | 2020-02-21T18:55:50Z | HIGH | 7.5 | {'CWE-444'} | {'https://lists.debian.org/debian-lts-announce/2020/02/msg00018.html', 'https://access.redhat.com/errata/RHSA-2020:0605', 'https://access.redhat.com/errata/RHSA-2020:0804', 'https://access.redhat.com/errata/RHSA-2020:0497', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/... | null |
GHSA | GHSA-8786-wg74-f522 | Improper Control of Dynamically-Managed Code Resources in Crafter CMS Crafter Studio | Improper Control of Dynamically-Managed Code Resources vulnerability in Crafter Studio of Crafter CMS allows authenticated developers to execute OS commands via FreeMarker template exposed objects. This issue affects: Crafter Software Crafter CMS 3.0 versions prior to 3.0.27; 3.1 versions prior to 3.1.7. | {'CVE-2020-25803'} | 2022-02-09T23:07:54Z | 2022-02-09T23:07:54Z | HIGH | 7.2 | {'CWE-913'} | {'https://github.com/advisories/GHSA-8786-wg74-f522', 'https://docs.craftercms.org/en/3.1/security/advisory.html#cv-2020080102', 'https://nvd.nist.gov/vuln/detail/CVE-2020-25803'} | null |
GHSA | GHSA-r577-4hq7-73qh | Remote Code Execution in Apache Dubbo | Apache Dubbo supports various rules to support configuration override or traffic routing (called routing in Dubbo). These rules are loaded into the configuration center (eg: Zookeeper, Nacos, ...) and retrieved by the customers when making a request in order to find the right endpoint. When parsing these YAML rules, Du... | {'CVE-2021-36162'} | 2021-09-15T18:29:18Z | 2021-09-08T20:14:24Z | HIGH | 8.8 | {'CWE-77'} | {'https://lists.apache.org/thread.html/rfa351115a459e214b99ffcc52c35f33359f3370c547d9c6ba1a60037%40%3Cdev.dubbo.apache.org%3E', 'https://github.com/advisories/GHSA-r577-4hq7-73qh', 'https://nvd.nist.gov/vuln/detail/CVE-2021-36162'} | null |
GHSA | GHSA-xxvw-45rp-3mj2 | Deserialization Code Execution in js-yaml | Versions 2.0.4 and earlier of `js-yaml` are affected by a code execution vulnerability in the YAML deserializer.
## Proof of Concept
```
const yaml = require('js-yaml');
const x = `test: !!js/function >
function f() {
console.log(1);
}();`
yaml.load(x);
```
## Recommendation
Update js-yaml to version 2.0.5 or l... | {'CVE-2013-4660'} | 2021-09-22T18:27:57Z | 2017-10-24T18:33:37Z | CRITICAL | 0 | {'CWE-20'} | {'https://github.com/advisories/GHSA-xxvw-45rp-3mj2', 'https://www.npmjs.com/advisories/16', 'https://nealpoole.com/blog/2013/06/code-execution-via-yaml-in-js-yaml-nodejs-module/', 'https://nvd.nist.gov/vuln/detail/CVE-2013-4660', 'http://portal.nodesecurity.io/advisories/js-yaml'} | null |
GHSA | GHSA-3gg9-f3vh-866f | Improper Certificate Validation in Graylog | Graylog before 3.3.3 lacks SSL Certificate Validation for LDAP servers. It allows use of an external user/group database stored in LDAP. The connection configuration allows the usage of unencrypted, SSL- or TLS-secured connections. Unfortunately, the Graylog client code (in all versions that support LDAP) does not impl... | {'CVE-2020-15813'} | 2022-02-10T22:39:58Z | 2022-02-10T22:39:58Z | HIGH | 8.1 | {'CWE-295'} | {'https://github.com/Graylog2/graylog2-server/issues/5906', 'https://github.com/Graylog2/graylog2-server/pull/8569', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15813', 'https://github.com/advisories/GHSA-3gg9-f3vh-866f'} | null |
GHSA | GHSA-qc65-cgvr-93p6 | Code injection in kill-process-by-name | This affects all versions of package kill-process-by-name. If (attacker-controlled) user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization in the index.js file. | {'CVE-2021-23356'} | 2021-03-25T00:17:45Z | 2021-03-19T21:19:18Z | HIGH | 9.8 | {'CWE-77'} | {'https://snyk.io/vuln/SNYK-JS-KILLPROCESSBYNAME-1078534', 'https://github.com/advisories/GHSA-qc65-cgvr-93p6', 'https://nvd.nist.gov/vuln/detail/CVE-2021-23356'} | null |
GHSA | GHSA-7qmm-q394-fmch | Command Injection in ps-kill | This affects all versions of package ps-kill. If (attacker-controlled) user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization in the index.js file. PoC (provided by reporter): var ps_kill = ... | {'CVE-2021-23355'} | 2021-03-25T00:17:34Z | 2021-03-19T21:19:29Z | CRITICAL | 9.8 | {'CWE-77'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-23355', 'https://snyk.io/vuln/SNYK-JS-PSKILL-1078529', 'https://github.com/advisories/GHSA-7qmm-q394-fmch'} | null |
GHSA | GHSA-2mp5-m968-gwr2 | Path Traversal in http-file-server | All versions of `http-file-server` are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.
## Recommendation
No fix is currently available. Consider using an alternative package until a fix is made available. | {'CVE-2019-5447'} | 2021-01-08T21:15:58Z | 2019-07-16T00:41:34Z | HIGH | 0 | {'CWE-22'} | {'https://www.npmjs.com/advisories/1077', 'https://nvd.nist.gov/vuln/detail/CVE-2019-5447', 'https://hackerone.com/reports/570133', 'https://github.com/advisories/GHSA-2mp5-m968-gwr2'} | null |
GHSA | GHSA-2m96-9w4j-wgv7 | Prototype Pollution in lodash.merge | Versions of `lodash.merge` before 4.6.1 are vulnerable to Prototype Pollution. The function 'merge' may allow a malicious user to modify the prototype of `Object` via `__proto__` causing the addition or modification of an existing property that will exist on all objects.
## Recommendation
Update to version 4.6.1 o... | null | 2021-09-28T22:42:13Z | 2020-09-03T18:06:00Z | HIGH | 0 | {'CWE-1321'} | {'https://www.npmjs.com/advisories/1067', 'https://github.com/advisories/GHSA-2m96-9w4j-wgv7'} | null |
GHSA | GHSA-cq58-r77c-5jjw | Cross-site scripting (XSS) from image block content in the site frontend | ### Impact
Kirby's [blocks field](https://getkirby.com/docs/reference/panel/fields/blocks) stores structured data for each block. This data is then used in [block snippets](https://getkirby.com/docs/reference/panel/fields/blocks#block-snippets) to convert the blocks to HTML for use in your templates. We recommend to [... | {'CVE-2021-41258'} | 2022-04-19T19:03:14Z | 2021-11-16T17:04:41Z | MODERATE | 5.4 | {'CWE-79', 'CWE-80'} | {'https://github.com/getkirby/kirby/security/advisories/GHSA-cq58-r77c-5jjw', 'https://github.com/advisories/GHSA-cq58-r77c-5jjw', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41258', 'https://github.com/getkirby/kirby/pull/3510', 'https://github.com/getkirby/kirby/releases/tag/3.5.8'} | null |
GHSA | GHSA-2fwq-wx47-hm6x | Malicious Package in bcion | All versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.
## Recommendation
Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a d... | null | 2021-10-01T20:30:20Z | 2020-09-04T15:31:39Z | CRITICAL | 9.1 | {'CWE-506'} | {'https://www.npmjs.com/advisories/1352', 'https://github.com/advisories/GHSA-2fwq-wx47-hm6x'} | null |
GHSA | GHSA-xhw6-hjc9-679m | Token validation bypass in Pac4j | Pac4j v5.1 and earlier allows (by default) clients to accept and successfully validate ID Tokens with "none" algorithm (i.e., tokens with no signature) which is not secure and violates the OpenID Core Specification. The "none" algorithm does not require any signature verification when validating the ID tokens, which al... | {'CVE-2021-44878'} | 2022-04-01T18:07:15Z | 2022-01-08T00:36:05Z | HIGH | 7.5 | {'CWE-347'} | {'https://github.com/pac4j/pac4j/commit/22b82ffd702a132d9f09da60362fc6264fc281ae', 'https://nvd.nist.gov/vuln/detail/CVE-2021-44878', 'https://github.com/advisories/GHSA-xhw6-hjc9-679m', 'https://openid.net/specs/openid-connect-core-1_0.html#IDToken', 'https://www.pac4j.org/blog/cve_2021_44878_is_this_serious.html'} | null |
GHSA | GHSA-wch2-46wj-6x5j | Malicious Package in bip30 | All versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.
## Recommendation
Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a d... | null | 2021-10-01T20:38:54Z | 2020-09-04T15:37:15Z | CRITICAL | 9.1 | {'CWE-506'} | {'https://github.com/advisories/GHSA-wch2-46wj-6x5j', 'https://www.npmjs.com/advisories/1358'} | null |
GHSA | GHSA-3cgg-gh9j-w8vm | Directory Traversal in iter-http | Affected versions of `iter-http` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.
Example request:
```
GET /..... | {'CVE-2017-16094'} | 2021-01-08T20:02:06Z | 2018-07-24T13:58:10Z | HIGH | 0 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2017-16094', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/iter-http', 'https://github.com/advisories/GHSA-3cgg-gh9j-w8vm', 'https://nodesecurity.io/advisories/343', 'https://www.npmjs.com/advisories/343'} | null |
GHSA | 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'} | 2022-04-12T22:18:16Z | 2022-02-15T01:57:18Z | CRITICAL | 9.8 | {'CWE-287'} | {'https://access.redhat.com/errata/RHSA-2019:0019', 'https://nvd.nist.gov/vuln/detail/CVE-2018-15727', '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://www.securityfocus.com... | null |
GHSA | GHSA-4j77-gg36-9864 | Cross-Site Scripting in TYPO3 CMS Link Handling | It has been discovered that link tags generated by `typolink` functionality are vulnerable to cross-site scripting - properties being assigned as HTML attributes have not been parsed correctly.
Update to TYPO3 versions 9.5.17 or 10.4.2 that fix the problem described.
### References
* https://typo3.org/security/adviso... | {'CVE-2020-11065'} | 2022-04-19T19:02:26Z | 2020-05-13T23:18:12Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/TYPO3/TYPO3.CMS/security/advisories/GHSA-4j77-gg36-9864', 'https://github.com/advisories/GHSA-4j77-gg36-9864', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11065'} | null |
GHSA | GHSA-c5r5-7pfh-6qg6 | OS command injection in BibTeX-Ruby | BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized user input being passed directly to the built-in Ruby Kernel.open method through BibTeX.open. | {'CVE-2019-10780'} | 2021-08-19T17:15:39Z | 2020-02-14T23:10:01Z | CRITICAL | 9.8 | {'CWE-78'} | {'https://snyk.io/vuln/SNYK-RUBY-BIBTEXRUBY-542602', 'https://github.com/advisories/GHSA-c5r5-7pfh-6qg6', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10780', 'https://github.com/inukshuk/bibtex-ruby/commit/14406f4460f4e1ecabd25ca94f809b3ea7c5fb11'} | null |
GHSA | GHSA-763g-fqq7-48wg | XML external entity (XXE) processing ('external-parameter-entities' feature was not fully disabled)) | Due to an incomplete fix for [CVE-2019-9658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9658), checkstyle was still vulnerable to XML External Entity (XXE) Processing.
### Impact
#### User: Build Maintainers
This vulnerability probably doesn't impact Maven/Gradle users as, in most cases, these builds ar... | {'CVE-2019-10782'} | 2022-04-19T19:02:47Z | 2020-01-31T18:00:07Z | MODERATE | 5.3 | {'CWE-611'} | {'https://github.com/checkstyle/checkstyle/commit/c46a16d177e6797895b195c288ae9a9a096254b8', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10782', 'https://lists.debian.org/debian-lts-announce/2020/02/msg00008.html', 'https://snyk.io/vuln/SNYK-JAVA-COMPUPPYCRAWLTOOLS-543266', 'https://github.com/advisories/GHSA-763g-fqq7-... | null |
GHSA | GHSA-qwmj-72mp-q3m2 | Missing Authorization in TYPO3 extension | The direct_mail extension through 5.2.3 for TYPO3 allows Information Disclosure via a newsletter subscriber data Special Query. | {'CVE-2020-12700'} | 2021-07-28T19:17:49Z | 2021-07-26T21:34:58Z | MODERATE | 4.3 | {'CWE-862'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-12700', 'https://typo3.org/help/security-advisories', 'https://typo3.org/security/advisory/typo3-ext-sa-2020-005', 'https://github.com/advisories/GHSA-qwmj-72mp-q3m2'} | null |
GHSA | GHSA-cjjf-94ff-43w7 | High severity vulnerability that affects com.fasterxml.jackson.core:jackson-databind | An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Jodd-db jar (for database access for the Jodd framework) in the classpath, and an attacker can provide an LDAP service to access, ... | {'CVE-2018-12022'} | 2021-06-11T15:58:50Z | 2019-03-25T18:03:09Z | HIGH | 7.5 | {'CWE-502'} | {'https://www.debian.org/security/2019/dsa-4452', 'https://lists.apache.org/thread.html/7fcf88aff0d1deaa5c3c7be8d58c05ad7ad5da94b59065d8e7c50c5d@%3Cissues.lucene.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2018-12022', 'https://github.com/FasterXML/jackson-databind/commit/28badf7ef60ac3e7ef151cd8e8ec010b84792... | null |
GHSA | GHSA-hjhr-r3gq-qvp6 | Timing Attack in csrf-lite | Affected versions of `csrf-lite` are vulnerable to timing attacks as a result of testing CSRF tokens via a fail-early comparison instead of a constant-time comparison.
Timing attacks remove the exponential increase in entropy gained from increased secret length, by providing per-character feedback on the correctness ... | {'CVE-2016-10535'} | 2021-01-08T18:40:40Z | 2019-02-18T23:39:44Z | HIGH | 0 | {'CWE-208'} | {'https://nvd.nist.gov/vuln/detail/CVE-2016-10535', 'https://github.com/advisories/GHSA-hjhr-r3gq-qvp6', 'https://github.com/isaacs/csrf-lite/pull/1', 'https://nodesecurity.io/advisories/94', 'https://www.npmjs.com/advisories/94'} | null |
GHSA | GHSA-2363-cqg2-863c | XML External Entity (XXE) Injection in JDOM | An XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request. At this time there is not released fixed version of JDOM. As a workaround, to avoid external entities being expanded, one can call `builder.setExpandEntities(false)` and they won't be expanded. | {'CVE-2021-33813'} | 2022-04-22T15:47:57Z | 2021-07-27T19:02:56Z | HIGH | 7.5 | {'CWE-611'} | {'https://lists.debian.org/debian-lts-announce/2021/07/msg00012.html', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://alephsecurity.com/vulns/aleph-2021003', 'https://lists.apache.org/thread.html/r845e987b7cd8efe610284958e997b84583f5a98d3394adc09e3482fe@%3Cissues.solr.apache.org%3E', 'https://lists.... | null |
GHSA | GHSA-2j2j-8rrv-264g | Cross-Site Scripting in exceljs | Versions of `exceljs` before 1.6.0 are vulnerable to cross-site scripting.
This vulnerability is due to `exceljs` does not validate data from parsed XLSX file and allows to embed HTML tags, like `<script>`, directly in the sheet cells. Because of this it's possible to inject malicious JavaScript code and execute it ... | {'CVE-2018-16459'} | 2021-01-08T20:08:24Z | 2018-09-11T18:58:40Z | MODERATE | 0 | {'CWE-79'} | {'https://github.com/advisories/GHSA-2j2j-8rrv-264g', 'https://hackerone.com/reports/356809', 'https://www.npmjs.com/advisories/733', 'https://nvd.nist.gov/vuln/detail/CVE-2018-16459', 'https://github.com/nodejs/security-wg/blob/master/vuln/npm/464.json'} | null |
GHSA | GHSA-5pg8-h4gv-m3p8 | Null pointer deference in fltk | An issue was discovered in the fltk crate before 0.15.3 for Rust. There is a NULL pointer dereference during attempted use of a multi label type if the image is nonexistent. | {'CVE-2021-28306'} | 2021-08-25T20:53:56Z | 2021-08-25T20:53:56Z | HIGH | 7.5 | {'CWE-476'} | {'https://rustsec.org/advisories/RUSTSEC-2021-0038.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-28306', 'https://github.com/advisories/GHSA-5pg8-h4gv-m3p8', 'https://github.com/MoAlyousef/fltk-rs/issues/519'} | null |
GHSA | GHSA-3pxp-6963-46r9 | Command Injection in pdfinfojs | Versions of `pdfinfojs` before 0.4.1 are vulnerable to command injection. This is exploitable if an attacker can control the filename parameter that is passed into the `pdfinfojs` constructor.
## Recommendation
Update to version 0.4.1 or later. | {'CVE-2018-3746'} | 2021-01-08T20:00:19Z | 2018-06-07T19:43:00Z | HIGH | 0 | {'CWE-77'} | {'https://github.com/fagbokforlaget/pdfinfojs/commit/5cc59cd8aa13ca8d16bb41da8affdfef370ad4fd', 'https://github.com/advisories/GHSA-3pxp-6963-46r9', 'https://hackerone.com/reports/330957', 'https://www.npmjs.com/advisories/643', 'https://nvd.nist.gov/vuln/detail/CVE-2018-3746'} | null |
GHSA | GHSA-h835-75hw-pj89 | Moderate severity vulnerability that affects activesupport | Cross-site scripting (XSS) vulnerability in activesupport/lib/active_support/core_ext/string/output_safety.rb in Ruby on Rails before 3.0.17, 3.1.x before 3.1.8, and 3.2.x before 3.2.8 might allow remote attackers to inject arbitrary web script or HTML via vectors involving a ' (quote) character. | {'CVE-2012-3464'} | 2021-09-14T16:52:32Z | 2017-10-24T18:33:37Z | MODERATE | 0 | {'CWE-79'} | {'https://github.com/advisories/GHSA-h835-75hw-pj89', 'https://groups.google.com/group/rubyonrails-security/msg/8f1bbe1cef8c6caf?dmode=source&output=gplain', 'http://weblog.rubyonrails.org/2012/8/9/ann-rails-3-2-8-has-been-released/', 'https://nvd.nist.gov/vuln/detail/CVE-2012-3464', 'http://secunia.com/advisories/5069... | null |
GHSA | GHSA-vrc7-6g8w-jh56 | Improper Input Validation in xdLocalStorage | An issue was discovered in xdLocalStorage through 2.0.5. The receiveMessage() function in xdLocalStoragePostMessageApi.js does not implement any validation of the origin of web messages. Remote attackers who can entice a user to load a malicious site can exploit this issue to impact the confidentiality and integrity of... | {'CVE-2015-9544'} | 2022-04-19T19:03:27Z | 2021-12-09T19:29:36Z | HIGH | 7.1 | {'CWE-20'} | {'https://github.com/advisories/GHSA-vrc7-6g8w-jh56', 'https://github.com/ofirdagan/cross-domain-local-storage', 'https://github.com/ofirdagan/cross-domain-local-storage/pull/19', 'https://nvd.nist.gov/vuln/detail/CVE-2015-9544', 'https://grimhacker.com/exploiting-xdlocalstorage-localstorage-and-postmessage/#Missing-Or... | null |
GHSA | GHSA-fhv4-fx3v-77w6 | quinn invalidly assumes the memory layout of std::net::SocketAddr | An issue was discovered in the quinn crate for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures. | {'CVE-2021-28036'} | 2021-08-25T20:52:05Z | 2021-08-25T20:52:05Z | HIGH | 7.5 | {'CWE-119'} | {'https://github.com/quinn-rs/quinn/issues/968', 'https://nvd.nist.gov/vuln/detail/CVE-2021-28036', 'https://github.com/advisories/GHSA-fhv4-fx3v-77w6', 'https://rustsec.org/advisories/RUSTSEC-2021-0035.html'} | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.