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-m8rp-q82r-c5mf | Cross-site Scripting in microweber | Cross-site Scripting (XSS) - Stored in Packagist microweber/microweber prior to 1.2.11. | {'CVE-2022-0278'} | 2022-01-27T18:31:49Z | 2022-01-21T18:06:49Z | MODERATE | 5.4 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-0278', 'https://github.com/microweber/microweber/commit/b64ef574b82dbf89a908e1569d790c7012d1ccd7', 'https://huntr.dev/bounties/64495d0f-d5ec-4542-9693-32372c18d030', 'https://github.com/advisories/GHSA-m8rp-q82r-c5mf'} | null |
GHSA | GHSA-qj3v-q2vj-4c8h | Calculation error in ark-r1cs-std | An issue was discovered in the ark-r1cs-std crate before 0.3.1 for Rust. It does not enforce any constraints in the FieldVar::mul_by_inverse method. Thus, a prover can produce a proof that is unsound but is nonetheless verified. | {'CVE-2021-38194'} | 2021-08-25T20:55:58Z | 2021-08-25T20:55:58Z | CRITICAL | 9.8 | {'CWE-682'} | {'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/ark-r1cs-std/RUSTSEC-2021-0075.md', 'https://github.com/arkworks-rs/r1cs-std/pull/70', 'https://rustsec.org/advisories/RUSTSEC-2021-0075.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-38194', 'https://github.com/advisories/GHSA-qj3v-q2vj-4c8h'} | null |
GHSA | GHSA-93jq-624g-4p9p | Moderate severity vulnerability that affects org.asynchttpclient:async-http-client | Async Http Client (aka async-http-client) before 2.0.35 can be tricked into connecting to a host different from the one extracted by java.net.URI if a '?' character occurs in a fragment identifier. Similar bugs were previously identified in cURL (CVE-2016-8624) and Oracle Java 8 java.net.URL. | {'CVE-2017-14063'} | 2021-09-07T20:39:25Z | 2018-10-19T16:50:50Z | HIGH | 7.5 | {'CWE-20'} | {'https://lists.apache.org/thread.html/rbbad61e1ba5b21e234a6664963618acfee237af754eb20300d938e1e@%3Cissues.tez.apache.org%3E', 'http://openwall.com/lists/oss-security/2017/08/31/4', 'https://lists.apache.org/thread.html/r41a0e2c36f7d1854a4d56cb1e4aa720ef501782d887ece1c9b1e2d60@%3Cissues.tez.apache.org%3E', 'https://lis... | null |
GHSA | GHSA-46q2-93hm-52p5 | Directory Traversal in serverlyr | Affected versions of `serverlyr` 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-16089'} | 2021-01-14T15:54:18Z | 2020-09-01T16:53:37Z | HIGH | 0 | {'CWE-22'} | {'https://nodesecurity.io/advisories/365', 'https://github.com/advisories/GHSA-46q2-93hm-52p5', 'https://github.com/JacksonGL/NPM-Vuln-PoC/tree/master/directory-traversal/serverlyr', 'https://www.npmjs.com/advisories/365', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16089'} | null |
GHSA | GHSA-282f-qqgm-c34q | Prototype Pollution in node-jsonpointer | This affects the package `jsonpointer` before `5.0.0`. A type confusion vulnerability can lead to a bypass of a previous Prototype Pollution fix when the pointer components are arrays. | {'CVE-2021-23807'} | 2021-11-08T17:44:45Z | 2021-11-08T17:44:45Z | MODERATE | 5.6 | {'CWE-843', 'CWE-1321'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-23807', 'https://github.com/advisories/GHSA-282f-qqgm-c34q', 'https://github.com/janl/node-jsonpointer/pull/51', 'https://github.com/janl/node-jsonpointer/commit/a0345f3550cd9c4d89f33b126390202b89510ad4', 'https://snyk.io/vuln/SNYK-JS-JSONPOINTER-1577288'} | null |
GHSA | GHSA-m34j-p8rj-wjxq | Division by 0 in `QuantizedBiasAdd` | ### Impact
An attacker can trigger an integer division by zero undefined behavior in `tf.raw_ops.QuantizedBiasAdd`:
```python
import tensorflow as tf
input_tensor = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.quint8)
bias = tf.constant([], shape=[0], dtype=tf.quint8)
min_input = tf.constant(-10.0, dtype=tf.float32)
... | {'CVE-2021-29546'} | 2021-05-21T14:23:28Z | 2021-05-21T14:23:28Z | LOW | 2.5 | {'CWE-369'} | {'https://github.com/advisories/GHSA-m34j-p8rj-wjxq', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29546', 'https://github.com/tensorflow/tensorflow/commit/67784700869470d65d5f2ef20aeb5e97c31673cb', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-m34j-p8rj-wjxq'} | null |
GHSA | GHSA-x3g3-jh26-76cf | Cross-site Scripting in livehelperchat | LiveHelperChat is vulnerable to Stored XSS at the Name field in the Admin themes of System configuration. | {'CVE-2022-0375'} | 2022-02-02T16:05:34Z | 2022-01-28T23:06:00Z | MODERATE | 6.5 | {'CWE-79'} | {'https://huntr.dev/bounties/28e1c356-6eaa-4d93-af56-938e3b4d40a7', 'https://github.com/livehelperchat/livehelperchat/commit/bbfaa26ce54a2a86ce1a42a16496038f5bdfc102', 'https://github.com/advisories/GHSA-x3g3-jh26-76cf', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0375'} | null |
GHSA | GHSA-j336-34q7-cgj3 | Downloads Resources over HTTP in healthcenter | Affected versions of `healthcenter` 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 `heal... | {'CVE-2016-10684'} | 2021-01-08T18:38:25Z | 2019-02-18T23:42:06Z | HIGH | 0 | {'CWE-311'} | {'https://www.npmjs.com/advisories/288', 'https://nodesecurity.io/advisories/288', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10684', 'https://github.com/advisories/GHSA-j336-34q7-cgj3'} | null |
GHSA | GHSA-p3rp-vmj9-gv6v | Incorrect sanitisation function leads to `XSS` in mermaid | ### Impact
Malicious diagrams can contain javascript code that can be run at diagram readers machines.
### Patches
The users should upgrade to version 8.13.8
### Workarounds
You need to upgrade in order to avoid this issue.
| {'CVE-2021-43861'} | 2022-01-06T19:45:59Z | 2022-01-06T19:45:59Z | HIGH | 7.2 | {'CWE-20', 'CWE-79'} | {'https://github.com/mermaid-js/mermaid/commit/066b7a0d0bda274d94a2f2d21e4323dab5776d83', 'https://github.com/mermaid-js/mermaid/releases/tag/8.13.8', 'https://github.com/advisories/GHSA-p3rp-vmj9-gv6v', 'https://nvd.nist.gov/vuln/detail/CVE-2021-43861', 'https://github.com/mermaid-js/mermaid/security/advisories/GHSA-p... | null |
GHSA | GHSA-2j9c-9vmv-7m39 | Missing anchor in Rack-Cors allows malicious third party site to perform CORS request | Missing anchor in generated regex for rack-cors before 0.4.1 allows a malicious third-party site to perform CORS requests. If the configuration were intended to allow only the trusted example.com domain name and not the malicious example.net domain name, then example.com.example.net (as well as example.com-example.net)... | {'CVE-2017-11173'} | 2022-04-26T18:19:30Z | 2018-07-31T18:18:39Z | HIGH | 8.8 | null | {'https://github.com/cyu/rack-cors/commit/42ebe6caa8e85ffa9c8a171bda668ba1acc7a5e6', 'https://github.com/advisories/GHSA-2j9c-9vmv-7m39', 'https://packetstormsecurity.com/files/143345/rack-cors-Missing-Anchor.html', 'https://nvd.nist.gov/vuln/detail/CVE-2017-11173', 'http://seclists.org/fulldisclosure/2017/Jul/22', 'ht... | null |
GHSA | GHSA-6hgr-2g6q-3rmc | Server session is not invalidated when logout() helper method of Authentication module is used in Vaadin 18-19 | `Authentication.logout()` helper in `com.vaadin:flow-client` versions 5.0.0 prior to 6.0.0 (Vaadin 18), and 6.0.0 through 6.0.4 (Vaadin 19.0.0 through 19.0.3) uses incorrect HTTP method, which, in combination with Spring Security CSRF protection, allows local attackers to access Fusion endpoints after the user attempte... | null | 2021-10-08T21:24:02Z | 2021-04-22T16:11:26Z | MODERATE | 6.3 | {'CWE-287'} | {'https://github.com/advisories/GHSA-6hgr-2g6q-3rmc', 'https://github.com/vaadin/flow/security/advisories/GHSA-6hgr-2g6q-3rmc'} | null |
GHSA | GHSA-fh37-cx83-q542 | Improper Authentication in Apache Airflow | The lineage endpoint of the deprecated Experimental API was not protected by authentication in Airflow 2.0.0. This allowed unauthenticated users to hit that endpoint. This is low-severity issue as the attacker needs to be aware of certain parameters to pass to that endpoint and even after can just get some metadata abo... | {'CVE-2021-26697'} | 2021-06-18T18:30:11Z | 2021-06-18T18:30:11Z | MODERATE | 5.3 | {'CWE-287', 'CWE-269'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-26697', 'http://www.openwall.com/lists/oss-security/2021/02/17/2', 'https://lists.apache.org/thread.html/r36111262a59219a3e2704c71e97cf84937dae5ba7a1da99499e5d8f9@%3Cannounce.apache.org%3E', 'https://lists.apache.org/thread.html/re21fec81baea7a6d73b0b5d31efd07cc02c61f832e297f... | null |
GHSA | GHSA-j66f-h9hm-975m | Unrestricted Upload of File with Dangerous Type in Umbraco CMS | Umbraco CMS 8.5.3 allows an authenticated file upload (and consequently Remote Code Execution) via the Install Package functionality. | {'CVE-2020-9472'} | 2021-08-02T17:38:56Z | 2021-08-02T17:38:56Z | MODERATE | 6.5 | {'CWE-434'} | {'https://github.com/advisories/GHSA-j66f-h9hm-975m', 'https://nvd.nist.gov/vuln/detail/CVE-2020-9472', 'https://gitlab.com/eLeN3Re/cve-2020-9472'} | null |
GHSA | GHSA-gw97-f6h8-gm94 | Email relay in Apache Traffic Control | An authenticated Apache Traffic Control Traffic Ops user with Portal-level privileges can send a request with a specially-crafted email subject to the /deliveryservices/request Traffic Ops endpoint to send an email, from the Traffic Ops server, with an arbitrary body to an arbitrary email address. Apache Traffic Contro... | {'CVE-2021-42009'} | 2021-10-20T17:07:21Z | 2021-10-13T18:55:04Z | MODERATE | 4.3 | {'CWE-20'} | {'https://lists.apache.org/thread.html/r7dfa9a89b39d06caeeeb7b5cdc41b3493a9b86cc6cfa059d3f349d87@%3Cannounce.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2021-42009', 'http://www.openwall.com/lists/oss-security/2021/10/12/1', 'https://lists.apache.org/thread.html/rf0481b9e38ece1ece458d3ce7b2d671df819e3555597f3... | null |
GHSA | GHSA-m5pj-vjjf-4m3h | Arbitrary Code Execution in grunt | The package grunt before 1.3.0 are vulnerable to Arbitrary Code Execution due to the default usage of the function load() instead of its secure replacement safeLoad() of the package js-yaml inside grunt.file.readYAML. | {'CVE-2020-7729'} | 2021-05-06T18:27:18Z | 2021-05-06T18:27:18Z | HIGH | 7.1 | {'CWE-1188'} | {'https://github.com/gruntjs/grunt/blob/master/lib/grunt/file.js%23L249', 'https://usn.ubuntu.com/4595-1/', 'https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-607922', 'https://lists.debian.org/debian-lts-announce/2020/09/msg00008.html', 'https://github.com/gruntjs/grunt/commit/e350cea1724eb3476464561a380fb6a64e61e4e7', 'ht... | null |
GHSA | GHSA-686f-ch3r-xwmh | Data races in unicycle | Affected versions of this crate unconditionally implemented `Send` & `Sync` for types `PinSlab<T>` & `Unordered<T, S>`. This allows sending non-Send types to other threads and concurrently accessing non-Sync types from multiple threads.
This can result in a data race & memory corruption when types that provide interna... | {'CVE-2020-36436'} | 2021-08-25T20:58:17Z | 2021-08-25T20:58:17Z | HIGH | 8.1 | {'CWE-119', 'CWE-362'} | {'https://github.com/udoprog/unicycle/issues/8', 'https://github.com/advisories/GHSA-686f-ch3r-xwmh', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36436', 'https://github.com/udoprog/unicycle/commit/6a6c367a0c25f86f998fa315ea90c328f685b194', 'https://github.com/udoprog/unicycle/commit/92f40b4a2c671553dfa96feacff0265206c4... | null |
GHSA | GHSA-x64g-4xx9-fh6x | Denial of Service in Cryptacular | CiphertextHeader.java in Cryptacular before 1.2.4, as used in Apereo CAS and other products, allows attackers to trigger excessive memory allocation during a decode operation, because the nonce array length associated with "new byte" may depend on untrusted input within the header of encoded data. | {'CVE-2020-7226'} | 2022-04-22T18:19:17Z | 2020-06-10T20:02:58Z | HIGH | 7.5 | {'CWE-770'} | {'https://github.com/apereo/cas/commit/93b1c3e9d90e36a19d0fa0f6efb863c6f0235e75', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://github.com/vt-middleware/cryptacular/blob/fafccd07ab1214e3588a35afe3c361519129605f/src/main/java/org/cryptacular/CiphertextHeader.java#L153', 'https://github.com/apereo/ca... | null |
GHSA | GHSA-9mxw-4856-9cm5 | Data races in rusb | An issue was discovered in the rusb crate before 0.7.0 for Rust. Because of a lack of Send and Sync bounds, a data race and memory corruption can occur. | {'CVE-2020-36206'} | 2021-08-25T20:50:51Z | 2021-08-25T20:50:51Z | HIGH | 7 | {'CWE-662', 'CWE-787'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-36206', 'https://rustsec.org/advisories/RUSTSEC-2020-0098.html', 'https://github.com/a1ien/rusb/issues/44', 'https://github.com/advisories/GHSA-9mxw-4856-9cm5'} | null |
GHSA | GHSA-6xc2-mj39-q599 | Privilege Escalation in strapi | Versions of `strapi` prior to 3.0.0-beta.17.5 are vulnerable to Privilege Escalation. The password reset routes allows an unauthenticated attacker to reset an admin's password without providing a valid password reset token.
## Recommendation
Upgrade to version 3.0.0-beta.17.5 or later. | {'CVE-2019-18818'} | 2022-02-09T18:27:25Z | 2019-12-02T18:20:41Z | HIGH | 9.8 | {'CWE-640'} | {'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18818', 'https://www.npmjs.com/advisories/1311', 'http://packetstormsecurity.com/files/163950/Strapi-CMS-3.0.0-beta.17.4-Remote-Code-Execution.html', 'https://nvd.nist.gov/vuln/detail/CVE-2019-18818', 'https://github.com/strapi/strapi/releases/tag/v3.0.0-beta.17... | null |
GHSA | GHSA-vc89-hccf-rq55 | Hash collision in typelevel jawn | ### Impact
Extenders of the `org.typelevel.jawn.SimpleFacade` and `org.typelevel.jawn.MutableFacade` who don't override `objectContext()` are vulnerable to a hash collision attack. Most applications do not implement these traits directly, but inherit from a library:
Affected implementations include:
* `org.http4s` :... | {'CVE-2022-21653'} | 2022-04-19T19:03:19Z | 2022-01-06T23:48:35Z | MODERATE | 5.9 | {'CWE-326', 'CWE-400'} | {'https://github.com/advisories/GHSA-vc89-hccf-rq55', 'https://github.com/typelevel/jawn/security/advisories/GHSA-vc89-hccf-rq55', 'https://github.com/typelevel/jawn/pull/390', 'https://nvd.nist.gov/vuln/detail/CVE-2022-21653'} | null |
GHSA | GHSA-r6fw-8m27-43c9 | Command injection in portkiller | This affects all versions of package portkiller. 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. | {'CVE-2021-23379'} | 2021-05-06T15:53:20Z | 2021-05-06T15:53:20Z | HIGH | 7.3 | {'CWE-77'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-23379', 'https://github.com/indatawetrust/portkiller/blob/f1f1c5076d9c5d60e8dd3930e98d665d8191aa7a/index.js%23L10', 'https://www.npmjs.com/package/portkiller', 'https://github.com/advisories/GHSA-r6fw-8m27-43c9', 'https://snyk.io/vuln/SNYK-JS-PORTKILLER-1078537'} | null |
GHSA | GHSA-pvmx-g8h5-cprj | Advanced Content Filter (ACF) vulnerability allowing to execute JavaScript code using malformed HTML | ### Affected packages
The vulnerability has been discovered in the Advanced Content Filter (ACF) module and may affect all plugins used by CKEditor 4.
### Impact
A potential vulnerability has been discovered in CKEditor 4 Advanced Content Filter (ACF) core module. The vulnerability allowed to inject malformed HTML byp... | {'CVE-2021-41164'} | 2022-04-22T15:40:26Z | 2021-11-17T21:55:10Z | HIGH | 8.2 | {'CWE-79'} | {'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://github.com/advisories/GHSA-pvmx-g8h5-cprj', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41164', 'https://github.com/ckeditor/ckeditor4/security/advisories/GHSA-pvmx-g8h5-cprj', 'https://github.com/ckeditor/ckeditor4/blob/major/CHANGES.md#ckeditor-417', ... | null |
GHSA | GHSA-xqfj-35wv-m3cr | Null pointer dereference in `StringNGrams` | ### Impact
An attacker can trigger a dereference of a null pointer in `tf.raw_ops.StringNGrams`:
```python
import tensorflow as tf
data=tf.constant([''] * 11, shape=[11], dtype=tf.string)
splits = [0]*115
splits.append(3)
data_splits=tf.constant(splits, shape=[116], dtype=tf.int64)
tf.raw_ops.StringNGrams(data=data... | {'CVE-2021-29541'} | 2021-05-21T17:07:00Z | 2021-05-21T14:23:12Z | LOW | 2.5 | {'CWE-476'} | {'https://github.com/advisories/GHSA-xqfj-35wv-m3cr', 'https://github.com/tensorflow/tensorflow/commit/ba424dd8f16f7110eea526a8086f1a155f14f22b', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-xqfj-35wv-m3cr', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29541'} | null |
GHSA | GHSA-pcwq-7wrw-r8jv | Cross-site Scripting in intelliants/subrion | Multilple Cross Site Scripting (XSS) vulnerability exists in Intelliants Subrion CMS v4.2.1 in the Configuration panel. | {'CVE-2020-18325'} | 2022-03-17T21:38:56Z | 2022-03-05T00:00:45Z | MODERATE | 6.1 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-18325', 'https://github.com/hamm0nz/CVE-2020-18325', 'https://github.com/advisories/GHSA-pcwq-7wrw-r8jv'} | null |
GHSA | GHSA-5h5r-23r4-m87h | Cross-Site Scripting in gitbook | Affected versions of `gitbook` do not properly sanitize user input outside of backticks, which may result in cross-site scripting in the online reader.
## Recommendation
Update to version 3.2.2 or later. | {'CVE-2017-16019'} | 2021-01-07T23:32:51Z | 2020-09-01T16:04:39Z | LOW | 0 | {'CWE-79'} | {'https://github.com/GitbookIO/gitbook/issues/1609', 'https://nodesecurity.io/advisories/159', 'https://github.com/advisories/GHSA-5h5r-23r4-m87h', 'https://www.npmjs.com/advisories/159', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16019'} | null |
GHSA | GHSA-39vw-qp34-rmwf | Uncontrolled recursion leads to abort in deserialization | Affected versions of this crate did not properly check for recursion
while deserializing aliases.
This allows an attacker to make a YAML file with an alias referring
to itself causing an abort.
The flaw was corrected by checking the recursion depth.
| null | 2021-08-25T21:00:18Z | 2021-08-25T21:00:18Z | MODERATE | 0 | {'CWE-674'} | {'https://github.com/dtolnay/serde-yaml/pull/105', 'https://github.com/advisories/GHSA-39vw-qp34-rmwf', 'https://rustsec.org/advisories/RUSTSEC-2018-0005.html'} | null |
GHSA | GHSA-63rq-p8fp-524q | Potential API key leak | If a user is actively blackholing the location or weather APIs, or those APIs become otherwise unavailable, it is possible for the API keys to get leaked to the active IRC channel.
This is patched in v1.2.4 | null | 2021-04-13T15:12:06Z | 2021-04-13T15:12:06Z | MODERATE | 0 | {'CWE-200'} | {'https://github.com/advisories/GHSA-63rq-p8fp-524q', 'https://github.com/sopel-irc/sopel-weather/security/advisories/GHSA-63rq-p8fp-524q'} | null |
GHSA | GHSA-jf2m-435m-mxw8 | High severity vulnerability that affects org.apache.hive:hive-jdbc | This vulnerability in Apache Hive JDBC driver 0.7.1 to 2.3.2 allows carefully crafted arguments to be used to bypass the argument escaping/cleanup that JDBC driver does in PreparedStatement implementation. | {'CVE-2018-1282'} | 2021-09-14T19:39:53Z | 2018-11-21T22:24:34Z | CRITICAL | 9.1 | {'CWE-89'} | {'https://lists.apache.org/thread.html/74bd2bff1827febb348dfb323986fa340d3bb97a315ab93c3ccc8299@%3Cdev.hive.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2018-1282', 'https://github.com/advisories/GHSA-jf2m-435m-mxw8', 'http://www.securityfocus.com/bid/103751'} | null |
GHSA | GHSA-6vx5-cg2p-7g5v | Unrestricted Upload of File with Dangerous Type in microweber | Unrestricted Upload of File with Dangerous Type in GitHub repository microweber/microweber prior to 1.2.12. | {'CVE-2022-0912'} | 2022-03-22T21:37:49Z | 2022-03-12T00:00:35Z | MODERATE | 4.8 | {'CWE-434'} | {'https://github.com/microweber/microweber/commit/24245297231f5dc88bb3a2b20d0e4e25b0ebc789', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0912', 'https://huntr.dev/bounties/ae5bb359-7e53-498b-848e-540c05b44c54', 'https://github.com/advisories/GHSA-6vx5-cg2p-7g5v'} | null |
GHSA | GHSA-hpf7-4c2g-9chf | Remote Code Execution in Halibut | In Halibut versions prior to 4.4.7 there is a deserialisation vulnerability that could allow remote code execution on systems that already trust each other based on certificate verification. | {'CVE-2021-31819'} | 2021-09-30T18:36:14Z | 2021-09-23T23:17:07Z | CRITICAL | 9.8 | {'CWE-502'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-31819', 'https://advisories.octopus.com/adv/2021-08---Remote-Code-Execution-via-Deserialisation-in-the-Halibut-Protocol-(CVE-2021-31819).2250309681.html', 'https://github.com/advisories/GHSA-hpf7-4c2g-9chf'} | null |
GHSA | GHSA-ccw5-7vfh-p5hm | Directory Traversal in dmmcquay.lab6 | Affected versions of `dmmcquay.lab6` 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-16208'} | 2021-01-14T17:26:11Z | 2020-09-01T18:14:15Z | HIGH | 0 | {'CWE-22'} | {'https://www.npmjs.com/advisories/426', 'https://nodesecurity.io/advisories/426', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/dmmcquay.lab6', 'https://github.com/advisories/GHSA-ccw5-7vfh-p5hm', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16208'} | null |
GHSA | GHSA-fjqr-fx3f-g4rv | Electron protocol handler browser vulnerable to Command Injection | Github Electron version Electron 1.8.2-beta.4 and earlier contains a Command Injection vulnerability in Protocol Handler that can result in command execute. This attack appear to be exploitable via the victim opening an electron protocol handler in their browser. This vulnerability appears to have been fixed in Electro... | {'CVE-2018-1000118'} | 2022-04-26T14:35:23Z | 2018-03-26T16:41:20Z | HIGH | 8.8 | {'CWE-78'} | {'https://github.com/advisories/GHSA-fjqr-fx3f-g4rv', 'https://nvd.nist.gov/vuln/detail/CVE-2018-1000118', 'https://github.com/electron/electron/commit/ce361a12e355f9e1e99c989f1ea056c9e502dbe7', 'https://electronjs.org/releases#1.8.2-beta.5'} | null |
GHSA | GHSA-3p8f-j2vw-7hw9 | Hijacked Environment Variables in mssql-node | The `mssql-node` package is a piece of malware that steals environment variables and sends them to attacker controlled locations.
All versions have been unpublished from the npm registry.
## Recommendation
As this module is malware, if you find it installed in your environment, the real security concern is determi... | {'CVE-2017-16059'} | 2021-01-08T20:00:33Z | 2018-11-09T17:43:44Z | MODERATE | 0 | {'CWE-506'} | {'https://nodesecurity.io/advisories/480', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16059', 'https://www.npmjs.com/advisories/480', 'https://github.com/advisories/GHSA-3p8f-j2vw-7hw9'} | null |
GHSA | GHSA-v7q4-97x4-4qw2 | Use of Uninitialized Resource in truetype | An issue was discovered in the truetype crate before 0.30.1 for Rust. Attackers can read the contents of uninitialized memory locations via a user-provided Read operation within Tape::take_bytes. | {'CVE-2021-28030'} | 2021-08-25T20:51:58Z | 2021-08-25T20:51:58Z | HIGH | 7.5 | {'CWE-908'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-28030', 'https://rustsec.org/advisories/RUSTSEC-2021-0029.html', 'https://github.com/advisories/GHSA-v7q4-97x4-4qw2', 'https://github.com/bodoni/truetype/issues/11'} | null |
GHSA | GHSA-x5x2-mfc7-r22f | Directory Traversal in picard | Affected versions of `picard` 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-16194'} | 2021-01-08T00:44:25Z | 2018-07-23T20:40:20Z | HIGH | 0 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2017-16194', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/picard', 'https://www.npmjs.com/advisories/436', 'https://nodesecurity.io/advisories/436', 'https://github.com/advisories/GHSA-x5x2-mfc7-r22f'} | null |
GHSA | GHSA-rg32-m3hf-772v | Deserialization of Untrusted Data in Slanger | Slanger 0.6.0 is affected by Remote Code Execution (RCE). The impact is A remote attacker can execute arbitrary commands by sending a crafted request to the server. The component is Message handler & request validator. The attack vector is Remote unauthenticated. The fixed version is after commit 5267b455caeb2e055cccf0... | {'CVE-2019-1010306'} | 2021-05-11T15:51:16Z | 2019-07-16T00:41:40Z | CRITICAL | 9.8 | {'CWE-502'} | {'https://github.com/stevegraham/slanger/pull/238/commits/5267b455caeb2e055cccf0d2b6a22727c111f5c3', 'https://github.com/advisories/GHSA-rg32-m3hf-772v', 'https://nvd.nist.gov/vuln/detail/CVE-2019-1010306'} | null |
GHSA | GHSA-fr6q-jv7j-35g3 | Path Traversal in w-zip | Path Traversal in NPM w-zip prior to 1.0.12. | {'CVE-2022-0401'} | 2022-02-10T23:41:29Z | 2022-02-02T00:01:46Z | CRITICAL | 9.8 | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-0401', 'https://github.com/advisories/GHSA-fr6q-jv7j-35g3', 'https://huntr.dev/bounties/d93259aa-ad03-43d6-8846-a00b9f58876d', 'https://github.com/yuda-lyu/w-zip/commit/d7039d034e02fa358e6656565157cedf5fa83288'} | null |
GHSA | GHSA-jc43-qrrp-98f5 | Insert tag injection in the Contao login module | Contao is a powerful open source CMS that allows you to create professional websites and scalable web applications. It is possible to inject insert tags into the login module which will be replaced when the page is rendered. It is recommended to update to Contao 4.8.6. There are currently no known workarounds at this t... | {'CVE-2019-19714'} | 2022-05-05T16:47:16Z | 2019-12-17T22:53:40Z | MODERATE | 5.3 | {'CWE-116'} | {'https://github.com/advisories/GHSA-jc43-qrrp-98f5', 'https://nvd.nist.gov/vuln/detail/CVE-2019-19714', 'https://contao.org/en/security-advisories/insert-tag-injection-in-the-login-module.html', 'https://github.com/contao/contao/security/advisories/GHSA-jc43-qrrp-98f5', 'https://contao.org/en/news.html', 'https://gith... | null |
GHSA | GHSA-3wh2-2pp3-2823 | Malicious Package in simple-alipay | Version 1.0.1 of `simple-alipay` 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
If version 1.0.1 of this module is found installed you will want to r... | null | 2020-09-01T20:35:18Z | 2020-09-01T20:35:18Z | CRITICAL | 0 | null | {'https://github.com/advisories/GHSA-3wh2-2pp3-2823', 'https://www.npmjs.com/advisories/637'} | null |
GHSA | GHSA-j77q-2qqg-6989 | High severity vulnerability that affects org.apache.struts:struts2-core | The Jakarta Multipart parser in Apache Struts 2 2.3.x before 2.3.32 and 2.5.x before 2.5.10.1 has incorrect exception handling and error-message generation during file-upload attempts, which allows remote attackers to execute arbitrary commands via a crafted Content-Type, Content-Disposition, or Content-Length HTTP hea... | {'CVE-2017-5638'} | 2021-06-10T23:23:12Z | 2018-10-18T19:24:26Z | CRITICAL | 10 | {'CWE-20'} | {'https://h20566.www2.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbhf03723en_us', 'http://blog.trendmicro.com/trendlabs-security-intelligence/cve-2017-5638-apache-struts-vulnerability-remote-code-execution/', 'https://cwiki.apache.org/confluence/display/WW/S2-045', 'https://support.lenovo.com/us/en... | null |
GHSA | GHSA-pf38-cw3p-22q9 | Keycloak is vulnerable to IDN homograph attack | A flaw was found in keycloak as shipped in Red Hat Single Sign-On 7.4 where IDN homograph attacks are possible. A malicious user can register himself with a name already registered and trick admin to grant him extra privileges. | {'CVE-2021-3424'} | 2022-04-28T21:00:22Z | 2022-04-28T21:00:21Z | MODERATE | 5.3 | {'CWE-287'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-3424', 'https://bugzilla.redhat.com/show_bug.cgi?id=1933320', 'https://github.com/advisories/GHSA-pf38-cw3p-22q9'} | null |
GHSA | GHSA-374m-jm66-3vj8 | Heap OOB in `SparseBinCount` | ### Impact
The [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/bincount_op.cc#L353-L417) of `SparseBinCount` is vulnerable to a heap OOB:
```python
import tensorflow as tf
tf.raw_ops.SparseBincount(
indices=[[0],[1],[2]]
values=[... | {'CVE-2021-41226'} | 2021-11-10T18:41:47Z | 2021-11-10T18:41:47Z | HIGH | 7.1 | {'CWE-125'} | {'https://github.com/tensorflow/tensorflow/commit/f410212e373eb2aec4c9e60bf3702eba99a38aba', 'https://github.com/advisories/GHSA-374m-jm66-3vj8', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41226', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-374m-jm66-3vj8'} | null |
GHSA | GHSA-gfp2-w5jm-955q | OMERO.web exposes some unnecessary session information in the page | ### Background
OMERO.web loads various information about the current user such as their id, name and the groups they are in, and these are available on the main webclient pages. Some additional information being loaded is not used by the webclient and is being removed in this release.
### Impact
OMERO.web before 5.9.0... | {'CVE-2021-21376'} | 2021-03-29T17:30:03Z | 2021-03-23T15:26:34Z | MODERATE | 0 | {'CWE-200'} | {'https://www.openmicroscopy.org/security/advisories/2021-SV1/', 'https://github.com/advisories/GHSA-gfp2-w5jm-955q', 'https://nvd.nist.gov/vuln/detail/CVE-2021-21376', 'https://github.com/ome/omero-web/commit/952f8e5d28532fbb14fb665982211329d137908c', 'https://pypi.org/project/omero-web/', 'https://github.com/ome/omer... | null |
GHSA | GHSA-8h2f-7jc4-7m3m | Open Redirect in urijs | urijs prior to version 1.19.10 is vulnerable to open redirect. This is the result of a bypass for the fix to CVE-2022-0613. | {'CVE-2022-0868'} | 2022-03-14T21:10:49Z | 2022-03-07T00:00:40Z | MODERATE | 6.1 | {'CWE-601'} | {'https://github.com/advisories/GHSA-8h2f-7jc4-7m3m', 'https://github.com/medialize/uri.js/commit/a8166fe02f3af6dc1b2b888dcbb807155aad9509', 'https://huntr.dev/bounties/5f4db013-64bd-4a6b-9dad-870c296b0b02', 'https://github.com/medialize/URI.js/releases/tag/v1.19.10', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0868'} | null |
GHSA | GHSA-qjhr-c23f-w76q | Inline JS XSS vulnerability in Mautic | ### Impact
Mautic version 2.1.0 - 2.11.0 is vulnerable to an inline JS XSS attack when using Mautic forms on a Mautic landing page using GET parameters to pre-populate the form.
### Patches
Upgrade to 2.12.0 or later.
### Workarounds
None
### References
https://github.com/mautic/mautic/releases/tag/2.12.0
### For ... | {'CVE-2017-1000488'} | 2022-04-19T19:02:44Z | 2021-01-19T21:16:24Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/advisories/GHSA-qjhr-c23f-w76q', 'https://nvd.nist.gov/vuln/detail/CVE-2017-1000488', 'https://github.com/mautic/mautic/security/advisories/GHSA-qjhr-c23f-w76q', 'https://github.com/mautic/mautic/releases/tag/2.12.0', 'https://github.com/mautic/mautic/commit/bda60c0eefbd19c759589e975e63ab1d201c1b8e... | null |
GHSA | GHSA-5557-j87h-cvf4 | Missing Authorization in jenkins xray-connector | Jenkins Xray - Test Management for Jira Plugin 2.4.0 and earlier does not perform a permission check in an HTTP endpoint, allowing with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins. | {'CVE-2021-21653'} | 2021-06-16T17:29:26Z | 2021-06-16T17:29:26Z | MODERATE | 4.3 | {'CWE-862'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-21653', 'https://github.com/advisories/GHSA-5557-j87h-cvf4', 'https://www.jenkins.io/security/advisory/2021-05-11/#SECURITY-2251%20(2)'} | null |
GHSA | GHSA-9crf-c6qr-r273 | Integer division by 0 in `tf.raw_ops.AllToAll` | ### Impact
The [shape inference code for `AllToAll`](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/ops/tpu_cross_replica_ops.cc#L25-L74) can be made to execute a division by 0:
```python
import tensorflow as tf
@tf.function
def func():
return tf.raw_ops.All... | {'CVE-2021-41218'} | 2021-11-10T18:52:24Z | 2021-11-10T18:52:24Z | MODERATE | 5.5 | {'CWE-369'} | {'https://github.com/advisories/GHSA-9crf-c6qr-r273', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9crf-c6qr-r273', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41218', 'https://github.com/tensorflow/tensorflow/commit/a8ad3e5e79c75f36edb81e0ba3f3c0c5442aeddc'} | null |
GHSA | GHSA-p93v-m2r2-4387 | Denial of service via insufficient metadata validation | The PAM module for `fscrypt` through v0.3.2 doesn't adequately validate `fscrypt` metadata files, allowing users to create malicious metadata files that prevent other users from logging in. A local user can cause a denial of service by creating a `fscrypt` metadata file that prevents other users from logging into the s... | null | 2022-04-19T19:03:25Z | 2022-03-01T21:05:01Z | MODERATE | 0 | null | {'https://github.com/advisories/GHSA-p93v-m2r2-4387', 'https://github.com/google/fscrypt/security/advisories/GHSA-p93v-m2r2-4387'} | null |
GHSA | GHSA-jfgq-g48x-jq83 | Downloads Resources over HTTP in iedriver | Affected versions of `iedriver` 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 `iedriver... | {'CVE-2016-10562'} | 2021-01-08T18:35:19Z | 2019-02-18T23:54:20Z | HIGH | 0 | {'CWE-311'} | {'https://github.com/advisories/GHSA-jfgq-g48x-jq83', 'https://nodesecurity.io/advisories/174', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10562', 'https://www.npmjs.com/advisories/174'} | null |
GHSA | GHSA-4cx9-7xqc-2jxm | Reflected cross-site scripting in francoisjacquet/rosariosis | Reflected Cross-Site Scripting vulnerability in Modules.php in RosarioSIS Student Information System < 6.5.1 allows remote attackers to execute arbitrary web script via embedding javascript or HTML tags in a GET request. | {'CVE-2020-13278'} | 2021-05-06T18:54:48Z | 2021-05-06T18:54:48Z | MODERATE | 6.1 | {'CWE-79'} | {'https://gitlab.com/francoisjacquet/rosariosis/-/issues/282', 'https://gitlab.com/gitlab-org/cves/-/blob/master/2020/CVE-2020-13278.json', 'https://github.com/advisories/GHSA-4cx9-7xqc-2jxm', 'https://gitlab.com/francoisjacquet/rosariosis/-/commit/9cb4fec5fe177f1d3716708b46d1958eac477ebe', 'https://nvd.nist.gov/vuln/d... | null |
GHSA | GHSA-hpw7-3vq3-mmv6 | Insecure deserialization in Wire | Due to how Wire handles type information in its serialization format, malicious payloads can be passed to a deserializer. e.g. using a surrogate on the sender end, an attacker can pass information about a different type for the receiving end. And by doing so allowing the serializer to create any type on the deserializi... | {'CVE-2021-29508'} | 2021-05-19T23:02:38Z | 2021-05-19T23:02:38Z | CRITICAL | 9.1 | {'CWE-502'} | {'https://www.nuget.org/packages/Wire/', 'https://github.com/advisories/GHSA-hpw7-3vq3-mmv6', 'https://github.com/AsynkronIT/Wire/security/advisories/GHSA-hpw7-3vq3-mmv6', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29508'} | null |
GHSA | GHSA-jpxj-vgq5-prjc | OS command execution vulnerability in Docker Commons Plugin | Jenkins Docker Commons Plugin 1.17 and earlier does not sanitize the name of an image or a tag, resulting in an OS command execution vulnerability exploitable by attackers with Item/Configure permission or able to control the contents of a previously configured job's SCM repository. | {'CVE-2022-20617'} | 2022-04-29T04:27:22Z | 2022-01-13T00:01:03Z | HIGH | 0 | {'CWE-78'} | {'https://www.jenkins.io/security/advisory/2022-01-12/#SECURITY-1878', 'https://nvd.nist.gov/vuln/detail/CVE-2022-20617', 'https://github.com/advisories/GHSA-jpxj-vgq5-prjc', 'https://plugins.jenkins.io/docker-commons', 'http://www.openwall.com/lists/oss-security/2022/01/12/6'} | null |
GHSA | GHSA-8p52-7cxv-6c95 | Downloads Resources over HTTP in curses | Affected versions of `curses` 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 `curses`.
... | {'CVE-2016-10615'} | 2021-01-08T19:08:25Z | 2019-02-18T23:56:47Z | HIGH | 0 | {'CWE-311'} | {'https://nodesecurity.io/advisories/215', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10615', 'https://github.com/advisories/GHSA-8p52-7cxv-6c95', 'https://www.npmjs.com/advisories/215'} | null |
GHSA | GHSA-v542-8q9x-cffc | Exposure of Sensitive Information to an Unauthorized Actor | Django Channels 3.x before 3.0.3 allows remote attackers to obtain sensitive information from a different request scope. The legacy channels.http.AsgiHandler class, used for handling HTTP type requests in an ASGI environment prior to Django 3.0, did not correctly separate request scopes in Channels 3.0. In many cases t... | {'CVE-2020-35681'} | 2021-03-19T21:29:02Z | 2021-03-19T21:29:02Z | HIGH | 7.4 | {'CWE-200'} | {'https://channels.readthedocs.io/en/stable/releases/index.html', 'https://github.com/advisories/GHSA-v542-8q9x-cffc', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35681', 'https://github.com/django/channels/releases', 'https://github.com/django/channels/commit/e85874d9630474986a6937430eac52db79a2a022', 'https://channels... | null |
GHSA | GHSA-xv69-f7x5-r4qw | Cross-Site Scripting via Attribute Set Name | A stored cross-site scripting (XSS) vulnerability exists in Magento 2.2 prior to 2.2.10, Magento 2.3 prior to 2.3.3 or 2.3.2-p1. An authenticated user can inject arbitrary JavaScript code into the attribute set name when listing the products. | {'CVE-2019-8145'} | 2021-08-18T22:18:30Z | 2019-11-12T22:59:43Z | MODERATE | 5.4 | {'CWE-79'} | {'https://magento.com/security/patches/magento-2.3.3-and-2.2.10-security-update', 'https://github.com/advisories/GHSA-xv69-f7x5-r4qw', 'https://github.com/FriendsOfPHP/security-advisories/blob/master/magento/product-community-edition/CVE-2019-8145.yaml', 'https://nvd.nist.gov/vuln/detail/CVE-2019-8145'} | null |
GHSA | GHSA-pf8f-w267-mq2h | The rack-cors rubygem may allow directory traveral | An issue was discovered in the rack-cors (aka Rack CORS Middleware) gem before 1.0.4 for Ruby. It allows ../ directory traversal to access private resources because resource matching does not ensure that pathnames are in a canonical format. | {'CVE-2019-18978'} | 2021-08-18T22:30:22Z | 2019-11-15T20:26:59Z | MODERATE | 5.3 | {'CWE-22'} | {'https://github.com/cyu/rack-cors/commit/e4d4fc362a4315808927011cbe5afcfe5486f17d', 'https://usn.ubuntu.com/4571-1/', 'https://github.com/cyu/rack-cors/compare/v1.0.3...v1.0.4', 'https://lists.debian.org/debian-lts-announce/2020/10/msg00000.html', 'https://github.com/advisories/GHSA-pf8f-w267-mq2h', 'https://www.debia... | null |
GHSA | GHSA-9px9-73fg-3fqp | Null pointer dereference in Grappler's `IsConstant` | ### Impact
Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a `SavedModel` file (fixing the first one would trigger the same dereference in the second place):
First, during [constant folding](... | {'CVE-2022-23589'} | 2022-02-11T20:00:55Z | 2022-02-09T23:29:14Z | MODERATE | 6.5 | {'CWE-476'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9px9-73fg-3fqp', 'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/grappler/optimizers/constant_folding.cc#L3466-L3497', 'https://nvd.nist.gov/vuln/detail/CVE-2022-23589', 'https://github.com/tensor... | null |
GHSA | GHSA-76qf-6mvw-c5hm | Malicious Package in js-base64-int | This package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.
## Recommendation
Remove the package from your environment. There are no indications of further compromise. | null | 2021-09-30T20:16:46Z | 2020-09-03T19:45:42Z | CRITICAL | 9.8 | {'CWE-506'} | {'https://github.com/advisories/GHSA-76qf-6mvw-c5hm', 'https://www.npmjs.com/advisories/1128'} | null |
GHSA | GHSA-4p8f-mmfj-r45g | Cross-site scripting in fat_free_crm | Fat Free CRM before 0.18.1 has XSS in the tags_helper in app/helpers/tags_helper.rb. | {'CVE-2018-20975'} | 2021-08-17T21:11:19Z | 2019-08-21T16:15:04Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/fatfreecrm/fat_free_crm/compare/v0.17.3...v0.18.1', 'https://github.com/advisories/GHSA-4p8f-mmfj-r45g', 'https://github.com/fatfreecrm/fat_free_crm/commit/6d60bc8ed010c4eda05d6645c64849f415f68d65', 'https://github.com/fatfreecrm/fat_free_crm/releases/tag/v0.18.1', 'https://nvd.nist.gov/vuln/detail... | null |
GHSA | GHSA-856x-cp3q-47vg | Insecure Default Configuration in airbrake | Affected versions of `airbrake` default to sending environment variables over an unencrypted HTTP connection. In scenarios where an attacker has a privileged network position, it is possible for them to capture and read these environment variables, which may result in leaking sensitive information.
## Recommendation
... | {'CVE-2016-10530'} | 2021-01-08T19:11:59Z | 2019-02-18T23:58:13Z | MODERATE | 0 | {'CWE-200'} | {'https://github.com/airbrake/node-airbrake/issues/70', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10530', 'https://www.npmjs.com/advisories/96', 'https://github.com/advisories/GHSA-856x-cp3q-47vg', 'https://nodesecurity.io/advisories/96'} | null |
GHSA | GHSA-qw5h-7f53-xrp6 | Stack overflow in `ParseAttrValue` with nested tensors | ### Impact
The implementation of [`ParseAttrValue`](https://github.com/tensorflow/tensorflow/blob/c22d88d6ff33031aa113e48aa3fc9aa74ed79595/tensorflow/core/framework/attr_value_util.cc#L397-L453) can be tricked into stack overflow due to recursion by giving in a specially crafted input.
### Patches
We have patched the ... | {'CVE-2021-29615'} | 2021-05-21T14:28:45Z | 2021-05-21T14:28:45Z | LOW | 2.5 | {'CWE-674'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-29615', 'https://github.com/tensorflow/tensorflow/commit/e07e1c3d26492c06f078c7e5bf2d138043e199c1', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qw5h-7f53-xrp6', 'https://github.com/advisories/GHSA-qw5h-7f53-xrp6'} | null |
GHSA | GHSA-86ch-6w7v-v6xf | Denial of Service in soketi | ### Impact
_What kind of vulnerability is it? Who is impacted?_
There was a wrong behavior when reading POST requests, making the server crash if it couldn't read the body. In case a POST request was sent to any endpoint of the server with an empty body, **even unauthenticated with the Pusher Protocol**, it would simp... | {'CVE-2022-21667'} | 2022-01-18T22:37:18Z | 2022-01-08T00:24:44Z | HIGH | 7.5 | {'CWE-755'} | {'https://github.com/advisories/GHSA-86ch-6w7v-v6xf', 'https://github.com/soketi/soketi/releases/tag/0.24.1', 'https://nvd.nist.gov/vuln/detail/CVE-2022-21667', 'https://github.com/soketi/soketi/security/advisories/GHSA-86ch-6w7v-v6xf', 'https://github.com/soketi/soketi/commit/4b12efef9c31117c36a0a0f1c3aa32114e86364b'} | null |
GHSA | GHSA-48w2-rm65-62xx | Inconsistent Interpretation of HTTP Requests in puma | ### Impact
Prior to `puma` version 5.5.0, using `puma` with a proxy which forwards LF characters as line endings could allow HTTP request smuggling. A client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client.
This behavior (forwarding LF characters as line en... | {'CVE-2021-41136'} | 2022-04-19T19:03:12Z | 2021-10-12T17:53:00Z | LOW | 3.7 | {'CWE-444'} | {'https://github.com/puma/puma/releases/tag/v5.5.1', 'https://github.com/puma/puma/security/advisories/GHSA-48w2-rm65-62xx', 'https://github.com/advisories/GHSA-48w2-rm65-62xx', 'https://github.com/puma/puma/releases/tag/v4.3.9', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41136', 'https://github.com/puma/puma/commit/ac... | null |
GHSA | GHSA-6g87-ff9q-v847 | High severity vulnerability that affects websockets | The Python websockets library version 4 contains a CWE-409: Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in Servers and clients, unless configured with compression=None that can result in Denial of Service by memory exhaustion. This attack appears to be exploitable via sending a specia... | {'CVE-2018-1000518'} | 2022-04-19T19:03:25Z | 2018-09-17T20:46:52Z | HIGH | 7.5 | {'CWE-400'} | {'https://github.com/aaugustin/websockets/pull/407', 'https://github.com/advisories/GHSA-6g87-ff9q-v847', 'https://nvd.nist.gov/vuln/detail/CVE-2018-1000518'} | null |
GHSA | GHSA-8rc5-hx3v-2jg7 | Sanitizer bypass in svg-sanitizer | It is possible to bypass enshrined/svg-sanitize before 0.13.1 using the "xlink:href" attribute due to mishandling of the xlink namespace by the sanitizer. | {'CVE-2019-10772'} | 2021-08-19T19:25:07Z | 2020-02-27T20:36:29Z | MODERATE | 6.1 | {'CWE-79'} | {'https://snyk.io/vuln/SNYK-PHP-ENSHRINEDSVGSANITIZE-536969', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10772', 'https://github.com/darylldoyle/svg-sanitizer/commit/6add43e5c5649bc40e3afcb68c522720dcb336f9', 'https://github.com/advisories/GHSA-8rc5-hx3v-2jg7'} | null |
GHSA | GHSA-2x83-r56g-cv47 | High severity vulnerability that affects org.apache.httpcomponents:httpclient | http/conn/ssl/AbstractVerifier.java in Apache Commons HttpClient before 4.2.3 does not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via a certificate with a... | {'CVE-2012-6153'} | 2021-08-31T20:19:25Z | 2018-10-17T00:05:15Z | HIGH | 0 | {'CWE-20'} | {'https://github.com/advisories/GHSA-2x83-r56g-cv47', 'https://nvd.nist.gov/vuln/detail/CVE-2012-6153', 'http://rhn.redhat.com/errata/RHSA-2015-0675.html', 'http://rhn.redhat.com/errata/RHSA-2015-0125.html', 'http://rhn.redhat.com/errata/RHSA-2014-1892.html', 'http://rhn.redhat.com/errata/RHSA-2014-1834.html', 'http://... | null |
GHSA | GHSA-wfhx-6pcm-7m55 | Path Traversal in ponse | Versions of `ponse` prior to 2.0.2 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
Upgrade to version 2.0.2 or later. | null | 2021-09-28T17:04:50Z | 2020-09-03T16:46:22Z | HIGH | 0 | {'CWE-22'} | {'https://hackerone.com/reports/383112', 'https://www.npmjs.com/advisories/1002', 'https://github.com/advisories/GHSA-wfhx-6pcm-7m55'} | null |
GHSA | GHSA-6g88-99wj-8mgg | Command injection in Apache Flink | A vulnerability in Apache Flink where, when running a process with an enabled JMXReporter, with a port configured via metrics.reporter.reporter_name>.port, an attacker with local access to the machine and JMX port can execute a man-in-the-middle attack using a specially crafted request to rebind the JMXRMI registry to ... | {'CVE-2020-1960'} | 2021-05-21T19:20:35Z | 2021-05-21T19:20:35Z | MODERATE | 4.7 | {'CWE-74'} | {'https://lists.apache.org/thread.html/r26fcdd4fe288323006253437ebc4dd6fdfadfb5e93465a0e4f68420d@%3Cuser-zh.flink.apache.org%3E', 'https://lists.apache.org/thread.html/r28f17e564950d663e68cc6fe75756012dda62ac623766bb9bc5e7034@%3Cissues.flink.apache.org%3E', 'https://lists.apache.org/thread.html/r23e559dee1e69741557b5fe... | null |
GHSA | GHSA-ff29-f57w-2mm3 | Downloads Resources over HTTP in geoip-lite-country | Affected versions of `geoip-lite-country` 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 p... | {'CVE-2016-10568'} | 2021-01-08T18:53:26Z | 2019-02-18T23:54:03Z | HIGH | 0 | {'CWE-311'} | {'https://nvd.nist.gov/vuln/detail/CVE-2016-10568', 'https://nodesecurity.io/advisories/183', 'https://www.npmjs.com/advisories/183', 'https://github.com/advisories/GHSA-ff29-f57w-2mm3'} | null |
GHSA | GHSA-c538-924g-99q4 | Session Fixation in Apache Zeppelin | Apache Zeppelin prior to 0.7.3 was vulnerable to session fixation which allowed an attacker to hijack a valid user session. Issue was reported by "stone lone". | {'CVE-2017-12619'} | 2021-08-03T18:51:25Z | 2019-04-24T16:06:59Z | HIGH | 8.1 | {'CWE-384'} | {'https://lists.apache.org/thread.html/ff6b995a5a3ba8db4d6b14b4d9dd487e7bf2e3bdd5b375b64a25fd06@%3Cusers.zeppelin.apache.org%3E', 'http://www.openwall.com/lists/oss-security/2019/04/23/1', 'https://zeppelin.apache.org/releases/zeppelin-release-0.7.3.html', 'https://github.com/advisories/GHSA-c538-924g-99q4', 'https://n... | null |
GHSA | GHSA-6mcm-j9cj-3vc3 | Infinite loop in Apache MINA | In Apache MINA, a specifically crafted, malformed HTTP request may cause the HTTP Header decoder to loop indefinitely. The decoder assumed that the HTTP Header begins at the beginning of the buffer and loops if there is more data than expected. Please update MINA to 2.1.5 or greater. | {'CVE-2021-41973'} | 2022-05-02T22:29:14Z | 2021-11-03T17:30:35Z | MODERATE | 6.5 | {'CWE-835'} | {'https://www.oracle.com/security-alerts/cpuapr2022.html', 'http://www.openwall.com/lists/oss-security/2021/11/01/2', 'https://github.com/advisories/GHSA-6mcm-j9cj-3vc3', 'https://lists.apache.org/thread.html/r0b907da9340d5ff4e6c1a4798ef4e79700a668657f27cca8a39e9250%40%3Cdev.mina.apache.org%3E', 'https://nvd.nist.gov/v... | null |
GHSA | GHSA-h2x7-2ff6-v32p | Incorrect routing of some HTTP requests when using httpauth | ### Impact
Incorrect routing of some HTTP requests when using httpauth
### Patches
Upgrade to version 0.7.2 for fix
### Workarounds
None
### References
None
### For more information
If you have any questions or comments about this advisory:
* Email us at [nbosscher@blue-giraffe.ca](mailto:nbosscher@blue-giraffe.ca) | null | 2022-02-11T23:39:57Z | 2022-02-11T23:39:57Z | HIGH | 0 | null | {'https://github.com/advisories/GHSA-h2x7-2ff6-v32p', 'https://github.com/ntbosscher/gobase/security/advisories/GHSA-h2x7-2ff6-v32p'} | null |
GHSA | GHSA-9qrh-qjmc-5w2p | Denial-of-Service when binding invalid parameters in sqlite3 | Affected versions of sqlite3 will experience a fatal error when supplying a specific object in the parameter array. This error causes the application to crash and could not be caught. Users of `sqlite3` v5.0.0, v5.0.1 and v5.0.2 are affected by this. This issue is fixed in v5.0.3. All users are recommended to upgrade t... | {'CVE-2022-21227'} | 2022-05-03T02:24:26Z | 2022-04-28T20:25:23Z | HIGH | 7.5 | {'CWE-248'} | {'https://github.com/TryGhost/node-sqlite3/issues/1449', 'https://github.com/TryGhost/node-sqlite3/security/advisories/GHSA-9qrh-qjmc-5w2p', 'https://github.com/TryGhost/node-sqlite3/issues/1440', 'https://nvd.nist.gov/vuln/detail/CVE-2022-21227', 'https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2805470', 'https://github.... | null |
GHSA | GHSA-cjjc-xp8v-855w | Panic in malformed cerftificate | The Helm core maintainers have identified a high severity security vulnerability in Go's `crypto` package affecting all versions prior to Helm 2.16.8 and Helm 3.1.0.
Thanks to @ravin9249 for identifying the vulnerability.
### Impact
Go before 1.12.16 and 1.13.x before 1.13.7 (and the `crypto/cryptobyte` package befo... | {'CVE-2020-7919'} | 2021-10-06T21:23:32Z | 2021-06-23T18:02:39Z | HIGH | 7.5 | {'CWE-295'} | {'https://groups.google.com/forum/#!topic/golang-announce/Hsw4mHYc470', 'https://github.com/helm/helm/security/advisories/GHSA-cjjc-xp8v-855w', 'https://nvd.nist.gov/vuln/detail/CVE-2020-7919', 'https://groups.google.com/forum/#!forum/golang-announce', 'https://www.debian.org/security/2021/dsa-4848', 'https://github.co... | null |
GHSA | GHSA-3448-vfvv-xp9g | Moderate severity vulnerability that affects org.apache.tika:tika-core | A carefully crafted or corrupt sqlite file can cause an infinite loop in Apache Tika's SQLite3Parser in versions 1.8-1.19.1 of Apache Tika. | {'CVE-2018-17197'} | 2021-08-31T20:38:49Z | 2018-12-26T17:45:07Z | MODERATE | 6.5 | {'CWE-835'} | {'http://www.securityfocus.com/bid/106293', 'https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html', 'https://www.oracle.com/security-alerts/cpuapr2020.html', 'https://github.com/advisories/GHSA-3448-vfvv-xp9g', 'https://nvd.nist.gov/vuln/detail/CVE-2018-17197', 'https://lists.apache.org/thread.h... | null |
GHSA | GHSA-wqh4-27cc-j8f2 | Hijacked Environment Variables in nodeffmpeg | The `nodeffmpeg` package is a piece of malware that steals environment variables and sends them to attacker controlled locations.
All versions have been unpublished from the npm registry.
## Recommendation
As this package is malware, if you find it installed in your environment, the real security concern is determ... | {'CVE-2017-16069'} | 2021-01-08T01:31:53Z | 2018-08-29T23:36:48Z | MODERATE | 0 | {'CWE-506'} | {'https://nodesecurity.io/advisories/508', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16069', 'https://github.com/advisories/GHSA-wqh4-27cc-j8f2', 'https://www.npmjs.com/advisories/508'} | null |
GHSA | GHSA-7fm6-gxqg-2pwr | Code Injection in total.js | The package total.js before 3.4.9 are vulnerable to Arbitrary Code Execution via the U.set() and U.get() functions. | {'CVE-2021-23389'} | 2021-12-10T17:26:06Z | 2021-12-10T17:26:06Z | CRITICAL | 9.8 | {'CWE-94'} | {'https://github.com/advisories/GHSA-7fm6-gxqg-2pwr', 'https://snyk.io/vuln/SNYK-JS-TOTALJS-1088607', 'https://nvd.nist.gov/vuln/detail/CVE-2021-23389', 'https://github.com/totaljs/framework/blob/master/utils.js%23L6606-L6631', 'https://github.com/totaljs/framework/commit/887b0fa9e162ef7a2dd9cec20a5ca122726373b3'} | null |
GHSA | GHSA-qpqh-46qj-vwcw | Cross-site Scripting in docsify | docsify prior to 4.11.4 is susceptible to Cross-site Scripting (XSS). Docsify.js uses fragment identifiers (parameters after # sign) to load resources from server-side .md files. Due to lack of validation here, it is possible to provide external URLs after the /#/ (domain.com/#//attacker.com) and render arbitrary JavaS... | {'CVE-2020-7680'} | 2021-05-18T01:53:18Z | 2021-05-18T01:53:18Z | MODERATE | 6.1 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-7680', 'https://github.com/advisories/GHSA-qpqh-46qj-vwcw', 'http://packetstormsecurity.com/files/161495/docsify-4.11.6-Cross-Site-Scripting.html', 'https://snyk.io/vuln/SNYK-JS-DOCSIFY-567099', 'https://github.com/docsifyjs/docsify/pull/1128', 'http://seclists.org/fulldisclo... | null |
GHSA | GHSA-5hr6-vc97-qxxh | XML Injection in Crafter CMS Crafter Studio 3.0.1 | Crafter CMS Crafter Studio 3.0.1 is affected by: XML External Entity (XXE). An unauthenticated attacker is able to create a site with specially crafted XML that allows the retrieval of OS files out-of-band. | {'CVE-2017-15685'} | 2022-02-09T23:08:01Z | 2022-02-09T23:08:01Z | HIGH | 8.6 | {'CWE-91'} | {'https://github.com/advisories/GHSA-5hr6-vc97-qxxh', 'https://docs.craftercms.org/en/3.0/security/advisory.html', 'http://crafter.com', 'https://nvd.nist.gov/vuln/detail/CVE-2017-15685'} | null |
GHSA | GHSA-v7x3-7hw7-pcjg | Moderate severity vulnerability that affects renovate | ## Go Modules Vulnerability Disclosure
### Impact
Temporary repository tokens were leaked into Pull Requests comments in during certain Go Modules update failure scenarios.
### Patches
The problem has been patched. Self-hosted users should upgrade to v19.38.7 or later.
### Workarounds
Disable Go Modules support.
... | null | 2021-09-20T21:11:51Z | 2019-10-21T16:02:33Z | MODERATE | 5.3 | {'CWE-200'} | {'https://github.com/renovatebot/renovate/security/advisories/GHSA-v7x3-7hw7-pcjg', 'https://github.com/advisories/GHSA-v7x3-7hw7-pcjg', 'https://snyk.io/vuln/SNYK-JS-RENOVATE-536203'} | null |
GHSA | GHSA-9c2p-jw8p-f84v | SQL Injection in sequelize | Affected versions of `sequelize` cast arrays to strings and fail to properly escape the resulting SQL statement, resulting in a SQL injection vulnerability.
## Proof of Concept
In Postgres, SQLite, and Microsoft SQL Server there is an issue where arrays are treated as strings and improperly escaped.
Example Query:
`... | {'CVE-2016-10556'} | 2021-01-08T20:57:38Z | 2019-02-18T23:54:24Z | CRITICAL | 0 | {'CWE-89'} | {'https://github.com/advisories/GHSA-9c2p-jw8p-f84v', 'https://www.npmjs.com/advisories/102', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10556', 'https://nodesecurity.io/advisories/102', 'https://github.com/sequelize/sequelize/issues/5671'} | null |
GHSA | GHSA-q44v-xc3g-v7jq | Moderate severity vulnerability that affects org.owasp.antisamy:antisamy | OWASP AntiSamy before 1.5.7 allows XSS via HTML5 entities, as demonstrated by use of : to construct a javascript: URL. | {'CVE-2017-14735'} | 2021-06-15T16:36:26Z | 2018-10-18T17:22:11Z | MODERATE | 6.1 | {'CWE-79'} | {'http://www.securityfocus.com/bid/105656', 'https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html', 'https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html', 'https://github.com/advisories/GHSA-q44v-xc3g-v7jq', 'https://www.oracle.com/security-alerts/cpuapr2020.html', 'http... | null |
GHSA | GHSA-h5mp-5q4p-ggf5 | Prototype Pollution in lodash.defaultsdeep | Versions of `lodash.defaultsdeep` before 4.6.1 are vulnerable to prototype pollution. The function `mergeWith` may allow a malicious user to modify the prototype of `Object` via `{constructor: {prototype: {...}}}` causing the addition or modification of an existing property that will exist on all objects.
## Recomm... | null | 2021-09-28T22:42:31Z | 2020-09-03T18:07:05Z | HIGH | 0 | {'CWE-1321'} | {'https://www.npmjs.com/advisories/1068', 'https://github.com/advisories/GHSA-h5mp-5q4p-ggf5'} | null |
GHSA | GHSA-f5cf-f7px-xpmh | Moderate severity vulnerability that affects org.apache.qpid:proton-j | The (1) proton.reactor.Connector, (2) proton.reactor.Container, and (3) proton.utils.BlockingConnection classes in Apache Qpid Proton before 0.12.1 improperly use an unencrypted connection for an amqps URI scheme when SSL support is unavailable, which might allow man-in-the-middle attackers to obtain sensitive informat... | {'CVE-2016-2166'} | 2021-09-09T21:40:13Z | 2018-10-16T19:50:27Z | MODERATE | 6.5 | {'CWE-200'} | {'http://packetstormsecurity.com/files/136403/Apache-Qpid-Proton-0.12.0-SSL-Failure.html', 'https://nvd.nist.gov/vuln/detail/CVE-2016-2166', 'http://qpid.apache.org/releases/qpid-proton-0.12.1/release-notes.html', 'http://lists.fedoraproject.org/pipermail/package-announce/2016-April/182414.html', 'https://lists.apache.... | null |
GHSA | GHSA-776r-w3v9-96mv | Directory Traversal in censorify.tanisjr | Affected versions of `censorify.tanisjr` 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-16157'} | 2021-01-08T21:05:51Z | 2018-07-23T20:46:16Z | HIGH | 0 | {'CWE-22'} | {'https://github.com/advisories/GHSA-776r-w3v9-96mv', 'https://nodesecurity.io/advisories/392', 'https://www.npmjs.com/advisories/392', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16157', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/censorify.tanisjr'} | null |
GHSA | GHSA-35mm-cc6r-8fjp | Cross-site scripting in actionpack | In actionpack gem >= 6.0.0, a possible XSS vulnerability exists when an application is running in development mode allowing an attacker to send or embed (in another page) a specially crafted URL which can allow the attacker to execute JavaScript in the context of the local application. This vulnerability is in the Acti... | {'CVE-2020-8264'} | 2021-04-07T20:58:47Z | 2021-04-07T20:58:47Z | MODERATE | 6.1 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-8264', 'https://github.com/advisories/GHSA-35mm-cc6r-8fjp', 'https://hackerone.com/reports/904059', 'https://groups.google.com/g/rubyonrails-security/c/yQzUVfv42jk/m/oJWw-xhNAQAJ'} | null |
GHSA | GHSA-j7m2-58wv-9v79 | Vulnerability in Torpedo Query | Torpedo Query before 2.5.3 mishandles the LIKE operator in ConditionBuilder.java, LikeCondition.java, and NotLikeCondition.java. | {'CVE-2019-11343'} | 2022-02-10T20:47:29Z | 2022-02-10T20:47:29Z | CRITICAL | 9.8 | null | {'https://github.com/xjodoin/torpedoquery/compare/v2.5.2...v2.5.3', 'https://github.com/xjodoin/torpedoquery/commit/3c20b874fba9cc2a78b9ace10208de1602b56c3f', 'https://github.com/advisories/GHSA-j7m2-58wv-9v79', 'https://nvd.nist.gov/vuln/detail/CVE-2019-11343'} | null |
GHSA | GHSA-2hxv-mx8x-mcj9 | Spina vulnerable to a cross-site request forgery (CSRF) vulnerability | Cross-site request forgery (CSRF) vulnerability in Spina before commit bfe44f289e336f80b6593032679300c493735e75. | {'CVE-2015-4619'} | 2022-04-26T18:26:09Z | 2018-08-28T22:34:22Z | HIGH | 8.8 | {'CWE-352'} | {'https://github.com/advisories/GHSA-2hxv-mx8x-mcj9', 'https://nvd.nist.gov/vuln/detail/CVE-2015-4619', 'https://github.com/denkGroot/Spina/commit/bfe44f289e336f80b6593032679300c493735e75', 'http://www.openwall.com/lists/oss-security/2015/06/16/20', 'http://www.securityfocus.com/bid/75216'} | null |
GHSA | GHSA-w5m2-299g-rff5 | Page Compare Reflected Cross-site Scripting (XSS) vulnerability | ### Impact
ACS Commons version 5.1.x (and earlier) suffers from a Reflected Cross-site Scripting (XSS) vulnerability in `/apps/acs-commons/content/page-compare.html` endpoint via the `a` and `b` GET parameters. User input submitted via these parameters is not validated or sanitized.
An attacker must provide a link to... | {'CVE-2022-28820'} | 2022-04-26T12:59:01Z | 2022-04-26T12:59:00Z | MODERATE | 6.1 | {'CWE-79'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-28820', 'https://github.com/Adobe-Consulting-Services/acs-aem-commons/security/advisories/GHSA-w5m2-299g-rff5', 'https://github.com/advisories/GHSA-w5m2-299g-rff5'} | null |
GHSA | GHSA-29fh-xcjr-p7rx | Malicious Package in web3-eht | 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-04T19:10:03Z | 2020-09-03T17:02:22Z | CRITICAL | 9.1 | {'CWE-506'} | {'https://github.com/advisories/GHSA-29fh-xcjr-p7rx', 'https://www.npmjs.com/advisories/1416'} | null |
GHSA | GHSA-c3m8-x3cg-qm2c | Configuration Override in helmet-csp | Versions of `helmet-csp` before to 2.9.1 are vulnerable to a Configuration Override affecting the application's Content Security Policy (CSP). The package's browser sniffing for Firefox deletes the `default-src` CSP policy, which is the fallback policy. This allows an attacker to remove an application's default CSP, po... | null | 2021-09-29T18:45:07Z | 2020-09-03T20:39:53Z | MODERATE | 6.5 | null | {'https://snyk.io/vuln/SNYK-JS-HELMETCSP-469436', 'https://www.npmjs.com/advisories/1176', 'https://github.com/helmetjs/csp/commit/67a69baafa8198a154f0505a0cf0875f76f6186a', 'https://github.com/advisories/GHSA-c3m8-x3cg-qm2c'} | null |
GHSA | GHSA-m94c-37g6-cjhc | Fake objects feature vulnerability allowing to execute JavaScript code using malformed HTML. | ### Affected packages
The vulnerability has been discovered in [Fake Objects](https://ckeditor.com/cke4/addon/fakeobjects) plugin. All plugins with [Fake Objects](https://ckeditor.com/cke4/addon/fakeobjects) plugin dependency are affected:
* [Fake Objects](https://ckeditor.com/cke4/addon/fakeobjects)
* [Link](https://... | {'CVE-2021-37695'} | 2022-02-08T21:01:40Z | 2021-08-23T19:42:15Z | HIGH | 7.3 | {'CWE-79'} | {'https://github.com/ckeditor/ckeditor4/security/advisories/GHSA-m94c-37g6-cjhc', 'https://www.oracle.com/security-alerts/cpuoct2021.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37695', 'https://www.oracle.com/security-alerts/cpujan2022.html', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.f... | null |
GHSA | GHSA-xjrr-xv9m-4pw5 | High severity vulnerability that affects com.alibaba:fastjson | parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is mishandled in AjaxAppl... | {'CVE-2017-18349'} | 2021-09-21T22:35:50Z | 2018-10-24T19:42:03Z | CRITICAL | 9.8 | {'CWE-20'} | {'https://fortiguard.com/encyclopedia/ips/44059', 'https://nvd.nist.gov/vuln/detail/CVE-2017-18349', 'https://github.com/pippo-java/pippo/issues/466', 'https://github.com/alibaba/fastjson/wiki/security_update_20170315', 'https://github.com/advisories/GHSA-xjrr-xv9m-4pw5'} | null |
GHSA | GHSA-7q8g-gpfp-v8gx | Insertion of Sensitive Information into Log File in Apache NiFi | In Apache NiFi 0.0.1 to 1.11.0, the flow fingerprint factory generated flow fingerprints which included sensitive property descriptor values. In the event a node attempted to join a cluster and the cluster flow was not inheritable, the flow fingerprint of both the cluster and local flow was printed, potentially contain... | {'CVE-2020-1942'} | 2022-01-06T20:40:58Z | 2022-01-06T20:40:58Z | HIGH | 7.5 | {'CWE-200', 'CWE-532'} | {'https://github.com/apache/nifi/commit/d7c29f46378379fb596e4d1e59d1a3c41063db5b', 'https://nvd.nist.gov/vuln/detail/CVE-2020-1942', 'https://github.com/apache/nifi/commit/95746d346cddbd6134c4b28fdc39d5813a626f97', 'https://nifi.apache.org/security.html#CVE-2020-1942', 'https://github.com/advisories/GHSA-7q8g-gpfp-v8gx... | null |
GHSA | GHSA-46j2-xjgp-jrfm | Information disclosure issue in Active Resource | There is a possible information disclosure issue in Active Resource <v5.1.1 that could allow an attacker to create specially crafted requests to access data in an unexpected way and possibly leak information. | {'CVE-2020-8151'} | 2021-10-08T19:59:27Z | 2020-05-21T21:09:38Z | HIGH | 7.5 | {'CWE-200', 'CWE-863'} | {'https://groups.google.com/forum/#!topic/rubyonrails-security/pktoF4VmiM8', 'https://github.com/advisories/GHSA-46j2-xjgp-jrfm', 'https://github.com/rails/activeresource/commit/0de18f7e96fa90bbf23b16ac11980bc2cb6a716e', 'https://nvd.nist.gov/vuln/detail/CVE-2020-8151', 'https://lists.fedoraproject.org/archives/list/pa... | null |
GHSA | GHSA-x95h-979x-cf3j | Policies not properly enforced in bluemonday | The bluemonday sanitizer before 1.0.16 for Go, and before 0.0.8 for Python (in pybluemonday), does not properly enforce policies associated with the SELECT, STYLE, and OPTION elements. | {'CVE-2021-42576'} | 2021-10-25T20:07:10Z | 2021-10-19T20:15:30Z | MODERATE | 0 | {'CWE-20'} | {'https://github.com/advisories/GHSA-x95h-979x-cf3j', 'https://nvd.nist.gov/vuln/detail/CVE-2021-42576', 'https://docs.google.com/document/d/11SoX296sMS0XoQiQbpxc5pNxSdbJKDJkm5BDv0zrX50/'} | null |
GHSA | GHSA-7f63-h6g3-7cwm | Cross Site Scripting (XSS) in @finastra/ssr-pages | A cross site scripting (XSS) issue can occur when providing untrusted input to the `redirect.link` property as an argument to the `build(MessagePageOptions)` function.
### References
- https://github.com/Finastra/ssr-pages/pull/2
- https://github.com/Finastra/ssr-pages/pull/2/commits/133606ffaec2edd9918d9fba5771ed21da... | {'CVE-2022-24717'} | 2022-04-19T19:03:25Z | 2022-03-01T22:09:25Z | MODERATE | 6.1 | {'CWE-79'} | {'https://github.com/Finastra/ssr-pages/pull/2/commits/133606ffaec2edd9918d9fba5771ed21da7876a5', 'https://github.com/Finastra/ssr-pages/pull/2', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24717', 'https://github.com/advisories/GHSA-7f63-h6g3-7cwm', 'https://github.com/Finastra/ssr-pages/commit/98abc59e28fec48246be0d59... | null |
GHSA | GHSA-hrfh-fp4x-crrq | Persistent XSS in newsletter module in Shopware | ### Impact
Persistent XSS in newsletter module
### Patches
We recommend updating to the current version 5.6.9. You can get the update to 5.6.9 regularly via the Auto-Updater or directly via the download overview.
For older versions you can use the Security Plugin:
https://store.shopware.com/en/swag575294366635f/shop... | null | 2020-11-13T18:26:06Z | 2020-11-13T18:26:06Z | LOW | 0 | {'CWE-79'} | {'https://docs.shopware.com/en/shopware-5-en/security-updates/security-update-11-2020', 'https://github.com/shopware/shopware/security/advisories/GHSA-hrfh-fp4x-crrq', 'https://github.com/advisories/GHSA-hrfh-fp4x-crrq'} | null |
GHSA | GHSA-v8wr-r69p-mmwx | Unrestricted Upload of File with Dangerous Type in Drupal core | Drupal's JSON:API and REST/File modules allow file uploads through their HTTP APIs. The modules do not correctly run all file validation, which causes an access bypass vulnerability. An attacker might be able to upload files that bypass the file validation process implemented by modules on the site. | {'CVE-2020-13675'} | 2022-02-26T00:24:03Z | 2022-02-12T00:00:47Z | CRITICAL | 9.8 | {'CWE-434', 'CWE-284'} | {'https://www.drupal.org/sa-core-2021-008', 'https://nvd.nist.gov/vuln/detail/CVE-2020-13675', 'https://github.com/advisories/GHSA-v8wr-r69p-mmwx'} | null |
GHSA | GHSA-v588-qcp3-jv46 | Path Traversal in serve | Versions of `serve` prior to 7.0.1 are vulnerable to Path Traversal. Explicitly ignored folders can be accessed through if the path contains a `/./`, which allows attackers to access hidden folders and files.
## Recommendation
Upgrade to version 7.0.1 or later. | {'CVE-2019-5415'} | 2021-01-08T01:57:36Z | 2019-03-25T18:03:58Z | HIGH | 0 | {'CWE-548'} | {'https://www.npmjs.com/advisories/1010', 'https://nvd.nist.gov/vuln/detail/CVE-2019-5415', 'https://github.com/advisories/GHSA-v588-qcp3-jv46', 'https://hackerone.com/reports/330724'} | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.