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-g4mq-6fp5-qwcf | Exposure of Resource to Wrong Sphere and Insecure Temporary File in Ansible | A race condition flaw was found in Ansible Engine 2.7.17 and prior, 2.8.9 and prior, 2.9.6 and prior when running a playbook with an unprivileged become user. When Ansible needs to run a module with become user, the temporary directory is created in /var/tmp. This directory is created with "umask 77 && mkdir -p <dir>";... | {'CVE-2020-1733'} | 2022-04-26T18:13:07Z | 2021-04-20T16:46:12Z | MODERATE | 5 | {'CWE-362', 'CWE-377', 'CWE-668'} | {'https://lists.debian.org/debian-lts-announce/2020/05/msg00005.html', 'https://security.gentoo.org/glsa/202006-11', 'https://www.debian.org/security/2021/dsa-4950', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WQVOQD4VAIXXTVQAJKTN7NUGTJFE2PCB/', 'https://github.com/ad... | null |
GHSA | GHSA-wjf2-7f9g-86f5 | Malicious Package in fast-requests | All versions of `fast-requests` contain obfuscated malware that uploads Discord user tokens to a remote server. This allows attackers to make purchases on behalf of users if they have credit cards linked to their Discord accounts.
## Recommendation
Remove the package from your environment. Review your Discord accoun... | null | 2021-09-30T20:05:44Z | 2020-09-03T18:23:38Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://github.com/advisories/GHSA-wjf2-7f9g-86f5', 'https://www.npmjs.com/advisories/1086'} | null |
GHSA | GHSA-xmxh-g7wj-8m4m | OS Command Injection in curling | npm package `curling` before version 1.1.0 is vulnerable to Command Injection via the run function. The command argument can be controlled by users without any sanitization. | {'CVE-2019-10789'} | 2021-04-13T15:32:26Z | 2021-04-13T15:32:26Z | HIGH | 9.8 | {'CWE-78'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-10789', 'https://github.com/advisories/GHSA-xmxh-g7wj-8m4m', 'https://snyk.io/vuln/SNYK-JS-CURLING-546484', 'https://github.com/hgarcia/curling/blob/e861d625c074679a2931bcf4ce8da0afa8162c53/lib/curl-transport.js#L56'} | null |
GHSA | GHSA-xxfr-jrgh-x392 | Remote code execution in ChakraCore | A remote code execution vulnerability exists in the way that the ChakraCore scripting engine handles objects in memory, aka 'Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2020-1057, CVE-2020-1180. | {'CVE-2020-1172'} | 2021-08-02T17:29:01Z | 2021-08-02T17:29:01Z | HIGH | 7.5 | {'CWE-787'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-1172', 'https://github.com/advisories/GHSA-xxfr-jrgh-x392', 'https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1172', 'https://github.com/chakra-core/ChakraCore/pull/6500'} | null |
GHSA | GHSA-p4x4-rw2p-8j8m | Cross-site Scripting in Sanitize | When HTML is sanitized using Sanitize's "relaxed" config or a custom config that allows certain elements, some content in a `<math>` or `<svg>` element may not be sanitized correctly even if `math` and `svg` are not in the allowlist.
You are likely to be vulnerable to this issue if you use Sanitize's relaxed config or... | {'CVE-2020-4054'} | 2021-01-08T17:08:41Z | 2020-06-16T22:08:06Z | HIGH | 7.3 | {'CWE-79'} | {'https://github.com/advisories/GHSA-p4x4-rw2p-8j8m', 'https://github.com/rgrove/sanitize/commit/a11498de9e283cd457b35ee252983662f7452aa9', 'https://github.com/rgrove/sanitize/security/advisories/GHSA-p4x4-rw2p-8j8m', 'https://nvd.nist.gov/vuln/detail/CVE-2020-4054', 'https://github.com/rgrove/sanitize/releases/tag/v5.... | null |
GHSA | GHSA-wc4x-4gm2-74j8 | Improper Certificate Validation in Apache Geode | When TLS is enabled with ssl-endpoint-identification-enabled set to true, Apache Geode fails to perform hostname verification of the entries in the certificate SAN during the SSL handshake. This could compromise intra-cluster communication using a man-in-the-middle attack. | {'CVE-2019-10091'} | 2022-02-10T20:51:04Z | 2022-02-10T20:51:04Z | MODERATE | 7.4 | {'CWE-295'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-10091', 'https://lists.apache.org/thread.html/r3342077ac4798631300366be86e545d0c08753cca8fd2663867fe200%40%3Cdev.geode.apache.org%3E', 'https://github.com/advisories/GHSA-wc4x-4gm2-74j8'} | null |
GHSA | GHSA-32xf-jwmv-9hf3 | Directory traversal attack in Spring Cloud Config | Spring Cloud Config, versions 2.2.x prior to 2.2.3, versions 2.1.x prior to 2.1.9, and older unsupported versions allow applications to serve arbitrary configuration files through the spring-cloud-config-server module. A malicious user, or attacker, can send a request using a specially crafted URL that can lead to a di... | {'CVE-2020-5410'} | 2021-01-08T20:13:13Z | 2020-06-05T16:13:20Z | MODERATE | 0 | {'CWE-23'} | {'https://github.com/advisories/GHSA-32xf-jwmv-9hf3', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5410', 'https://tanzu.vmware.com/security/cve-2020-5410'} | null |
GHSA | GHSA-g2pf-qjgf-6fw3 | Downloads Resources over HTTP in openframe-glslviewer | Affected versions of `openframe-glslviewer` 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 runni... | {'CVE-2016-10607'} | 2021-09-16T20:41:46Z | 2019-02-18T23:33:42Z | HIGH | 0 | {'CWE-311', 'CWE-269'} | {'https://nvd.nist.gov/vuln/detail/CVE-2016-10607', 'https://github.com/advisories/GHSA-g2pf-qjgf-6fw3', 'https://nodesecurity.io/advisories/208', 'https://www.npmjs.com/advisories/208'} | null |
GHSA | GHSA-6rmq-x2hv-vxpp | Vulnerable third party libraries in certain configurations of Symfony | In Drupal Core versions 7.x prior to 7.62, 8.6.x prior to 8.6.6 and 8.5.x prior to 8.5.9; Drupal core uses the third-party PEAR Archive_Tar library. This library has released a security update which impacts some Drupal configurations. Refer to CVE-2018-1000888 for details | {'CVE-2019-6338'} | 2021-08-19T15:23:19Z | 2019-12-02T18:11:25Z | HIGH | 8 | {'CWE-502'} | {'https://www.debian.org/security/2019/dsa-4370', 'http://www.securityfocus.com/bid/106706', 'https://lists.debian.org/debian-lts-announce/2019/02/msg00032.html', 'https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2019-6338.yaml', 'https://nvd.nist.gov/vuln/detail/CVE-2019-6338', 'https:... | null |
GHSA | GHSA-gggp-gh2p-996x | Path Traversal in LemMinX | A flaw was found in LemMinX in versions prior to 0.19.0. Cache poisoning of external schema files is possible due to directory traversal. | {'CVE-2022-0673'} | 2022-03-02T21:56:44Z | 2022-02-19T00:01:27Z | MODERATE | 6.5 | {'CWE-22'} | {'https://github.com/eclipse/lemminx/pull/1171', 'https://github.com/eclipse/lemminx/blob/master/CHANGELOG.md#0190-february-14-2022', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0673', 'https://github.com/advisories/GHSA-gggp-gh2p-996x'} | null |
GHSA | GHSA-6rhx-hqxm-8p36 | Double free in http | An issue was discovered in the http crate before 0.1.20 for Rust. The HeaderMap::Drain API can use a raw pointer, defeating soundness. | {'CVE-2019-25009'} | 2021-08-25T20:46:44Z | 2021-08-25T20:46:44Z | CRITICAL | 9.8 | {'CWE-415'} | {'https://rustsec.org/advisories/RUSTSEC-2019-0034.html', 'https://github.com/advisories/GHSA-6rhx-hqxm-8p36', 'https://nvd.nist.gov/vuln/detail/CVE-2019-25009'} | null |
GHSA | GHSA-xg6r-5gx4-qxjm | invoiceninja is vulnerable to Cross-site Scripting | invoiceninja is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | {'CVE-2021-3977'} | 2022-01-06T21:58:34Z | 2022-01-06T21:58:34Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/invoiceninja/invoiceninja/releases/tag/v5.3.35', 'https://github.com/advisories/GHSA-xg6r-5gx4-qxjm', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3977', 'https://github.com/invoiceninja/invoiceninja/commit/1186eaa82375692d01d5ef3369c5b7bc7315b55f', 'https://huntr.dev/bounties/99c4ed09-b66f-474a-bd74... | null |
GHSA | GHSA-769c-qphh-g3wm | Downloads Resources over HTTP in macaca-chromedriver | Affected versions of `macaca-chromedriver` 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 runnin... | {'CVE-2016-10586'} | 2021-01-08T20:58:41Z | 2019-02-18T23:51:09Z | HIGH | 0 | {'CWE-311'} | {'https://github.com/advisories/GHSA-769c-qphh-g3wm', 'https://www.npmjs.com/advisories/180', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10586', 'https://nodesecurity.io/advisories/180'} | null |
GHSA | GHSA-6p48-xfj3-jw67 | Downloads Resources over HTTP in fibjs | Affected versions of `fibjs` 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 `fibjs`.
#... | {'CVE-2016-10621'} | 2021-01-08T19:21:02Z | 2019-02-18T23:56:54Z | HIGH | 0 | {'CWE-311'} | {'https://github.com/advisories/GHSA-6p48-xfj3-jw67', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10621', 'https://nodesecurity.io/advisories/217', 'https://www.npmjs.com/advisories/217'} | null |
GHSA | GHSA-f94m-mqhr-mc29 | Moderate severity vulnerability that affects io.spray:spray-json_2.10, io.spray:spray-json_2.11, and io.spray:spray-json_2.12 | Lightbend Spray spray-json through 1.3.4 allows remote attackers to cause a denial of service (resource consumption) because of Algorithmic Complexity during the parsing of a field composed of many decimal digits. | {'CVE-2018-18853'} | 2021-09-09T21:50:22Z | 2018-11-09T17:42:26Z | HIGH | 7.5 | {'CWE-400'} | {'https://github.com/advisories/GHSA-f94m-mqhr-mc29', 'https://github.com/spray/spray-json/issues/278', 'https://nvd.nist.gov/vuln/detail/CVE-2018-18853'} | null |
GHSA | GHSA-5q6m-3h65-w53x | Improper Neutralization of Special Elements used in an OS Command. | react-dev-utils prior to v11.0.4 exposes a function, getProcessForPort, where an input argument is concatenated into a command string to be executed. This function is typically used from react-scripts (in Create React App projects), where the usage is safe. Only when this function is manually invoked with user-provided... | {'CVE-2021-24033'} | 2021-03-11T22:26:09Z | 2021-03-11T22:26:09Z | MODERATE | 0 | {'CWE-78'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-24033', 'https://github.com/facebook/create-react-app/pull/10644', 'https://github.com/facebook/create-react-app/commit/f5e415f3a5b66f07dcc60aba1b445fa7cda97268', 'https://www.facebook.com/security/advisories/cve-2021-24033', 'https://github.com/advisories/GHSA-5q6m-3h65-w53x... | null |
GHSA | GHSA-rprj-g6xc-p5gq | Moderate severity vulnerability that affects wicked | Directory traversal vulnerability in controller/concerns/render_redirect.rb in the Wicked gem before 1.0.1 for Ruby allows remote attackers to read arbitrary files via a %2E%2E%2F (encoded dot dot slash) in the step. | {'CVE-2013-4413'} | 2021-09-17T19:24:02Z | 2017-10-24T18:33:37Z | MODERATE | 0 | {'CWE-22'} | {'https://github.com/advisories/GHSA-rprj-g6xc-p5gq', 'http://www.securityfocus.com/bid/62891', 'http://secunia.com/advisories/55151', 'http://seclists.org/oss-sec/2013/q4/43', 'https://github.com/schneems/wicked/commit/fe31bb2533fffc9d098c69ebeb7afc3b80509f53', 'https://exchange.xforce.ibmcloud.com/vulnerabilities/877... | null |
GHSA | GHSA-64x2-gq24-75pv | Cross-site scripting in Apache CXF | By default, Apache CXF creates a /services page containing a listing of the available endpoint names and addresses. This webpage is vulnerable to a reflected Cross-Site Scripting (XSS) attack via the styleSheetPath, which allows a malicious actor to inject javascript into the web page. This vulnerability affects all ve... | {'CVE-2020-13954'} | 2022-04-22T17:19:15Z | 2021-04-22T16:15:23Z | MODERATE | 6.1 | {'CWE-79'} | {'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://www.oracle.com/security-alerts/cpujan2021.html', 'https://lists.apache.org/thread.html/r640719c9ce5671f239a6f002c20e14062effe4b318a580b6746aa5ef@%3Cdev.syncope.apache.org%3E', 'https://lists.apache.org/thread.html/r81a41a2915985d49bc3ea57dde2018b03584a... | null |
GHSA | GHSA-m72m-mhq2-9p6c | Uncaught Exception in jsoup | ### Impact
_What kind of vulnerability is it? Who is impacted?_
Those using jsoup to parse untrusted HTML or XML may be vulnerable to DOS attacks. If the parser is run on user supplied input, an attacker may supply content that causes the parser to get stuck (loop indefinitely until cancelled), to complete more slowly ... | {'CVE-2021-37714'} | 2022-04-19T19:03:05Z | 2021-08-23T19:42:38Z | HIGH | 7.5 | {'CWE-248', 'CWE-835'} | {'https://jsoup.org/news/release-1.14.2', 'https://lists.apache.org/thread.html/r377b93d79817ce649e9e68b3456e6f499747ef1643fa987b342e082e@%3Cissues.maven.apache.org%3E', 'https://github.com/advisories/GHSA-m72m-mhq2-9p6c', 'https://lists.apache.org/thread.html/r215009dbf7467a9f6506d0c0024cb36cad30071010e62c9352cfaaf0@%... | null |
GHSA | GHSA-p32g-242c-76h3 | Malicious Package in geoheat | Version 1.3.2 of `geoheat` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`
## Recommendation
Remove the package from your environment and evaluate your application t... | null | 2020-09-11T21:14:49Z | 2020-09-11T21:14:49Z | CRITICAL | 0 | null | {'https://www.npmjs.com/advisories/932', 'https://github.com/advisories/GHSA-p32g-242c-76h3'} | null |
GHSA | GHSA-458f-26r3-x2c3 | Cross-site Scripting in github.com/schollz/rwtxt | Cross-site scripting vulnerability in rwtxt versions prior to v1.8.6 allows a remote attacker to inject an arbitrary script via unspecified vectors. | {'CVE-2021-20848'} | 2021-11-29T18:00:21Z | 2021-11-29T18:00:21Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/advisories/GHSA-458f-26r3-x2c3', 'https://nvd.nist.gov/vuln/detail/CVE-2021-20848', 'https://github.com/schollz/rwtxt', 'https://jvn.jp/en/jp/JVN22515597/index.html'} | null |
GHSA | GHSA-qwj8-p662-3m7x | Path Traversal in localhost-now | All versions of `localhost-now` 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-5416'} | 2021-01-08T20:11:38Z | 2019-03-25T16:17:05Z | HIGH | 0 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-5416', 'https://hackerone.com/reports/334837', 'https://github.com/advisories/GHSA-qwj8-p662-3m7x', 'https://www.npmjs.com/advisories/1005'} | null |
GHSA | GHSA-7jfh-2xc9-ccv7 | Cross-Site Scripting in public | All versions of `public` are vulnerable to stored cross-site scripting (XSS).
## Recommendation
No fix is currently available for this vulnerability. It is our recommendation to not install or use this module at this time. | null | 2021-08-04T20:24:18Z | 2019-05-31T23:46:40Z | LOW | 0 | {'CWE-79'} | {'https://hackerone.com/reports/316346', 'https://github.com/advisories/GHSA-7jfh-2xc9-ccv7', 'https://www.npmjs.com/advisories/609'} | null |
GHSA | GHSA-cfw5-v7cw-69cw | Critical severity vulnerability that affects org.apache.directory.api:apache-ldap-api | In Apache LDAP API before 1.0.2, a bug in the way the SSL Filter was setup made it possible for another thread to use the connection before the TLS layer has been established, if the connection has already been used and put back in a pool of connections, leading to leaking any information contained in this request (inc... | {'CVE-2018-1337'} | 2021-09-09T17:08:41Z | 2018-11-09T17:49:49Z | CRITICAL | 9.8 | {'CWE-200'} | {'https://lists.apache.org/thread.html/r56b304fb9960c869995efbb31da3b9b7c6d53ee31f7f7048eb80434b@%3Cdev.kafka.apache.org%3E', 'https://lists.apache.org/thread.html/r4da40aa50cfdb2158898f2bc6df81feec1d42c6a06db6537d5cc0496@%3Cjira.kafka.apache.org%3E', 'http://www.securityfocus.com/bid/104744', 'https://lists.apache.org... | null |
GHSA | GHSA-xg5r-8j97-2wrj | Directory Traversal in restafary | Affected versions of `restafary` are susceptible to a directory traversal vulnerability when a root path is specified in the configuration.
Proof of Concept
```
curl -i -s -k -X 'GET' -H 'Authorization: Basic YWRtaW46cGFzc3dvcmQ=' 'http://localhost:8000/api/v1/fs/..%2f..%2fetc/passwd'
```
## Recommendation
Updat... | {'CVE-2016-10528'} | 2021-01-08T00:07:32Z | 2019-02-18T23:39:22Z | MODERATE | 0 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2016-10528', 'https://github.com/advisories/GHSA-xg5r-8j97-2wrj', 'https://www.npmjs.com/advisories/89', 'https://nodesecurity.io/advisories/89'} | null |
GHSA | GHSA-v5rv-hpxg-8x49 | Signature validation bypass in ServiceStack | ServiceStack before 5.9.2 mishandles JWT signature verification unless an application has a custom ValidateToken function that establishes a valid minimum length for a signature. | {'CVE-2020-28042'} | 2021-01-13T19:13:11Z | 2021-01-13T19:13:11Z | MODERATE | 0 | {'CWE-347'} | {'https://forums.servicestack.net/t/servicestack-v5-9-2-released/8850', 'https://www.shielder.it/advisories/servicestack-jwt-signature-verification-bypass/', 'https://www.nuget.org/packages/ServiceStack/', 'https://snyk.io/vuln/SNYK-DOTNET-SERVICESTACK-1035519', 'https://nvd.nist.gov/vuln/detail/CVE-2020-28042', 'https... | null |
GHSA | GHSA-rmp7-f2vp-3rq4 | Cross-site scripting in SiCKRAGE | in SiCKRAGE, versions 4.2.0 to 10.0.11.dev1 are vulnerable to Stored Cross-Site-Scripting (XSS) due to user input not being validated properly when processed by the server. Therefore, an attacker can inject arbitrary JavaScript code inside the application, and possibly steal a user’s sensitive information. | {'CVE-2021-25925'} | 2021-04-23T19:28:53Z | 2021-04-20T16:31:54Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/SiCKRAGE/SiCKRAGE/commit/9f42426727e16609ad3d1337f6637588b8ed28e4', 'https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25925', 'https://github.com/advisories/GHSA-rmp7-f2vp-3rq4', 'https://nvd.nist.gov/vuln/detail/CVE-2021-25925'} | null |
GHSA | GHSA-vf77-8h7g-gghp | Improper Restriction of Operations within the Bounds of a Memory Buffer in Apache Tomcat | An h2c direct connection to Apache Tomcat 10.0.0-M1 to 10.0.0-M6, 9.0.0.M5 to 9.0.36 and 8.5.1 to 8.5.56 did not release the HTTP/1.1 processor after the upgrade to HTTP/2. If a sufficient number of such requests were made, an OutOfMemoryException could occur leading to a denial of service. | {'CVE-2020-13934'} | 2022-02-10T11:35:14Z | 2022-02-08T22:05:00Z | HIGH | 7.5 | {'CWE-119', 'CWE-476'} | {'http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00084.html', 'https://www.oracle.com/security-alerts/cpujan2021.html', 'https://usn.ubuntu.com/4596-1/', 'https://www.oracle.com//security-alerts/cpujul2021.html', 'http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00088.html', 'https://www... | null |
GHSA | GHSA-52vv-3vf7-f7wh | Server-Side Request Forgery and Uncontrolled Resource Consumption in LemMinX | A flaw was found in vscode-xml in versions prior to 0.19.0. Schema download could lead to blind SSRF or DoS via a large file. | {'CVE-2022-0671'} | 2022-03-02T21:57:10Z | 2022-02-19T00:01:28Z | CRITICAL | 9.1 | {'CWE-400', 'CWE-918'} | {'https://github.com/eclipse/lemminx/issues/1169', 'https://github.com/redhat-developer/vscode-xml/blob/master/CHANGELOG.md#0190-february-14-2022', 'https://github.com/eclipse/lemminx/blob/master/CHANGELOG.md#0190-february-14-2022', 'https://github.com/advisories/GHSA-52vv-3vf7-f7wh', 'https://nvd.nist.gov/vuln/detail/... | null |
GHSA | GHSA-7xj5-fwqr-5378 | Cross-site Scripting in craftcms/cms | Craft CMS before 3.7.29 allows cross-site scripting. | {'CVE-2022-28378'} | 2022-04-18T22:20:40Z | 2022-04-04T00:00:54Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/craftcms/cms/blob/develop/CHANGELOG.md#3729---2022-01-18', 'https://nvd.nist.gov/vuln/detail/CVE-2022-28378', 'https://github.com/advisories/GHSA-7xj5-fwqr-5378', 'https://github.com/craftcms/cms/commit/7ca2b2d2ccecfb524525afc8ceac6f6e44f84b88'} | null |
GHSA | GHSA-79mx-88w7-8f7q | XSS Filter Bypass via Encoded URL in validator | Versions of `validator` prior to 2.0.0 contained an xss filter method that is affected by several filter bypasses. This may result in a cross-site scripting vulnerability.
## Proof of Concept
The xss() function removes the word "javascript" when contained inside an attribute.
However, it does not properly handle cas... | {'CVE-2014-9772'} | 2021-09-02T21:06:03Z | 2018-11-06T23:12:49Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/chriso/validator.js/issues/181', 'http://www.securityfocus.com/bid/97102', 'https://github.com/advisories/GHSA-79mx-88w7-8f7q', 'https://www.npmjs.com/advisories/43', 'https://nvd.nist.gov/vuln/detail/CVE-2014-9772', 'http://www.openwall.com/lists/oss-security/2016/04/20/11', 'https://nodesecurity.... | null |
GHSA | GHSA-mw75-qvfr-hpmr | Cross-site Scripting in ShowDoc | ShowDoc is vulnerable to stored cross-site scripting through file upload in versions 2.10.3 and prior. A patch is available and anticipated to be part of version 2.10.4. | {'CVE-2022-0938'} | 2022-03-23T15:39:32Z | 2022-03-15T00:01:01Z | MODERATE | 5.4 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-0938', 'https://github.com/advisories/GHSA-mw75-qvfr-hpmr', 'https://huntr.dev/bounties/3eb5a8f9-24e3-4eae-a212-070b2fbc237e', 'https://github.com/star7th/showdoc/commit/830c89a4c2c5fd0dd491422bf8e97b4eb5713f55'} | null |
GHSA | GHSA-mpq4-rjj8-fjph | Uncontrolled Resource Consumption in github.com/google/fscrypt | fscrypt through v0.3.2 creates a world-writable directory by default when setting up a filesystem, allowing unprivileged users to exhaust filesystem space. We recommend upgrading to fscrypt 0.3.3 or above and adjusting the permissions on existing fscrypt metadata directories where applicable. | {'CVE-2022-25326'} | 2022-03-07T13:42:34Z | 2022-02-26T00:00:44Z | MODERATE | 5.5 | {'CWE-400'} | {'https://github.com/google/fscrypt/pull/346', 'https://github.com/advisories/GHSA-mpq4-rjj8-fjph', 'https://nvd.nist.gov/vuln/detail/CVE-2022-25326'} | null |
GHSA | GHSA-wg9m-gw3h-hg83 | Injection in field_test | The field_test gem 0.3.0 for Ruby has unvalidated input. A method call that is expected to return a value from a certain set of inputs can be made to return any input, which can be dangerous depending on how applications use it. If an application treats arbitrary variants as trusted, this can lead to a variety of poten... | {'CVE-2019-13146'} | 2021-05-11T14:27:51Z | 2019-07-16T00:42:27Z | MODERATE | 5.3 | {'CWE-74'} | {'https://github.com/advisories/GHSA-wg9m-gw3h-hg83', 'http://www.securityfocus.com/bid/109114', 'https://rubygems.org/gems/field_test', 'https://github.com/ankane/field_test/issues/17', 'https://nvd.nist.gov/vuln/detail/CVE-2019-13146'} | null |
GHSA | GHSA-v2p6-4mp7-3r9v | Regular Expression Denial of Service in underscore.string | Versions of `underscore.string` prior to *3.3.5* are vulnerable to Regular Expression Denial of Service (ReDoS).
The function `unescapeHTML` is vulnerable to ReDoS due to an overly-broad regex. The slowdown is approximately 2s for 50,000 characters but grows exponentially with larger inputs.
## Recommendation
Upgra... | null | 2021-08-16T23:29:45Z | 2019-06-14T16:26:22Z | MODERATE | 0 | {'CWE-400'} | {'https://github.com/advisories/GHSA-v2p6-4mp7-3r9v', 'https://github.com/epeli/underscore.string/pull/517', 'https://www.npmjs.com/advisories/745', 'https://github.com/epeli/underscore.string/commit/f486cd684c94c12db48b45d52b1472a1b9661029', 'https://github.com/epeli/underscore.string/issues/510'} | null |
GHSA | GHSA-ph32-23p8-9rw5 | Improper Input Validation in network-manager | network-manager through 1.0.2 allows remote attackers to execute arbitrary commands via the "execSync()" argument. | {'CVE-2019-10786'} | 2021-07-28T18:30:27Z | 2021-04-13T15:17:45Z | CRITICAL | 9.8 | {'CWE-20', 'CWE-78'} | {'https://github.com/advisories/GHSA-ph32-23p8-9rw5', 'https://snyk.io/vuln/SNYK-JS-NETWORKMANAGER-544035', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10786'} | null |
GHSA | GHSA-3p9j-442x-hjp7 | Business Logic Errors in microweber | microweber prior to 1.2.11 allows multiple uses of a single-use coupon. | {'CVE-2022-0689'} | 2022-02-26T01:15:36Z | 2022-02-20T00:00:31Z | MODERATE | 5.3 | null | {'https://github.com/advisories/GHSA-3p9j-442x-hjp7', 'https://github.com/microweber/microweber/commit/c3c25ae6c421bb4a65df9e0035edcc2f75594a04', 'https://huntr.dev/bounties/fa5dbbd3-97fe-41a9-8797-2e54d9a9c649', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0689'} | null |
GHSA | GHSA-6pc9-xqrg-wfqw | Exposure of Sensitive information in httpie | httpie is a modern, user-friendly command-line HTTP client for the API era. Prior to version 3.1.0, all cookies saved to session storage are supercookies. At this time, there is no known workaround. Users are recommended to update to version 3.1.0. | {'CVE-2022-0430'} | 2022-04-05T18:50:32Z | 2022-03-16T00:00:47Z | LOW | 2.4 | {'CWE-200'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-0430', 'https://github.com/advisories/GHSA-6pc9-xqrg-wfqw', 'https://huntr.dev/bounties/dafb2e4f-c6b6-4768-8ef5-b396cd6a801f', 'https://github.com/pypa/advisory-database/tree/main/vulns/httpie/PYSEC-2022-167.yaml', 'https://github.com/httpie/httpie/commit/65ab7d5caaaf2f95e61f... | null |
GHSA | GHSA-xpwj-7v8q-mcgj | Static imports inside dynamically imported modules do not adhere to permission checks | ### Impact
Modules that are dynamically imported through `import()` or `new Worker` might have been able to bypass network and file system permission checks when statically importing other modules. In Deno 1.5.x and 1.6.x only programs dynamically importing (especially transitively) untrusted code are affected. In Den... | {'CVE-2021-32619'} | 2022-04-19T19:02:57Z | 2021-09-23T23:18:03Z | CRITICAL | 9.8 | {'CWE-285'} | {'https://github.com/denoland/deno/security/advisories/GHSA-xpwj-7v8q-mcgj', 'https://github.com/advisories/GHSA-xpwj-7v8q-mcgj', 'https://nvd.nist.gov/vuln/detail/CVE-2021-32619'} | null |
GHSA | GHSA-vw5m-qw2r-m923 | Use of Uninitialized Resource in messagepack-rs. | An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_binary may read from uninitialized memory locations. | {'CVE-2021-45690'} | 2022-01-07T17:13:28Z | 2022-01-06T22:11:46Z | CRITICAL | 9.8 | {'CWE-908'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-45690', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/messagepack-rs/RUSTSEC-2021-0092.md', 'https://rustsec.org/advisories/RUSTSEC-2021-0092.html', 'https://github.com/advisories/GHSA-vw5m-qw2r-m923'} | null |
GHSA | GHSA-7c9w-qmrq-ff8r | Path Traversal in http-live-simulator | Versions of `http-live-simulator` prior to 1.0.7 are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths. For example: `curl --path-as-is http://localhost:8080//../../../../etc/passwd`.
## Recommendation
Upgrade to version 1.0.7 | {'CVE-2018-16479'} | 2021-01-08T19:16:25Z | 2019-02-07T18:14:21Z | HIGH | 0 | {'CWE-22'} | {'https://hackerone.com/reports/411405', 'https://www.npmjs.com/advisories/772', 'https://github.com/nodejs/security-wg/blob/master/vuln/npm/486.json', 'https://nvd.nist.gov/vuln/detail/CVE-2018-16479', 'https://github.com/advisories/GHSA-7c9w-qmrq-ff8r'} | null |
GHSA | GHSA-q4hg-rmq2-52q9 | Improper Locking in Apache Tomcat | The fix for CVE-2019-0199 was incomplete and did not address HTTP/2 connection window exhaustion on write in Apache Tomcat versions 9.0.0.M1 to 9.0.19 and 8.5.0 to 8.5.40 . By not sending WINDOW_UPDATE messages for the connection window (stream 0) clients were able to cause server-side threads to block eventually leadi... | {'CVE-2019-10072'} | 2021-06-15T17:05:52Z | 2019-06-26T01:09:40Z | MODERATE | 7.5 | {'CWE-667'} | {'https://www.debian.org/security/2020/dsa-4680', 'https://lists.apache.org/thread.html/r6ccee4e849bc77df0840c7f853f6bd09d426f6741247da2b7429d5d9@%3Cdev.tomcat.apache.org%3E', 'https://lists.apache.org/thread.html/r48c1444845fe15a823e1374674bfc297d5008a5453788099ea14caf0@%3Cdev.tomcat.apache.org%3E', 'https://support.f... | null |
GHSA | GHSA-7phr-5m9x-rw9q | Directory traversal in fast-http | This affects all versions of package fast-http. There is no path sanitization in the path provided at fs.readFile in index.js. | {'CVE-2020-7687'} | 2021-09-22T21:15:29Z | 2020-07-27T16:02:57Z | HIGH | 7.5 | {'CWE-22'} | {'https://github.com/advisories/GHSA-7phr-5m9x-rw9q', 'https://snyk.io/vuln/SNYK-JS-FASTHTTP-572892', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7687'} | null |
GHSA | GHSA-qphc-hf5q-v8fc | Open Redirect in actionpack | Specially crafted "X-Forwarded-Host" headers in combination with certain
"allowed host" formats can cause the Host Authorization middleware in Action
Pack to redirect users to a malicious website.
Impacted applications will have allowed hosts with a leading dot. For example,
configuration files that look like this:
`... | {'CVE-2021-44528'} | 2022-04-27T22:24:24Z | 2021-12-14T21:19:08Z | MODERATE | 6.1 | {'CWE-601'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-44528', 'https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2021-44528.yml', 'https://groups.google.com/g/ruby-security-ann/c/vG9gz3nk1pM/m/7-NU4MNrDAAJ?utm_medium=email&utm_source=footer', 'https://github.com/advisories/GHSA-qphc-hf5q-v8fc', 'https:/... | null |
GHSA | GHSA-2v7q-2xqx-f4q5 | Potential SQL Injection in sequelize | Affected versions of `sequelize` are vulnerable to SQL Injection when user input is passed into `findOne` or into a statement such as `where: "user input"`.
## Recommendation
Update to version 3.0.0 or later.
Version 3.0.0 will introduce a number of breaking changes.
Thankfully, the project authors have provided a... | {'CVE-2016-10553'} | 2021-01-08T20:06:22Z | 2019-02-18T23:54:32Z | HIGH | 0 | {'CWE-89'} | {'https://github.com/sequelize/sequelize/blob/master/changelog.md#300', 'https://nodesecurity.io/advisories/109', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10553', 'https://github.com/advisories/GHSA-2v7q-2xqx-f4q5', 'https://www.npmjs.com/advisories/109'} | null |
GHSA | GHSA-3qxp-qjq7-w4hf | CHECK-fail in tf.raw_ops.EncodePng | ### Impact
An attacker can trigger a `CHECK` fail in PNG encoding by providing an empty input tensor as the pixel data:
```python
import tensorflow as tf
image = tf.zeros([0, 0, 3])
image = tf.cast(image, dtype=tf.uint8)
tf.raw_ops.EncodePng(image=image)
```
This is because the [implementation](https://github.com/... | {'CVE-2021-29531'} | 2021-05-21T14:22:13Z | 2021-05-21T14:22:13Z | LOW | 2.5 | {'CWE-754'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-29531', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3qxp-qjq7-w4hf', 'https://github.com/tensorflow/tensorflow/commit/26eb323554ffccd173e8a79a8c05c15b685ae4d1', 'https://github.com/advisories/GHSA-3qxp-qjq7-w4hf'} | null |
GHSA | GHSA-pp2h-95hm-hv9r | Improper Neutralization of Formula Elements in a CSV File in pimcore/pimcore | ### Impact
Data Object CSV import allows formular injection.
### Patches
Problem is patched in 10.1.1
### Workarounds
Apply https://github.com/pimcore/pimcore/pull/9992.patch
### References
https://cwe.mitre.org/data/definitions/1236.html
| {'CVE-2021-37702'} | 2021-08-30T16:13:13Z | 2021-08-30T16:13:13Z | MODERATE | 0 | {'CWE-1236'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-37702', 'https://github.com/pimcore/pimcore/pull/9992', 'https://github.com/advisories/GHSA-pp2h-95hm-hv9r', 'https://github.com/pimcore/pimcore/security/advisories/GHSA-pp2h-95hm-hv9r'} | null |
GHSA | GHSA-5679-7qrc-5m7j | IDOR can reveal execution data and logs to unauthorized user in Rundeck | ### Impact
Authenticated users can craft a request that reveals Execution data and logs and Job details that they are not authorized to see.
> Depending on the configuration and the way that Rundeck is used, this could result in anything between a high severity risk, or a very low risk. If access is tightly restrict... | {'CVE-2020-11009'} | 2022-04-19T19:02:25Z | 2020-04-29T16:31:12Z | MODERATE | 6.5 | {'CWE-200', 'CWE-639'} | {'https://docs.rundeck.com/docs/history/3_2_x/version-3.2.6.html', 'https://github.com/rundeck/rundeck/security/advisories/GHSA-5679-7qrc-5m7j', 'https://github.com/advisories/GHSA-5679-7qrc-5m7j', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11009'} | null |
GHSA | GHSA-xwx6-vmj4-5rv8 | Denial of service via deserialization attack in nifi | A vulnerability found in Apache NIFI before 1.5.0-RC1. Attacker can perform XXE attacks through JAXB. | {'CVE-2017-15703'} | 2021-08-18T22:04:42Z | 2019-10-25T19:42:50Z | MODERATE | 5 | {'CWE-502'} | {'https://github.com/advisories/GHSA-xwx6-vmj4-5rv8', 'https://github.com/apache/nifi/commit/9e2c7be7d3c6a380c5f61074d9a5a690b617c3dc'} | null |
GHSA | GHSA-6g47-63mv-qpgh | Prototype Pollution in dotty | This affects the package dotty before 0.1.2. A type confusion vulnerability can lead to a bypass of CVE-2021-25912 when the user-provided keys used in the path parameter are arrays. | {'CVE-2021-23624'} | 2021-11-08T17:55:48Z | 2021-11-08T17:55:48Z | MODERATE | 5.6 | {'CWE-843', 'CWE-1321'} | {'https://github.com/advisories/GHSA-6g47-63mv-qpgh', 'https://snyk.io/vuln/SNYK-JS-DOTTY-1577292', 'https://nvd.nist.gov/vuln/detail/CVE-2021-23624', 'https://github.com/deoxxa/dotty/commit/88f61860dcc274a07a263c32cbe9d44c24ef02d7'} | null |
GHSA | GHSA-7wq4-89xx-g62j | Password exposure in ShenYu | The HTTP response will disclose the user password. This issue affected Apache ShenYu 2.4.0 and 2.4.1. | {'CVE-2022-23223'} | 2022-02-02T16:15:03Z | 2022-01-28T22:13:57Z | HIGH | 7.5 | {'CWE-522'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-23223', 'http://www.openwall.com/lists/oss-security/2022/01/26/4', 'https://github.com/apache/incubator-shenyu/releases/tag/v2.4.2', 'http://www.openwall.com/lists/oss-security/2022/01/25/7', 'https://github.com/advisories/GHSA-7wq4-89xx-g62j', 'https://lists.apache.org/threa... | null |
GHSA | GHSA-2p6p-v69p-9mm9 | XSS in login form | In the Alkacon OpenCms Apollo Template 10.5.4 and 10.5.5, there is XSS in the Login form. | {'CVE-2019-13235'} | 2021-08-18T22:26:43Z | 2019-11-12T22:58:16Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/alkacon/apollo-template/commits/branch_10_5_x', 'https://github.com/advisories/GHSA-2p6p-v69p-9mm9', 'https://aetsu.github.io/OpenCms', 'https://nvd.nist.gov/vuln/detail/CVE-2019-13235', 'http://packetstormsecurity.com/files/154298/Alkacon-OpenCMS-10.5.x-Cross-Site-Scripting.html'} | null |
GHSA | GHSA-9rgv-h7x4-qw8g | Moderate severity vulnerability that affects org.eclipse.jetty:jetty-server | In Eclipse Jetty Server, all 9.x versions, on webapps deployed using default Error Handling, when an intentionally bad query arrives that doesn't match a dynamic url-pattern, and is eventually handled by the DefaultServlet's static file serving, the bad characters can trigger a java.nio.file.InvalidPathException which ... | {'CVE-2018-12536'} | 2021-06-10T23:55:07Z | 2018-10-19T16:15:56Z | MODERATE | 5.3 | {'CWE-209'} | {'https://github.com/advisories/GHSA-9rgv-h7x4-qw8g', 'https://lists.apache.org/thread.html/053d9ce4d579b02203db18545fee5e33f35f2932885459b74d1e4272@%3Cissues.activemq.apache.org%3E', 'https://www.oracle.com/security-alerts/cpuoct2020.html', 'https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-... | null |
GHSA | GHSA-vpgw-ffh3-648h | Prototype Pollution in fullpage.js | fullPage utils are available to developers using window.fp_utils. They can use these utils for their own use-case (other than fullPage) as well. However, one of the utils deepExtend is vulnerable to Prototype Pollution vulnerability.
Javascript is "prototype" language which means when a new "object" is created, it car... | {'CVE-2022-1295'} | 2022-04-22T20:20:56Z | 2022-04-12T00:00:38Z | HIGH | 7.3 | {'CWE-1321'} | {'https://github.com/alvarotrigo/fullpage.js/commit/bf62492a22e5d296e63c3ed918a42fc5645a0d48', 'https://huntr.dev/bounties/3b9d450c-24ac-4037-b04d-4d4dafbf593a', 'https://nvd.nist.gov/vuln/detail/CVE-2022-1295', 'https://github.com/advisories/GHSA-vpgw-ffh3-648h'} | null |
GHSA | GHSA-hwvv-438r-mhvj | Exposure of Sensitive Information to an Unauthorized Actor | A document disclosure flaw was found in Elasticsearch versions after 7.6.0 and before 7.11.0 when Document or Field Level Security is used. Get requests do not properly apply security permissions when executing a query against a recently updated document. This affects documents that have been updated and not yet refres... | {'CVE-2021-22134'} | 2022-04-22T16:50:20Z | 2021-03-18T19:23:57Z | MODERATE | 4.3 | {'CWE-200'} | {'https://github.com/advisories/GHSA-hwvv-438r-mhvj', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://discuss.elastic.co/t/elastic-stack-7-11-0-security-update/265835', 'https://security.netapp.com/advisory/ntap-20210430-0006/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-22134'} | null |
GHSA | GHSA-gppw-3h6h-v6q2 | Data race in internment | An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern<T>. | {'CVE-2021-28037'} | 2021-08-25T20:52:08Z | 2021-08-25T20:52:08Z | CRITICAL | 9.8 | {'CWE-362'} | {'https://rustsec.org/advisories/RUSTSEC-2021-0036.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-28037', 'https://github.com/droundy/internment/issues/20', 'https://github.com/advisories/GHSA-gppw-3h6h-v6q2'} | null |
GHSA | GHSA-ccjp-w723-2jf2 | Moderate severity vulnerability that affects org.apache.tika:tika-core | Apache Tika server (aka tika-server) in Apache Tika 1.9 might allow remote attackers to read arbitrary files via the HTTP fileUrl header. | {'CVE-2015-3271'} | 2021-09-08T22:00:50Z | 2018-10-17T15:44:10Z | MODERATE | 5.3 | {'CWE-200'} | {'https://github.com/advisories/GHSA-ccjp-w723-2jf2', 'http://www.securityfocus.com/bid/95020', 'http://www.openwall.com/lists/oss-security/2015/08/13/5', 'https://nvd.nist.gov/vuln/detail/CVE-2015-3271', 'https://lists.apache.org/thread.html/d2b3e7afb0251fac95fdee9817423cbc91e3d99a848c25a51d91c1e8@1439485507@%3Cdev.ti... | null |
GHSA | GHSA-49mg-94fc-2fx6 | Command Injection in npm-git-publish | All versions of `npm-git-publish` are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an `execSync` call, which may allow attackers to execute arbitrary code in the system. The `publish` function is vulnerable through the `gitRemoteUrl` variable.
## Recommendation
No fi... | null | 2021-10-04T20:47:52Z | 2020-09-04T17:32:49Z | CRITICAL | 0 | {'CWE-77'} | {'https://hackerone.com/reports/730121', 'https://www.npmjs.com/advisories/1458', 'https://github.com/advisories/GHSA-49mg-94fc-2fx6'} | null |
GHSA | GHSA-8qx4-r7fx-xc4v | Malicious Package in requst | All versions of `requst` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. Th... | null | 2021-10-01T14:08:31Z | 2020-09-11T21:08:19Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://github.com/advisories/GHSA-8qx4-r7fx-xc4v', 'https://www.npmjs.com/advisories/865'} | null |
GHSA | GHSA-6354-6mhv-mvv5 | Regular Expression Denial of Service in jadedown | The `jadedown` package is affected by a regular expression denial of service vulnerability when certain types of user input are passed in.
### Proof of concept
```
var jadedown = require('jadedown');
var genstr = function (len, chr) {
var result = "";
for (i=0; i<=len; i++) {
result = result + chr;
... | {'CVE-2016-10520'} | 2021-01-08T19:47:38Z | 2019-02-18T23:38:38Z | LOW | 0 | {'CWE-400'} | {'https://www.npmjs.com/advisories/52', 'https://nodesecurity.io/advisories/52', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10520', 'https://github.com/advisories/GHSA-6354-6mhv-mvv5'} | null |
GHSA | GHSA-87mg-h5r3-hw88 | Cross-Site Scripting in bootbox | All version of `bootbox` are vulnerable to Cross-Site Scripting. The package does not sanitize user input in the provided dialog boxes, allowing attackers to inject HTML code and execute arbitrary JavaScript.
## Recommendation
Sanitize user input being passed to `bootbox` or consider using an alternative package. | null | 2021-09-16T21:01:14Z | 2019-05-30T17:23:28Z | MODERATE | 0 | {'CWE-64', 'CWE-79'} | {'https://github.com/advisories/GHSA-87mg-h5r3-hw88', 'https://hackerone.com/reports/508446', 'https://www.npmjs.com/advisories/882', 'https://github.com/makeusabrew/bootbox/issues/661'} | null |
GHSA | GHSA-v83p-xwm9-v4g8 | Injection in Apache Archiva | Apache Archiva login service before 2.2.5 is vulnerable to LDAP injection. A attacker is able to retrieve user attribute data from the connected LDAP server by providing special values to the login form. With certain characters it is possible to modify the LDAP filter used to query the LDAP users. By measuring the resp... | {'CVE-2020-9495'} | 2022-02-10T23:06:22Z | 2022-02-10T23:06:22Z | MODERATE | 5.3 | {'CWE-74'} | {'http://www.openwall.com/lists/oss-security/2020/06/19/1', 'https://github.com/advisories/GHSA-v83p-xwm9-v4g8', 'https://lists.apache.org/thread.html/r576eaabe3f772c045ec832a0200252494a2ce3f188f59450dd8f9b6d@%3Cannounce.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2020-9495', 'https://lists.apache.org/thread.... | null |
GHSA | GHSA-8gw6-w5rw-4g5c | Incorrect Default Permissions in Apache JSPWiki | Remote attackers may delete arbitrary files in a system hosting a JSPWiki instance, versions up to 2.11.0.M8, by using a carefuly crafted http request on logout, given that those files are reachable to the user running the JSPWiki instance. Apache JSPWiki users should upgrade to 2.11.0 or later. | {'CVE-2021-44140'} | 2021-11-30T14:44:45Z | 2021-11-29T17:59:24Z | CRITICAL | 9.1 | {'CWE-276'} | {'https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2021-44140', 'https://nvd.nist.gov/vuln/detail/CVE-2021-44140', 'https://github.com/advisories/GHSA-8gw6-w5rw-4g5c', 'https://lists.apache.org/thread/5qglpjdhvobppx7j550lf1sk28f6011t'} | null |
GHSA | GHSA-xpmx-h7xq-xffh | Potential access control security issue in apollo-adminservice | ### Impact
If users expose apollo-adminservice to internet(which is not recommended), there are potential security issues since apollo-adminservice is designed to work in intranet and it doesn't have built-in access control. Malicious hackers may access apollo-adminservice apis directly to access/edit the application's... | {'CVE-2020-15170'} | 2022-04-19T19:02:34Z | 2020-10-02T16:33:41Z | HIGH | 7 | {'CWE-20'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-15170', 'https://github.com/ctripcorp/apollo/security/advisories/GHSA-xpmx-h7xq-xffh', 'https://github.com/ctripcorp/apollo/pull/3233/commits/ae9ba6cfd32ed80469f162e5e3583e2477862ddf', 'https://github.com/advisories/GHSA-xpmx-h7xq-xffh'} | null |
GHSA | GHSA-hgmw-x865-hf9x | High severity vulnerability that affects arabic-prawn | lib/string_utf_support.rb in the Arabic Prawn 0.0.1 gem for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in the (1) downloaded_file or (2) url variable. | {'CVE-2014-2322'} | 2022-04-19T19:03:25Z | 2017-10-24T18:33:36Z | HIGH | 0 | null | {'https://github.com/advisories/GHSA-hgmw-x865-hf9x', 'http://www.vapid.dhs.org/advisories/arabic-ruby-gem.html', 'https://nvd.nist.gov/vuln/detail/CVE-2014-2322', 'http://www.openwall.com/lists/oss-security/2014/03/12/6', 'http://www.openwall.com/lists/oss-security/2014/03/10/8'} | null |
GHSA | GHSA-54qm-37qr-w5wq | Sandbox Breakout / Arbitrary Code Execution in veval | All versions of `veval` are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through `this.constructor.constructor` . This may allow attackers to execute arbitrary code in the system. Evaluating the payload `this.constructor.constructor('return proc... | null | 2020-09-04T15:04:20Z | 2020-09-04T15:04:20Z | CRITICAL | 0 | null | {'https://www.npmjs.com/advisories/1321', 'https://github.com/advisories/GHSA-54qm-37qr-w5wq'} | null |
GHSA | GHSA-r5hc-9xx5-97rw | Moderate severity vulnerability that affects i18n | Cross-site scripting (XSS) vulnerability in exceptions.rb in the i18n gem before 0.6.6 for Ruby allows remote attackers to inject arbitrary web script or HTML via a crafted I18n::MissingTranslationData.new call. | {'CVE-2013-4492'} | 2021-09-17T14:34:46Z | 2017-10-24T18:33:37Z | MODERATE | 0 | {'CWE-79'} | {'https://github.com/svenfuchs/i18n/commit/92b57b1e4f84adcdcc3a375278f299274be62445', 'http://weblog.rubyonrails.org/2013/12/3/Rails_3_2_16_and_4_0_2_have_been_released/', 'http://www.securityfocus.com/bid/64076', 'https://nvd.nist.gov/vuln/detail/CVE-2013-4492', 'https://groups.google.com/forum/message/raw?msg=ruby-se... | null |
GHSA | GHSA-j858-xp5v-f8xx | Remote code execution in Dragonfly | An argument injection vulnerability in the Dragonfly gem before 1.4.0 for Ruby allows remote attackers to read and write to arbitrary files via a crafted URL when the verify_url option is disabled. This may lead to code execution. The problem occurs because the generate and process features mishandle use of the ImageMa... | {'CVE-2021-33564'} | 2021-06-11T13:19:25Z | 2021-06-02T21:42:49Z | CRITICAL | 9.8 | {'CWE-88', 'CWE-94'} | {'https://github.com/markevans/dragonfly/issues/513', 'https://nvd.nist.gov/vuln/detail/CVE-2021-33564', 'https://github.com/markevans/dragonfly/commit/25399297bb457f7fcf8e3f91e85945b255b111b5', 'https://github.com/advisories/GHSA-j858-xp5v-f8xx', 'https://github.com/mlr0p/CVE-2021-33564', 'https://raw.githubuserconten... | null |
GHSA | GHSA-fqgw-6qj5-8hmp | Infinite Loop in Apache James | In Apache James, while fuzzing with Jazzer the IMAP parsing stack, we discover that crafted APPEND and STATUS IMAP command could be used to trigger infinite loops resulting in expensive CPU computations and OutOfMemory exceptions. This can be used for a Denial Of Service attack. The IMAP user needs to be authenticated ... | {'CVE-2021-40111'} | 2022-01-13T18:34:16Z | 2022-01-08T00:40:37Z | MODERATE | 0 | {'CWE-835'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-40111', 'https://www.openwall.com/lists/oss-security/2022/01/04/3', 'https://github.com/advisories/GHSA-fqgw-6qj5-8hmp', 'http://www.openwall.com/lists/oss-security/2022/01/04/3'} | null |
GHSA | GHSA-jphw-p3m6-pj3c | Data races in multiqueue2 | An issue was discovered in the multiqueue2 crate before 0.1.7 for Rust. Because a non-Send type can be sent to a different thread, a data race can occur. | {'CVE-2020-36214'} | 2021-08-25T20:51:54Z | 2021-08-25T20:51:54Z | MODERATE | 5.9 | {'CWE-662'} | {'https://github.com/abbychau/multiqueue2/issues/10', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36214', 'https://github.com/advisories/GHSA-jphw-p3m6-pj3c', 'https://rustsec.org/advisories/RUSTSEC-2020-0106.html'} | null |
GHSA | GHSA-q547-gmf8-8jr7 | Signature Validation Bypass in goxmldsig | ### Impact
With a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one.
### Patches
A patch is available, all users of goxmldsig should upgrade to v1.1.0.
### For more information
If you have any questions or comments about this advisory open... | {'CVE-2020-15216'} | 2022-04-19T19:02:35Z | 2021-05-24T16:57:32Z | MODERATE | 5.3 | {'CWE-347'} | {'https://github.com/russellhaering/goxmldsig/security/advisories/GHSA-q547-gmf8-8jr7', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GUH33FPUXED3FHYL25BJOQPRKFGPOMS2/', 'https://github.com/advisories/GHSA-q547-gmf8-8jr7', 'https://github.com/russellhaering/goxmldsig/co... | null |
GHSA | GHSA-mj8x-cpr8-x39h | Remote code execution in Apache Tapestry | A critical unauthenticated remote code execution vulnerability was found all recent versions of Apache Tapestry. The affected versions include 5.4.5, 5.5.0, 5.6.2 and 5.7.0. The vulnerability I have found is a bypass of the fix for CVE-2019-0195. Recap: Before the fix of CVE-2019-0195 it was possible to download arbitr... | {'CVE-2021-27850'} | 2021-06-16T17:33:19Z | 2021-06-16T17:33:19Z | CRITICAL | 0 | {'CWE-502', 'CWE-922'} | {'https://lists.apache.org/thread.html/r237ff7f286bda31682c254550c1ebf92b0ec61329b32fbeb2d1c8751%40%3Cusers.tapestry.apache.org%3E', 'https://github.com/advisories/GHSA-mj8x-cpr8-x39h', 'https://security.netapp.com/advisory/ntap-20210528-0002/', 'http://www.openwall.com/lists/oss-security/2021/04/15/1', 'https://issues... | null |
GHSA | GHSA-77hp-pfxw-4w63 | Moderate severity vulnerability that affects org.codelibs.fess:fess | codelibs fess version before commit faa265b contains a XML External Entity (XXE) vulnerability in GSA XML file parser that can result in Disclosure of confidential data, denial of service, SSRF, port scanning. This attack appear to be exploitable via specially crafted GSA XML files. This vulnerability appears to have b... | {'CVE-2018-1000822'} | 2021-09-02T20:09:25Z | 2018-12-20T22:02:09Z | CRITICAL | 10 | {'CWE-611'} | {'https://0dd.zone/2018/10/27/fess-XXE/', 'https://github.com/advisories/GHSA-77hp-pfxw-4w63', 'https://nvd.nist.gov/vuln/detail/CVE-2018-1000822', 'https://github.com/codelibs/fess/issues/1851'} | null |
GHSA | GHSA-j84c-j8qm-g47r | The Admin UI in Apache Ranger before 0.5.1 does not properly handle authentication requests that lack a password | The Admin UI in Apache Ranger before 0.5.1 does not properly handle authentication requests that lack a password, which allows remote attackers to bypass authentication by leveraging knowledge of a valid username. | {'CVE-2016-0733'} | 2022-04-27T13:41:42Z | 2018-10-17T17:21:11Z | CRITICAL | 9.8 | {'CWE-287'} | {'https://mail-archives.apache.org/mod_mbox/ranger-dev/201602.mbox/%3CD2D9A4C5.114ECA%25vel@apache.org%3E', 'https://github.com/advisories/GHSA-j84c-j8qm-g47r', 'https://nvd.nist.gov/vuln/detail/CVE-2016-0733', 'http://www.securityfocus.com/bid/82871', 'https://issues.apache.org/jira/browse/RANGER-835', 'https://cwiki.... | null |
GHSA | GHSA-wph7-x527-w3h5 | Missing Release of Resource after Effective Lifetime in Apache Tomcat | The fix for bug 63362 present in Apache Tomcat 10.1.0-M1 to 10.1.0-M5, 10.0.0-M1 to 10.0.11, 9.0.40 to 9.0.53 and 8.5.60 to 8.5.71 introduced a memory leak. The object introduced to collect metrics for HTTP upgrade connections was not released for WebSocket connections once the connection was closed. This created a mem... | {'CVE-2021-42340'} | 2022-04-22T15:41:40Z | 2021-10-15T18:51:34Z | HIGH | 7.5 | {'CWE-772'} | {'https://security.netapp.com/advisory/ntap-20211104-0001/', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://www.debian.org/security/2021/dsa-5009', 'https://lists.apache.org/thread.html/r8097a2d1550aa78e585fc77e602b9046e6d4099d8d132497c5387784@%3Ccommits.myfaces.apache.org%3E', 'https://lists.apache... | null |
GHSA | GHSA-844m-cpr9-jcmh | Secure/signed cookies share secrets between sites in a multi-site application | ### Impact
This vulnerability impacts any Rails applications using `rails_multisite` alongside Rails' signed/encrypted cookies. Depending on how the application makes use of these cookies, it may be possible for an attacker to re-use cookies on different 'sites' within a multi-site Rails application.
### Patches
The i... | {'CVE-2021-41263'} | 2021-11-17T21:09:27Z | 2021-11-15T17:54:01Z | MODERATE | 6.2 | {'CWE-200', 'CWE-565'} | {'https://github.com/advisories/GHSA-844m-cpr9-jcmh', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41263', 'https://github.com/discourse/rails_multisite/security/advisories/GHSA-844m-cpr9-jcmh', 'https://github.com/discourse/rails_multisite/commit/c6785cdb5c9277dd2c5ac8d55180dd1ece440ed0'} | null |
GHSA | GHSA-jj6g-7j8p-7gf2 | Cross-Site Scripting in bracket-template | All versions of `bracket-template` are vulnerable to stored cross-site scripting (XSS). This is exploitable when a variable passed in via a GET parameter is used in a template.
## Recommendation
No fix is currently available for this vulnerability. It is our recommendation to not install or use this module at this t... | null | 2021-08-04T20:20:04Z | 2019-05-30T21:03:24Z | HIGH | 0 | {'CWE-79'} | {'https://github.com/advisories/GHSA-jj6g-7j8p-7gf2', 'https://hackerone.com/reports/317125', 'https://www.npmjs.com/advisories/608'} | null |
GHSA | GHSA-924m-4pmx-c67h | High severity vulnerability that affects pysaml2 | pysaml2 version 4.4.0 and older accept any password when run with python optimizations enabled. This allows attackers to log in as any user without knowing their password. | {'CVE-2017-1000433'} | 2021-09-07T20:34:39Z | 2018-07-13T16:01:17Z | HIGH | 8.1 | {'CWE-287'} | {'https://lists.debian.org/debian-lts-announce/2021/02/msg00038.html', 'https://lists.debian.org/debian-lts-announce/2018/07/msg00000.html', 'https://security.gentoo.org/glsa/201801-11', 'https://github.com/advisories/GHSA-924m-4pmx-c67h', 'https://github.com/rohe/pysaml2/issues/451', 'https://nvd.nist.gov/vuln/detail/... | null |
GHSA | GHSA-p8c3-7rj8-q963 | ECDSA signature validation vulnerability by accepting wrong ASN.1 encoding in jsrsasign | ### Impact
Jsrsasign supports ECDSA signature validation which signature value is represented by ASN.1 DER encoding. This vulnerablity may accept a wrong ASN.1 DER encoded ECDSA signature such as:
- wrong multi-byte ASN.1 length of TLV (ex. 0x820045 even though 0x45 is correct)
- prepending zeros with ASN.1 INTEGER va... | {'CVE-2020-14966'} | 2021-10-06T22:01:37Z | 2020-06-26T16:54:15Z | HIGH | 7.5 | {'CWE-347'} | {'https://github.com/advisories/GHSA-p8c3-7rj8-q963', 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14966', 'https://kjur.github.io/jsrsasign/', 'https://github.com/kjur/jsrsasign/releases/tag/8.0.17', 'https://vuldb.com/?id.157123', 'https://github.com/kjur/jsrsasign/security/advisories/GHSA-p8c3-7rj8-q963'... | null |
GHSA | GHSA-25f5-gc4h-hc22 | Improper Privilege Management in devise_masquerade | The devise_masquerade gem before 1.3 allows certain attacks when a password's salt is unknown. An application that uses this gem to let administrators masquerade/impersonate users loses one layer of security protection compared to a situation where Devise (without this extension) is used. If the server-side secret_key_... | {'CVE-2021-28680'} | 2021-12-14T15:33:15Z | 2021-12-08T19:55:30Z | HIGH | 8.1 | {'CWE-269'} | {'https://labanskoller.se/blog/2021/03/23/the-devise-extension-that-peeled-off-one-layer-of-the-security-onion-cve-2021-28680/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-28680', 'https://github.com/oivoodoo/devise_masquerade/issues/83', 'https://github.com/advisories/GHSA-25f5-gc4h-hc22', 'https://github.com/oivoodoo... | null |
GHSA | GHSA-86p3-4gfq-38f2 | Denial of Service in url-relative | All versions of `url-relative` are vulnerable to Denial of Service. If the values `to` and `from` are equal, the function hangs and never returns. This may cause a Denial of Service.
## Recommendation
No fix is currently available. Consider using an alternative module until a fix is made available. | null | 2021-08-04T21:31:03Z | 2019-06-05T14:10:34Z | MODERATE | 5.9 | {'CWE-400'} | {'https://github.com/junosuarez/url-relative/issues/3', 'https://www.npmjs.com/advisories/783', 'https://github.com/advisories/GHSA-86p3-4gfq-38f2', 'https://snyk.io/vuln/SNYK-JS-URLRELATIVE-173691'} | null |
GHSA | GHSA-r38r-qp28-2m63 | Critical severity vulnerability that affects rope | base/oi/doa.py in the Rope library in CPython (aka Python) allows remote attackers to execute arbitrary code by leveraging an unsafe call to pickle.load. | {'CVE-2014-3539'} | 2022-03-23T20:45:02Z | 2018-07-26T16:08:49Z | CRITICAL | 9.8 | null | {'https://nvd.nist.gov/vuln/detail/CVE-2014-3539', 'https://bugzilla.redhat.com/show_bug.cgi?id=1116485', 'https://github.com/advisories/GHSA-r38r-qp28-2m63', 'http://www.openwall.com/lists/oss-security/2015/02/07/1', 'https://github.com/python-rope/rope/commit/b01da7aab5cd02129941d2a900e6e5e3b5f7d4fb'} | null |
GHSA | GHSA-27fj-mc8w-j9wg | RSA signature validation vulnerability on maleable encoded message in jsrsasign | ### Impact
Vulnerable jsrsasign will accept RSA signature with improper PKCS#1.5 padding.
Decoded RSA signature value consists following form:
01(ff...(8 or more ffs)...ff)00[ASN.1 OF DigestInfo]
Its byte length shall be the same as RSA key length however such checking was not sufficient.
To make crafted message for p... | {'CVE-2021-30246'} | 2021-04-22T14:32:46Z | 2021-04-16T19:52:35Z | CRITICAL | 9.1 | {'CWE-347'} | {'https://kjur.github.io/jsrsasign/', 'https://github.com/kjur/jsrsasign/releases/tag/10.1.13', 'https://nvd.nist.gov/vuln/detail/CVE-2021-30246', 'https://github.com/advisories/GHSA-27fj-mc8w-j9wg', 'https://github.com/kjur/jsrsasign/security/advisories/GHSA-27fj-mc8w-j9wg', 'https://github.com/kjur/jsrsasign/issues/4... | null |
GHSA | GHSA-3q5x-7mxp-rp6j | Remote code execution via vulnerable Symphony dependecy injection | A remote code execution vulnerability exists in Magento 2.2 prior to 2.2.10, Magento 2.3 prior to 2.3.3 or 2.3.2-p1. Dependency injection through Symphony framework allows service identifiers to be derived from user controlled data, which can lead to remote code execution. | {'CVE-2019-8135'} | 2021-08-18T22:23:57Z | 2019-11-12T22:59:32Z | CRITICAL | 9.8 | {'CWE-74'} | {'https://magento.com/security/patches/magento-2.3.3-and-2.2.10-security-update', 'https://nvd.nist.gov/vuln/detail/CVE-2019-8135', 'https://github.com/advisories/GHSA-3q5x-7mxp-rp6j', 'https://github.com/FriendsOfPHP/security-advisories/blob/master/magento/product-community-edition/CVE-2019-8135.yaml'} | null |
GHSA | GHSA-fcwc-p4fc-c5cc | Null pointer dereference in `MatrixDiagPartOp` | ### Impact
If a user does not provide a valid padding value to `tf.raw_ops.MatrixDiagPartOp`, then the code triggers a null pointer dereference (if input is empty) or produces invalid behavior, ignoring all values after the first:
```python
import tensorflow as tf
tf.raw_ops.MatrixDiagPartV2(
input=tf.ones(2,dtype=... | {'CVE-2021-37643'} | 2021-08-25T14:43:42Z | 2021-08-25T14:43:42Z | HIGH | 7.7 | {'CWE-476'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fcwc-p4fc-c5cc', 'https://github.com/advisories/GHSA-fcwc-p4fc-c5cc', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37643', 'https://github.com/tensorflow/tensorflow/commit/482da92095c4d48f8784b1f00dda4f81c28d2988'} | null |
GHSA | GHSA-77gc-fj98-665h | Signature Validation Bypass | Go JOSE before 1.1.0 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example, users of the library might mistakenly ... | {'CVE-2016-9122'} | 2021-05-18T19:15:09Z | 2021-05-18T19:15:09Z | HIGH | 7.5 | {'CWE-284'} | {'http://www.openwall.com/lists/oss-security/2016/11/03/1', 'https://nvd.nist.gov/vuln/detail/CVE-2016-9122', 'https://github.com/square/go-jose/pull/111', 'https://github.com/advisories/GHSA-77gc-fj98-665h', 'https://hackerone.com/reports/169629', 'https://github.com/square/go-jose/commit/2c5656adca9909843c4ff50acf1d2... | null |
GHSA | GHSA-6w62-hx7r-mw68 | 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-39154'} | 2022-04-22T15:42:03Z | 2021-08-25T14:46:38Z | HIGH | 8.5 | {'CWE-434', 'CWE-502'} | {'https://x-stream.github.io/CVE-2021-39154.html', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://github.com/advisories/GHSA-6w62-hx7r-mw68', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/', 'https://nvd.nist.gov/vuln... | null |
GHSA | GHSA-jh2g-xhqq-x4w9 | Send/Sync bound needed on T for Send/Sync impl of RcuCell<T> | Affected versions of this crate unconditionally implement Send/Sync for `RcuCell<T>`.
This allows users to send `T: !Send` to other threads (while `T` enclosed within `RcuCell<T>`), and allows users to concurrently access `T: !Sync` by using the APIs of `RcuCell<T>` that provide access to `&T`.
This can result in memo... | null | 2021-08-25T21:00:07Z | 2021-08-25T21:00:07Z | MODERATE | 0 | {'CWE-362'} | {'https://github.com/Xudong-Huang/rcu_cell/pull/4/commits/1faf18eee11f14969b77ae0f76dcd9ebd437d0c2', 'https://github.com/advisories/GHSA-jh2g-xhqq-x4w9', 'https://rustsec.org/advisories/RUSTSEC-2020-0131.html', 'https://github.com/Xudong-Huang/rcu_cell/issues/3'} | null |
GHSA | GHSA-5v3f-73gv-x7x5 | cairo is vulnerable to denial of service due to a null pointer dereference | Cairo version 1.15.4 is vulnerable to a NULL pointer dereference related to the FT_Load_Glyph and FT_Render_Glyph resulting in an application crash. | {'CVE-2017-7475'} | 2022-04-25T20:55:53Z | 2017-11-15T20:41:14Z | MODERATE | 5.5 | {'CWE-476'} | {'https://bugs.freedesktop.org/show_bug.cgi?id=100763', 'https://github.com/advisories/GHSA-5v3f-73gv-x7x5', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7475', 'https://nvd.nist.gov/vuln/detail/CVE-2017-7475', 'http://seclists.org/oss-sec/2017/q2/151', 'https://lists.apache.org/thread.html/rf9fa47ab66495c78bb... | null |
GHSA | GHSA-gj26-g5qf-jrh7 | Cross-site Scripting in librenms | Cross-site Scripting (XSS) - Stored in Packagist librenms/librenms prior to 22.1.0. | {'CVE-2022-0589'} | 2022-02-24T13:06:11Z | 2022-02-16T00:01:51Z | MODERATE | 5.4 | {'CWE-79'} | {'https://github.com/advisories/GHSA-gj26-g5qf-jrh7', 'https://github.com/librenms/librenms/commit/4c9d4eefd8064a0285f9718ef38f5617d7f9d6fa', 'https://huntr.dev/bounties/d943d95c-076f-441a-ab21-cbf6b15f6768', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0589', 'https://notes.netbytesec.com/2022/02/multiple-vulnerabilitie... | null |
GHSA | GHSA-q6j2-g8qf-wvf7 | Verification check bypass in Gate One | An issue in Gate One 1.2.0 allows attackers to bypass to the verification check done by the origins list and connect to Gate One instances used by hosts not on the origins list. | {'CVE-2020-19003'} | 2021-10-12T22:34:28Z | 2021-10-12T22:34:28Z | MODERATE | 0 | null | {'https://github.com/advisories/GHSA-q6j2-g8qf-wvf7', 'https://nvd.nist.gov/vuln/detail/CVE-2020-19003', 'https://github.com/liftoff/GateOne/issues/728'} | null |
GHSA | GHSA-ffhg-7mh4-33c4 | Improper Verification of Cryptographic Signature in golang.org/x/crypto | golang.org/x/crypto before v0.0.0-20200220183623-bac4c82f6975 for Go allows a panic during signature verification in the golang.org/x/crypto/ssh package. A client can attack an SSH server that accepts public keys. Also, a server can attack any SSH client. | {'CVE-2020-9283'} | 2022-01-04T19:50:38Z | 2021-05-18T15:29:31Z | MODERATE | 7.5 | {'CWE-347'} | {'https://lists.debian.org/debian-lts-announce/2020/11/msg00031.html', 'https://lists.debian.org/debian-lts-announce/2020/11/msg00027.html', 'https://groups.google.com/forum/#!topic/golang-announce/3L45YRc91SY', 'https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html', 'https://nvd.nist.gov/vuln/detail/CVE-... | null |
GHSA | GHSA-4jf5-jggp-g56j | Cross-Site Request Forgery in com.softwaremill.akka-http-session:core_2.12 | This affects the package com.softwaremill.akka-http-session:core_2.12 from 0 and before 0.6.1; all versions of package com.softwaremill.akka-http-session:core_2.11; the package com.softwaremill.akka-http-session:core_2.13 from 0 and before 0.6.1. CSRF protection can be bypassed by forging a request that contains the sa... | {'CVE-2020-28452'} | 2022-01-06T20:23:05Z | 2022-01-06T20:23:05Z | HIGH | 8.8 | {'CWE-352'} | {'https://github.com/softwaremill/akka-http-session/commit/8725dccfc3143ac52304a51f4bbfda119d5ba3a1', 'https://snyk.io/vuln/SNYK-JAVA-COMSOFTWAREMILLAKKAHTTPSESSION-1058933', 'https://nvd.nist.gov/vuln/detail/CVE-2020-28452', 'https://github.com/softwaremill/akka-http-session/issues/77', 'https://snyk.io/vuln/SNYK-JAVA... | null |
GHSA | GHSA-962m-m8jw-8wrr | Path Traversal in Zope | Zope is an open-source web application server. In Zope versions prior to 4.6 and 5.2, users can access untrusted modules indirectly through Python modules that are available for direct use. By default, only users with the Manager role can add or edit Zope Page Templates through the web, but sites that allow untrusted u... | {'CVE-2021-32633'} | 2021-08-31T21:04:33Z | 2021-06-15T16:10:49Z | HIGH | 8.8 | {'CWE-22'} | {'http://www.openwall.com/lists/oss-security/2021/05/21/1', 'https://github.com/advisories/GHSA-962m-m8jw-8wrr', 'https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36', 'https://github.com/zopefoundation/Zope/commit/1f8456bf1f908ea46012537d52bd7e752a532c91', 'https://nvd.nist.gov/vuln/detail/C... | null |
GHSA | GHSA-5x29-3hr9-6wpw | TPM 1.2 key authorization values vulnerable to TPM transport eavesdropper in go-tpm | ### Impact
TPM 2.0 users are unaffected by this issue.
An adversary eavesdropping on the TPM 1.2 transport path can calculate `usageAuth` for a key created with CreateWrapKey, even though this value is encrypted as part of the TPM 1.2 command protocol.
The TPM 1.2 CreateWrapKey command accepts two secrets: `usageAuth`... | {'CVE-2020-8918'} | 2022-04-19T19:02:31Z | 2022-02-11T23:18:09Z | HIGH | 7.1 | {'CWE-665'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-8918', 'https://github.com/google/go-tpm/security/advisories/GHSA-5x29-3hr9-6wpw', 'https://github.com/advisories/GHSA-5x29-3hr9-6wpw', 'https://github.com/google/go-tpm/pull/195'} | null |
GHSA | GHSA-gvcp-948f-8f2p | Use of Uninitialized Resource in libp2p-deflate | An issue was discovered in the libp2p-deflate crate before 0.27.1 for Rust. An uninitialized buffer is passed to AsyncRead::poll_read(), which is a user-provided trait function. | {'CVE-2020-36443'} | 2021-08-25T20:59:04Z | 2021-08-25T20:59:04Z | CRITICAL | 9.8 | {'CWE-908'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-36443', 'https://rustsec.org/advisories/RUSTSEC-2020-0123.html', 'https://github.com/advisories/GHSA-gvcp-948f-8f2p'} | null |
GHSA | GHSA-3v5x-qjrp-q2hq | Unrestricted Upload of File with Dangerous Type in ButterCMS | An arbitrary file upload vulnerability in the file upload component of ButterCMS v1.2.8 allows attackers to execute arbitrary code via a crafted SVG file. | {'CVE-2022-27260'} | 2022-04-26T18:01:52Z | 2022-04-13T00:00:24Z | CRITICAL | 9.8 | {'CWE-434'} | {'https://github.com/advisories/GHSA-3v5x-qjrp-q2hq', 'https://www.youtube.com/watch?v=Tw8OhtVd-mE', 'https://nvd.nist.gov/vuln/detail/CVE-2022-27260', 'https://github.com/ButterCMS/buttercms-js'} | null |
GHSA | GHSA-hm2h-f456-6j88 | Cross-site scripting in Plone | Plone through 5.2.4 allows stored XSS attacks (by a Contributor) by uploading an SVG or HTML document. | {'CVE-2021-33512'} | 2021-06-08T23:20:04Z | 2021-06-08T23:20:04Z | MODERATE | 5.4 | {'CWE-79'} | {'http://www.openwall.com/lists/oss-security/2021/05/22/1', 'https://nvd.nist.gov/vuln/detail/CVE-2021-33512', 'https://plone.org/security/hotfix/20210518/stored-xss-from-file-upload-svg-html', 'https://github.com/advisories/GHSA-hm2h-f456-6j88'} | null |
GHSA | GHSA-94qw-r73x-j7hg | Users with ROLE_COURSE_ADMIN can create new users in Opencast | ### Impact
Users with the role `ROLE_COURSE_ADMIN` can use the user-utils endpoint to create new users not including the role `ROLE_ADMIN`. For example:
```bash
# Use the admin to create a new user with ROLE_COURSE_ADMIN using the admin user.
# We expect this to work.
% curl -i -u admin:opencast 'https://example.open... | {'CVE-2020-5231'} | 2021-10-20T18:03:32Z | 2020-01-30T21:21:37Z | MODERATE | 4.8 | {'CWE-285'} | {'https://github.com/advisories/GHSA-94qw-r73x-j7hg', 'https://github.com/opencast/opencast/commit/72fad0031d8a82c860e2bde0b27570c5042320ee', 'https://github.com/opencast/opencast/security/advisories/GHSA-94qw-r73x-j7hg', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5231'} | null |
GHSA | GHSA-g4h2-4wvh-grc5 | Uncontrolled Resource Consumption in simple_asn1 | An issue was discovered in the simple_asn1 crate 0.6.0 before 0.6.1 for Rust. There is a panic if UTCTime data, supplied by a remote attacker, has a second character greater than 0x7f. | {'CVE-2021-45711'} | 2022-01-07T18:25:30Z | 2022-01-06T22:05:05Z | HIGH | 7.5 | {'CWE-400'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-45711', 'https://rustsec.org/advisories/RUSTSEC-2021-0125.html', 'https://github.com/advisories/GHSA-g4h2-4wvh-grc5', 'https://github.com/acw/simple_asn1/issues/27', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/simple_asn1/RUSTSEC-2021-0125.md'} | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.