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-3f5c-4qxj-vmpf
High severity vulnerability that affects next
ZEIT Next.js before 2.4.1 has directory traversal under the /_next and /static request namespace, allowing attackers to obtain sensitive information.
{'CVE-2017-16877'}
2021-08-31T20:57:52Z
2017-12-05T02:04:14Z
HIGH
7.5
{'CWE-22'}
{'https://nvd.nist.gov/vuln/detail/CVE-2017-16877', 'https://github.com/advisories/GHSA-3f5c-4qxj-vmpf', 'https://github.com/zeit/next.js/releases/tag/2.4.1'}
null
GHSA
GHSA-29mw-wpgm-hmr9
Regular Expression Denial of Service (ReDoS) in lodash
All versions of package lodash prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. Steps to reproduce (provided by reporter Liyuan Chen): var lo = require('lodash'); function build_blank (n) { var ret = "1" for (var i = 0; i < n; i++) { ret += " ...
{'CVE-2020-28500'}
2022-04-19T19:03:27Z
2022-01-06T20:30:46Z
MODERATE
5.3
{'CWE-400'}
{'https://nvd.nist.gov/vuln/detail/CVE-2020-28500', 'https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBLODASH-1074895', 'https://www.oracle.com//security-alerts/cpujul2021.html', 'https://security.netapp.com/advisory/ntap-20210312-0006/', 'https://snyk.io/vuln/SNYK-JAVA-ORGFUJIONWEBJARS-1074896', 'https://www.oracle....
null
GHSA
GHSA-vvjc-q5vr-52q6
Apache Camel's Jackson and JacksonXML unmarshalling operation are vulnerable to Remote Code Execution attacks
Apache Camel's Jackson and JacksonXML unmarshalling operation are vulnerable to Remote Code Execution attacks.
{'CVE-2016-8749'}
2022-04-26T19:23:58Z
2018-10-16T23:13:00Z
CRITICAL
9.8
{'CWE-502'}
{'https://access.redhat.com/errata/RHSA-2017:1832', 'http://www.openwall.com/lists/oss-security/2017/05/22/2', 'https://nvd.nist.gov/vuln/detail/CVE-2016-8749', 'https://www.github.com/mbechler/marshalsec/blob/master/marshalsec.pdf?raw=true', 'http://camel.apache.org/security-advisories.data/CVE-2016-8749.txt.asc?versi...
null
GHSA
GHSA-25mp-g6fv-mqxx
Unexpected server crash in Next.js.
Next.js is a React framework. In versions of Next.js prior to 12.0.5 or 11.1.3, invalid or malformed URLs could lead to a server crash. In order to be affected by this issue, the deployment must use Next.js versions above 11.1.0 and below 12.0.5, Node.js above 15.0.0, and next start or a custom server. Deployments on V...
{'CVE-2021-43803'}
2022-04-07T16:06:55Z
2021-12-07T21:12:09Z
HIGH
7.5
{'CWE-20'}
{'https://github.com/advisories/GHSA-25mp-g6fv-mqxx', 'https://github.com/vercel/next.js/commit/6d98b4fb4315dec1badecf0e9bdc212a4272b264', 'https://github.com/vercel/next.js/security/advisories/GHSA-25mp-g6fv-mqxx', 'https://github.com/vercel/next.js/releases/tag/v11.1.3', 'https://nvd.nist.gov/vuln/detail/CVE-2021-438...
null
GHSA
GHSA-jvfv-hrrc-6q72
Improper Restriction of XML External Entity Reference in Liquibase
The XMLChangeLogSAXParser() function in Liquibase prior to version 4.8.0 contains an issue that may lead to to Improper Restriction of XML External Entity Reference.
{'CVE-2022-0839'}
2022-03-18T21:12:36Z
2022-03-05T00:00:45Z
CRITICAL
9.8
{'CWE-611'}
{'https://github.com/advisories/GHSA-jvfv-hrrc-6q72', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0839', 'https://huntr.dev/bounties/f1ae5779-b406-4594-a8a3-d089c68d6e70', 'https://github.com/liquibase/liquibase/commit/33d9d925082097fb1a3d2fc8e44423d964cd9381'}
null
GHSA
GHSA-fp5r-v3w9-4333
JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data
JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration. The attacker can provide TopicBindingName and TopicConnectionFactoryBindingName configurations causing JMSAppender to perform JNDI requests that result in remote code execution in a...
{'CVE-2021-4104'}
2022-04-22T15:36:07Z
2021-12-14T19:49:31Z
HIGH
8.1
{'CWE-502'}
{'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0033', 'https://github.com/advisories/GHSA-fp5r-v3w9-4333', 'https://nvd.nist.gov/vuln/detail/CVE-2021-4104', 'https://security.netapp.com/advisory/ntap-20211223-0007/', 'https://www.oracle.com/securit...
null
GHSA
GHSA-q3w9-g74q-vp5f
Denial of Service in express-fileupload
Versions of `express-fileupload` prior to 1.1.6-alpha.6 are vulnerable to Denial of Service. The package causes server responses to be delayed (up to 30s in internal testing) if the request contains a large `filename` of `.` characters. ## Recommendation Upgrade to version 1.1.6-alpha.6 or later.
null
2020-09-03T21:14:12Z
2020-09-03T21:14:12Z
LOW
0
null
{'https://www.npmjs.com/advisories/1216', 'https://github.com/advisories/GHSA-q3w9-g74q-vp5f'}
null
GHSA
GHSA-w2j5-3rcx-vx7x
Sysctls applied to containers with host IPC or host network namespaces can affect the host
### Impact Before setting the sysctls for a pod, the pods namespaces must be unshared (created). However, in cases where the pod is using a host network or IPC namespace, a bug in CRI-O caused the namespace creating tool [pinns](https://github.com/cri-o/cri-o/tree/main/pinns/) to configure the sysctls of the host. This...
null
2022-04-19T19:03:27Z
2022-03-15T20:02:54Z
MODERATE
0
null
{'https://github.com/cri-o/cri-o/security/advisories/GHSA-w2j5-3rcx-vx7x', 'https://github.com/advisories/GHSA-w2j5-3rcx-vx7x'}
null
GHSA
GHSA-hjm9-576q-399p
Moderate severity vulnerability that affects org.esigate:esigate-core
esigate.org esigate version 5.2 and earlier contains a CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') vulnerability in ESI directive with user specified XSLT that can result in Remote Code Execution. This attack appear to be exploitable via Use of another weak...
{'CVE-2018-1000854'}
2021-09-14T17:25:09Z
2018-12-21T17:46:23Z
CRITICAL
9.8
{'CWE-74'}
{'https://nvd.nist.gov/vuln/detail/CVE-2018-1000854', 'https://github.com/esigate/esigate/issues/209', 'https://github.com/advisories/GHSA-hjm9-576q-399p'}
null
GHSA
GHSA-w6j4-3gh2-9f5j
High severity vulnerability that affects apache-airflow
A number of HTTP endpoints in the Airflow webserver (both RBAC and classic) did not have adequate protection and were vulnerable to cross-site request forgery attacks.
{'CVE-2019-0229'}
2021-09-21T18:00:40Z
2019-04-18T14:27:40Z
HIGH
8.8
{'CWE-352'}
{'http://www.openwall.com/lists/oss-security/2019/04/10/6', 'http://www.securityfocus.com/bid/107869', 'https://github.com/advisories/GHSA-w6j4-3gh2-9f5j', 'https://nvd.nist.gov/vuln/detail/CVE-2019-0229', 'https://lists.apache.org/thread.html/2de387213d45bc626d27554a1bde7b8c67d08720901f82a50b6f4231@%3Cdev.airflow.apac...
null
GHSA
GHSA-h39g-q63v-4h9p
Exposure of sensitive information to an unauthorized actor
An issue was discovered in management/commands/hyperkitty_import.py in HyperKitty through 1.3.4. When importing a private mailing list's archives, these archives are publicly visible for the duration of the import. For example, sensitive information might be available on the web for an hour during a large migration fro...
{'CVE-2021-33038'}
2021-06-21T17:43:02Z
2021-06-01T21:56:23Z
HIGH
7.5
{'CWE-200'}
{'https://nvd.nist.gov/vuln/detail/CVE-2021-33038', 'https://gitlab.com/mailman/hyperkitty/-/commit/9025324597d60b2dff740e49b70b15589d6804fa', 'https://github.com/advisories/GHSA-h39g-q63v-4h9p', 'https://gitlab.com/mailman/hyperkitty/-/issues/380', 'https://www.debian.org/security/2021/dsa-4922', 'https://techblog.wik...
null
GHSA
GHSA-cwcp-6c48-fm7m
Unsafe eval() in summit
Affected versions of `summit` allow attackers to execute arbitrary commands via collection names when using the `PouchDB` driver. ## Recommendation No direct patch is available at this time. Currently, the best option to mitigate the issue is to avoid using the `PouchDB` driver, as the package author has abandoned...
{'CVE-2017-16020'}
2021-01-07T23:32:28Z
2020-09-01T16:39:38Z
MODERATE
0
{'CWE-94'}
{'https://nvd.nist.gov/vuln/detail/CVE-2017-16020', 'https://nodesecurity.io/advisories/315', 'https://www.npmjs.com/advisories/315', 'https://github.com/advisories/GHSA-cwcp-6c48-fm7m', 'https://github.com/notduncansmith/summit/issues/23'}
null
GHSA
GHSA-6mv9-qcx2-3hh3
Memory exhaustion in routinator
NLnet Labs Routinator versions 0.9.0 up to and including 0.10.1, support the gzip transfer encoding when querying RRDP repositories. This encoding can be used by an RRDP repository to cause an out-of-memory crash in these versions of Routinator. RRDP uses XML which allows arbitrary amounts of white space in the encoded...
{'CVE-2021-43174'}
2022-01-13T18:24:51Z
2021-11-11T00:55:08Z
HIGH
7.5
{'CWE-787'}
{'https://github.com/advisories/GHSA-6mv9-qcx2-3hh3', 'https://nvd.nist.gov/vuln/detail/CVE-2021-43174', 'https://www.nlnetlabs.nl/downloads/routinator/CVE-2021-43172_CVE-2021-43173_CVE-2021-43174.txt', 'https://www.debian.org/security/2022/dsa-5041'}
null
GHSA
GHSA-r7rv-2rph-hvhj
Improper synchronization in buttplug
An issue was discovered in the buttplug crate before 1.0.4 for Rust. ButtplugFutureStateShared does not properly consider (!Send|!Sync) objects, leading to a data race.
{'CVE-2020-36218'}
2021-08-25T20:51:45Z
2021-08-25T20:51:45Z
MODERATE
5.9
{'CWE-662'}
{'https://rustsec.org/advisories/RUSTSEC-2020-0112.html', 'https://github.com/advisories/GHSA-r7rv-2rph-hvhj', 'https://github.com/buttplugio/buttplug-rs/issues/225', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36218'}
null
GHSA
GHSA-544x-2jx9-4pfg
Path traversal in Apache Karaf
Apache Karaf obr:* commands and run goal on the karaf-maven-plugin have partial path traversal which allows to break out of expected folder. The risk is low as obr:* commands are not very used and the entry is set by user. This has been fixed in revision: https://gitbox.apache.org/repos/asf?p=karaf.git;h=36a2bc4 https:...
{'CVE-2022-22932'}
2022-02-04T13:51:19Z
2022-01-28T22:25:03Z
MODERATE
5.3
{'CWE-22'}
{'https://gitbox.apache.org/repos/asf?p=karaf.git;h=52b70cf', 'https://gitbox.apache.org/repos/asf?p=karaf.git;h=36a2bc4', 'https://github.com/apache/karaf/pull/1485', 'https://github.com/advisories/GHSA-544x-2jx9-4pfg', 'https://issues.apache.org/jira/browse/KARAF-7326', 'https://nvd.nist.gov/vuln/detail/CVE-2022-2293...
null
GHSA
GHSA-q47x-6mqq-4w92
Improper Input Validation
repo/setting.go in Gitea before 1.7.6 and 1.8.x before 1.8-RC3 does not validate the form.MirrorAddress before calling SaveAddress.
{'CVE-2019-11228'}
2022-04-12T22:02:33Z
2022-02-15T01:57:18Z
HIGH
5.3
{'CWE-20'}
{'https://github.com/go-gitea/gitea/pull/6593', 'https://github.com/advisories/GHSA-q47x-6mqq-4w92', 'https://github.com/go-gitea/gitea/pull/6595', 'https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3', 'https://nvd.nist.gov/vuln/detail/CVE-2019-11228', 'https://github.com/go-gitea/gitea/releases/tag/v1.7.6'}
null
GHSA
GHSA-m54r-vrmv-hw33
Improper Sanitizing of plugin names in helm
### Impact Security researchers at Trail of Bits discovered that plugin names are not sanitized properly. As a result, a malicious plugin author could use characters in a plugin name that would result in unexpected behavior, such as duplicating the name of another plugin or spoofing the output to `helm --help`. ### P...
{'CVE-2020-15186'}
2021-11-19T15:28:38Z
2021-05-24T16:57:12Z
LOW
3.4
{'CWE-74', 'CWE-20'}
{'https://nvd.nist.gov/vuln/detail/CVE-2020-15186', 'https://github.com/helm/helm/commit/c8d6b01d72c9604e43ee70d0d78fadd54c2d8499', 'https://github.com/advisories/GHSA-m54r-vrmv-hw33', 'https://github.com/helm/helm/security/advisories/GHSA-m54r-vrmv-hw33', 'https://github.com/helm/helm/commit/809e2d999e2c33e20e77f6bff3...
null
GHSA
GHSA-g585-j55v-38h7
Cross-site Scripting in ShowDoc
ShowDoc prior to 2.10.4 is vulnerable to stored cross-site scripting via file upload.
{'CVE-2022-0966'}
2022-03-29T21:27:49Z
2022-03-16T00:00:45Z
MODERATE
5.4
{'CWE-79'}
{'https://github.com/star7th/showdoc/commit/3caa32334db0c277b84e993eaca2036f5d1dbef8', 'https://github.com/advisories/GHSA-g585-j55v-38h7', 'https://huntr.dev/bounties/e06c0d55-00a3-4f82-a009-0310b2e402fe', 'https://nvd.nist.gov/vuln/detail/CVE-2022-0966'}
null
GHSA
GHSA-4ww3-3rxj-8v6q
High severity vulnerability that affects actionpack
actionpack/lib/action_view/template/resolver.rb in Ruby on Rails 3.0.x before 3.0.4, when a case-insensitive filesystem is used, does not properly implement filters associated with the list of available templates, which allows remote attackers to bypass intended access restrictions via an action name that uses an unint...
{'CVE-2011-0449'}
2021-09-01T18:39:13Z
2017-10-24T18:33:38Z
HIGH
0
null
{'http://weblog.rubyonrails.org/2011/2/8/new-releases-2-3-11-and-3-0-4', 'http://www.vupen.com/english/advisories/2011/0877', 'https://github.com/advisories/GHSA-4ww3-3rxj-8v6q', 'http://lists.fedoraproject.org/pipermail/package-announce/2011-April/057650.html', 'http://securitytracker.com/id?1025061', 'http://secunia....
null
GHSA
GHSA-2r8p-fg3c-wcj4
Heap OOB and CHECK fail in `ResourceGather`
### Impact An attacker can trigger a crash via a `CHECK`-fail in debug builds of TensorFlow using `tf.raw_ops.ResourceGather` or a read from outside the bounds of heap allocated data in the same API in a release build: ```python import tensorflow as tf tensor = tf.constant(value=[[1,2],[3,4],[5,6]],shape=(3,2),dtype=...
{'CVE-2021-37654'}
2021-08-25T14:43:01Z
2021-08-25T14:43:01Z
HIGH
7.3
{'CWE-125'}
{'https://github.com/advisories/GHSA-2r8p-fg3c-wcj4', 'https://github.com/tensorflow/tensorflow/commit/bc9c546ce7015c57c2f15c168b3d9201de679a1d', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2r8p-fg3c-wcj4', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37654'}
null
GHSA
GHSA-3fr8-mwpp-8h9p
Cross-site scripting in TileServer GL
An issue was discovered in server.js in TileServer GL through 3.0.0. The content of the key GET parameter is reflected unsanitized in an HTTP response for the application's main page, causing reflected XSS.
{'CVE-2020-15500'}
2021-05-17T21:01:15Z
2021-05-17T21:01:15Z
MODERATE
6.1
{'CWE-79'}
{'https://github.com/advisories/GHSA-3fr8-mwpp-8h9p', 'http://packetstormsecurity.com/files/162193/Tileserver-gl-3.0.0-Cross-Site-Scripting.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15500', 'https://github.com/maptiler/tileserver-gl/issues/461'}
null
GHSA
GHSA-38m9-3vg4-rwvp
Cross-site Scripting in microweber
microweber prior to version 1.2.11 is vulnerable to cross-site scripting.
{'CVE-2022-0678'}
2022-02-26T01:15:19Z
2022-02-20T00:00:32Z
MODERATE
6.5
{'CWE-79'}
{'https://nvd.nist.gov/vuln/detail/CVE-2022-0678', 'https://huntr.dev/bounties/d707137a-aace-44c5-b15c-1807035716c0', 'https://github.com/advisories/GHSA-38m9-3vg4-rwvp', 'https://github.com/microweber/microweber/commit/2b8fa5aac31e51e2aca83c7ef5d1281ba2e755f8'}
null
GHSA
GHSA-2mhh-w6q8-5hxw
Remote Memory Disclosure in ws
Versions of `ws` prior to 1.0.1 are affected by a remote memory disclosure vulnerability. In certain rare circumstances, applications which allow users to control the arguments of a `client.ping()` call will cause `ws` to send the contents of an allocated but non-zero-filled buffer to the server. This may disclose sen...
{'CVE-2016-10518'}
2021-01-08T20:07:04Z
2019-02-18T23:56:42Z
LOW
0
{'CWE-201'}
{'https://github.com/advisories/GHSA-2mhh-w6q8-5hxw', 'https://nodesecurity.io/advisories/67', 'https://www.npmjs.com/advisories/67', 'https://github.com/websockets/ws/releases/tag/1.0.1', 'https://gist.github.com/c0nrad/e92005446c480707a74a', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10518'}
null
GHSA
GHSA-3jqw-crqj-w8qw
Moderate severity vulnerability that affects django
The verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers to cause a denial of service (resource consumption) via a URL associated with (1) a slow response...
{'CVE-2011-4137'}
2021-08-31T21:11:03Z
2018-07-23T19:51:35Z
MODERATE
0
null
{'http://openwall.com/lists/oss-security/2011/09/15/5', 'https://hermes.opensuse.org/messages/14700881', 'https://www.djangoproject.com/weblog/2011/sep/09/', 'https://www.djangoproject.com/weblog/2011/sep/10/127/', 'http://openwall.com/lists/oss-security/2011/09/11/1', 'http://secunia.com/advisories/46614', 'https://gi...
null
GHSA
GHSA-fx3v-553x-3c4q
Stored XSS by authenticated backend user with access to upload files
### Impact Backend users with access to upload files were permitted to upload SVG files without any sanitization applied to the uploaded files. Since SVG files support being parsed as HTML by browsers, this means that they could theoretically upload Javascript that would be executed on a path under the website's domain...
{'CVE-2020-15249'}
2022-04-19T19:02:38Z
2020-11-23T19:47:59Z
LOW
2.8
{'CWE-79'}
{'https://github.com/advisories/GHSA-fx3v-553x-3c4q', 'https://github.com/octobercms/october/security/advisories/GHSA-fx3v-553x-3c4q', 'https://github.com/octobercms/library/commit/80aab47f044a2660aa352450f55137598f362aa4', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15249'}
null
GHSA
GHSA-7qqr-3pj3-q2f5
XSS issues in the management interface
In system/workplace/ in Alkacon OpenCms 10.5.4 and 10.5.5, there are multiple Reflected and Stored XSS issues in the management interface.
{'CVE-2019-13236'}
2021-08-18T22:25:16Z
2019-11-12T22:58:21Z
MODERATE
6.1
{'CWE-79'}
{'https://twitter.com/aetsu/status/1152096227938459648', 'https://nvd.nist.gov/vuln/detail/CVE-2019-13236', 'https://github.com/advisories/GHSA-7qqr-3pj3-q2f5', 'http://packetstormsecurity.com/files/154283/Alkacon-OpenCMS-10.5.x-Cross-Site-Scripting.html', 'https://aetsu.github.io/OpenCms', 'https://github.com/alkacon/...
null
GHSA
GHSA-68jc-v27h-vhmw
Unrestricted Upload of File with Dangerous Type in Drupal core.
Drupal core does not properly sanitize certain filenames on uploaded files, which can lead to files being interpreted as the incorrect extension and served as the wrong MIME type or executed as PHP for certain hosting configurations. This issue affects: Drupal Drupal Core 9.0 versions prior to 9.0.8, 8.9 versions prior...
{'CVE-2020-13671'}
2022-01-04T19:47:29Z
2021-10-12T16:28:25Z
HIGH
8.8
{'CWE-434'}
{'https://nvd.nist.gov/vuln/detail/CVE-2020-13671', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KWM4CTMEGAC4I2CHYNJVSROY4CVXVEUT/', 'https://github.com/advisories/GHSA-68jc-v27h-vhmw', 'https://www.drupal.org/sa-core-2020-012', 'https://lists.fedoraproject.org/archive...
null
GHSA
GHSA-xmc8-cjfr-phx3
Regular Expression Denial of Service in highcharts
Versions of `highcharts` prior to 6.1.0 are vulnerable to Regular Expression Denial of Service (ReDoS). Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service. ## Recommendation Upgrade to version 6.1.0 or...
{'CVE-2018-20801'}
2021-09-21T22:36:58Z
2019-03-18T15:59:32Z
HIGH
7.5
{'CWE-185'}
{'https://www.npmjs.com/advisories/793', 'https://snyk.io/vuln/npm:highcharts:20180225', 'https://security.netapp.com/advisory/ntap-20190715-0001/', 'https://github.com/advisories/GHSA-xmc8-cjfr-phx3', 'https://nvd.nist.gov/vuln/detail/CVE-2018-20801', 'https://github.com/highcharts/highcharts/commit/7c547e1e0f5e4379f9...
null
GHSA
GHSA-v938-qcc9-rwv8
Use of Uninitialized Resource in buffoon.
An issue was discovered in the buffoon crate through 2020-12-31 for Rust. InputStream::read_exact may read from uninitialized memory locations.
{'CVE-2020-36512'}
2022-01-07T16:24:02Z
2022-01-06T22:17:09Z
CRITICAL
9.8
{'CWE-908'}
{'https://rustsec.org/advisories/RUSTSEC-2020-0154.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/buffoon/RUSTSEC-2020-0154.md', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36512', 'https://github.com/advisories/GHSA-v938-qcc9-rwv8'}
null
GHSA
GHSA-q8j6-pwqx-pm96
Insecure template handling in Squirrelly
Squirrelly is a template engine implemented in JavaScript that works out of the box with ExpressJS. Squirrelly mixes pure template data with engine configuration options through the Express render API. By overwriting internal configuration options remote code execution may be triggered in downstream applications. There...
{'CVE-2021-32819'}
2021-05-17T20:58:02Z
2021-05-17T20:58:02Z
HIGH
8
{'CWE-200'}
{'https://www.npmjs.com/package/squirrelly', 'https://securitylab.github.com/advisories/GHSL-2021-023-squirrelly/', 'https://github.com/advisories/GHSA-q8j6-pwqx-pm96', 'https://nvd.nist.gov/vuln/detail/CVE-2021-32819'}
null
GHSA
GHSA-6q8q-rvf4-m4pg
Downloads Resources over HTTP in dalek-browser-chrome
Affected versions of `dalek-browser-chrome` 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-10604'}
2021-06-11T14:21:05Z
2019-02-18T23:50:14Z
HIGH
8.1
{'CWE-311'}
{'https://nvd.nist.gov/vuln/detail/CVE-2016-10604', 'https://nodesecurity.io/advisories/199', 'https://github.com/advisories/GHSA-6q8q-rvf4-m4pg', 'https://www.npmjs.com/advisories/199'}
null
GHSA
GHSA-c442-3278-rhrg
Unrestricted File Upload in ShowDoc v2.9.5
Unrestricted File Upload in ShowDoc v2.9.5 allows remote attackers to execute arbitrary code via the 'file_url' parameter in the component AdminUpdateController.class.php'.
{'CVE-2021-36440'}
2021-09-16T19:26:05Z
2021-09-09T17:08:46Z
CRITICAL
9.8
{'CWE-434'}
{'https://github.com/star7th/showdoc/issues/1406', 'https://github.com/advisories/GHSA-c442-3278-rhrg', 'https://github.com/star7th/showdoc/commit/49b992d4c548c8c615a92b6efe8a50c8f1083abf', 'https://nvd.nist.gov/vuln/detail/CVE-2021-36440'}
null
GHSA
GHSA-3w76-x94r-pw44
Downloads Resources over HTTP in rs-brightcove
Affected versions of `rs-brightcove` 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 `rs-...
{'CVE-2016-10676'}
2021-01-08T20:11:25Z
2019-02-18T23:42:16Z
HIGH
0
{'CWE-311'}
{'https://nodesecurity.io/advisories/273', 'https://www.npmjs.com/advisories/273', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10676', 'https://github.com/advisories/GHSA-3w76-x94r-pw44'}
null
GHSA
GHSA-9jg9-6wm2-x7p5
Server-Side Request Forgery in Karaf
In Karaf, JMX authentication takes place using JAAS and authorization takes place using ACL files. By default, only an "admin" can actually invoke on an MBean. However there is a vulnerability there for someone who is not an admin, but has a "viewer" role. In the 'etc/jmx.acl.cfg', such as role can call get*. It's poss...
{'CVE-2020-11980'}
2022-02-10T23:04:32Z
2022-02-10T23:04:32Z
MODERATE
6.3
{'CWE-918'}
{'http://karaf.apache.org/security/cve-2020-11980.txt', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11980', 'https://github.com/advisories/GHSA-9jg9-6wm2-x7p5'}
null
GHSA
GHSA-5xp3-jfq3-5q8x
Improper Input Validation in pip
A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity. This is fixed in python-pip version 21.1.
{'CVE-2021-3572'}
2022-04-22T15:40:09Z
2021-11-15T17:45:01Z
MODERATE
5.7
{'CWE-20'}
{'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://github.com/pypa/pip/pull/9827', 'https://github.com/pypa/pip/commit/e46bdda9711392fec0c45c1175bae6db847cb30b', 'https://packetstormsecurity.com/files/162712/USN-4961-1.txt', 'https://github.com/advisories/GHSA-5xp3-jfq3-5q8x', 'https://bugzilla.redhat....
null
GHSA
GHSA-m342-ff57-4jcc
Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`
### Impact The [shape inference functions for `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/ops/count_ops.cc#L43-L50) can trigger a read outside of bounds of heap allocated array: ```python import tensorflow as tf @tf.function def fun...
{'CVE-2021-41210'}
2021-11-10T19:01:44Z
2021-11-10T19:01:44Z
HIGH
7.1
{'CWE-125'}
{'https://github.com/advisories/GHSA-m342-ff57-4jcc', 'https://github.com/tensorflow/tensorflow/commit/701cfaca222a82afbeeb17496bd718baa65a67d2', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-m342-ff57-4jcc', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41210'}
null
GHSA
GHSA-rwh9-8xx8-4wfm
Cross-site Scripting in OpenCRX
In OpenCRX, versions v4.0.0 through v5.1.0 are vulnerable to reflected Cross-site Scripting (XSS), due to unsanitized parameters in the password reset functionality. This allows execution of external javascript files on any user of the openCRX instance.
{'CVE-2021-25959'}
2021-10-08T21:28:56Z
2021-09-30T20:50:21Z
MODERATE
6.1
{'CWE-79'}
{'https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25959', 'https://github.com/advisories/GHSA-rwh9-8xx8-4wfm', 'https://github.com/opencrx/opencrx/commit/14e75f95e5f56fbe7ee897bdf5d858788072e818'}
null
GHSA
GHSA-5h5r-ffc4-c455
strong_password Ruby gem malicious version causing Remote Code Execution vulnerability
The strong_password gem 0.0.7 for Ruby, as distributed on RubyGems.org, included a code-execution backdoor inserted by a third party. The current version, without this backdoor, is 0.0.6.
{'CVE-2019-13354'}
2021-08-17T17:50:52Z
2019-07-08T20:32:35Z
CRITICAL
9.8
{'CWE-94'}
{'https://rubygems.org/gems/strong_password/versions', 'https://github.com/advisories/GHSA-5h5r-ffc4-c455', 'https://nvd.nist.gov/vuln/detail/CVE-2019-13354', 'https://withatwist.dev/strong-password-rubygem-hijacked.html', 'https://github.com/bdmac/strong_password/releases', 'https://benjamin-bouchet.com/blog/vulnerabi...
null
GHSA
GHSA-68gr-cmcp-g3mj
Directory Traversal in lactate
A crafted `GET` request can be leveraged to traverse the directory structure of a host using the lactate web server package, and request arbitrary files outside of the specified web root. This allows for a remote attacker to gain access to arbitrary files on the filesystem that the process has access to read. Mitigati...
null
2021-08-16T23:34:11Z
2019-06-14T16:39:31Z
HIGH
7.5
{'CWE-22'}
{'https://snyk.io/vuln/npm:lactate:20180123', 'https://github.com/advisories/GHSA-68gr-cmcp-g3mj', 'https://github.com/RetireJS/retire.js/commit/800c8140884eaa5753a49308f560c925fe97b9a5', 'https://hackerone.com/reports/296645', 'https://www.npmjs.com/advisories/560'}
null
GHSA
GHSA-q93h-jc49-78gg
jackson-databind mishandles the interaction between serialization gadgets and typing
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig (aka ibatis-sqlmap).
{'CVE-2020-9547'}
2021-10-21T21:13:04Z
2020-05-15T18:59:10Z
CRITICAL
9.8
{'CWE-502'}
{'https://www.oracle.com/security-alerts/cpujan2021.html', 'https://lists.apache.org/thread.html/rdd4df698d5d8e635144d2994922bf0842e933809eae259521f3b5097@%3Cissues.zookeeper.apache.org%3E', 'https://lists.debian.org/debian-lts-announce/2020/03/msg00008.html', 'https://lists.apache.org/thread.html/rdd49ab9565bec436a896...
null
GHSA
GHSA-pwrf-q7h8-jjr7
Authorization Bypass Through User-Controlled Key in Bagisto
In Webkul Bagisto before 0.1.5, the functionalities for customers to change their own values (such as address, review, orders, etc.) can also be manipulated by other customers.
{'CVE-2019-16403'}
2021-05-10T17:22:10Z
2019-11-08T20:06:24Z
MODERATE
8.8
{'CWE-639'}
{'https://github.com/advisories/GHSA-pwrf-q7h8-jjr7', 'https://github.com/bagisto/bagisto/issues/749', 'https://nvd.nist.gov/vuln/detail/CVE-2019-16403'}
null
GHSA
GHSA-r37h-j483-cjjm
Improper rate limiting in Koel
Koel before 5.1.4 lacks login throttling, lacks a password strength policy, and shows whether a failed login attempt had a valid username. This might make brute-force attacks easier.
{'CVE-2021-33563'}
2021-06-04T18:50:21Z
2021-06-01T21:38:20Z
HIGH
0
{'CWE-799', 'CWE-916'}
{'https://huntr.dev/bounties/1-other-koel/koel/', 'https://github.com/advisories/GHSA-r37h-j483-cjjm', 'https://nvd.nist.gov/vuln/detail/CVE-2021-33563', 'https://github.com/koel/koel/releases/tag/v5.1.4'}
null
GHSA
GHSA-w4pv-w56c-mg4v
Path Traversal in stattic
Versions of `stattic` before 0.3.0 are vulnerable to path traversal allowing a remote attacker to read arbitrary files with any extension from the server that users `stattic`. ## Recommendation Update to version 0.3.0 or later.
{'CVE-2018-3734'}
2021-01-08T01:57:02Z
2018-07-18T21:20:15Z
HIGH
0
{'CWE-22'}
{'https://github.com/advisories/GHSA-w4pv-w56c-mg4v', 'https://hackerone.com/reports/319003', 'https://www.npmjs.com/advisories/591', 'https://nvd.nist.gov/vuln/detail/CVE-2018-3734'}
null
GHSA
GHSA-8h46-5m9h-7553
Heap out of bounds write in `RaggedBinCount`
### Impact If the `splits` argument of `RaggedBincount` does not specify a valid [`SparseTensor`](https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor), then an attacker can trigger a heap buffer overflow: ```python import tensorflow as tf tf.raw_ops.RaggedBincount(splits=[7,8], values= [5, 16, 51, 76, 29...
{'CVE-2021-29514'}
2021-05-21T14:20:51Z
2021-05-21T14:20:51Z
LOW
2.5
{'CWE-787'}
{'https://github.com/tensorflow/tensorflow/commit/eebb96c2830d48597d055d247c0e9aebaea94cd5', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29514', 'https://github.com/advisories/GHSA-8h46-5m9h-7553', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-8h46-5m9h-7553'}
null
GHSA
GHSA-w6rp-4vj7-v2m8
Missing Authorization in DayByDay CRM
In DayByDay CRM, version 2.2.0 is vulnerable to missing authorization. Any application user in the application who has update user permission enabled is able to change the password of other users, including the administrator’s. This allows the attacker to gain access to the highest privileged user in the application.
{'CVE-2022-22111'}
2022-01-10T21:46:06Z
2022-01-08T00:31:49Z
HIGH
8.8
{'CWE-862'}
{'https://nvd.nist.gov/vuln/detail/CVE-2022-22111', 'https://github.com/advisories/GHSA-w6rp-4vj7-v2m8', 'https://github.com/Bottelet/DaybydayCRM/commit/fe842ea5ede237443f1f45a99aeb839133115d8b', 'https://www.whitesourcesoftware.com/vulnerability-database/CVE-2022-22111'}
null
GHSA
GHSA-jc84-3g44-wf2q
Denial of Service in ecstatic
ecstatic have a denial of service vulnerability. Successful exploitation could lead to crash of an application.
{'CVE-2019-10775'}
2020-12-15T16:52:17Z
2020-12-15T16:52:17Z
MODERATE
0
{'CWE-400'}
{'https://nvd.nist.gov/vuln/detail/CVE-2019-10775', 'https://github.com/advisories/GHSA-jc84-3g44-wf2q', 'https://snyk.io/vuln/SNYK-JS-ECSTATIC-540354'}
null
GHSA
GHSA-2cf2-2383-h4jv
Improperly Controlled Modification of Dynamically-Determined Object Attributes in querymen
querymen prior to 2.1.4 allows modification of object properties. The parameters of exported function handler(type, name, fn) can be controlled by users without any sanitization. This could be abused for Prototype Pollution attacks.
{'CVE-2020-7600'}
2021-07-28T18:46:08Z
2021-05-07T16:16:43Z
MODERATE
5.3
{'CWE-915'}
{'https://nvd.nist.gov/vuln/detail/CVE-2020-7600', 'https://snyk.io/vuln/SNYK-JS-QUERYMEN-559867', 'https://github.com/diegohaz/querymen/commit/1987fefcb3b7508253a29502a008d5063a873cef', 'https://github.com/advisories/GHSA-2cf2-2383-h4jv'}
null
GHSA
GHSA-xfhp-gmh8-r8v2
Regular Expression Denial of Service (ReDoS)
The package printf before 0.6.1 are vulnerable to Regular Expression Denial of Service (ReDoS) via the regex string /\%(?:\(([\w_.]+)\)|([1-9]\d*)\$)?([0 +\-\]*)(\*|\d+)?(\.)?(\*|\d+)?[hlL]?([\%bscdeEfFgGioOuxX])/g in lib/printf.js. The vulnerable regular expression has cubic worst-case time complexity.
{'CVE-2021-23354'}
2021-03-25T00:18:25Z
2021-03-19T21:22:10Z
HIGH
7.5
{'CWE-400'}
{'https://github.com/advisories/GHSA-xfhp-gmh8-r8v2', 'https://github.com/adaltas/node-printf/issues/31', 'https://github.com/adaltas/node-printf/commit/a8502e7c9b0b22555696a2d8ef67722086413a68', 'https://nvd.nist.gov/vuln/detail/CVE-2021-23354', 'https://github.com/adaltas/node-printf/pull/32', 'https://snyk.io/vuln/S...
null
GHSA
GHSA-rqxg-xvcq-3v2f
Out-of-bounds Write in OpenCV
OpenCV (Open Source Computer Vision Library) through 3.3 (corresponding to OpenCV-Python and OpenCV-Contrib-Python 3.3.0.9) has an out-of-bounds write error in the FillColorRow8 function in utils.cpp when reading an image file by using cv::imread.
{'CVE-2017-12605'}
2021-11-18T15:33:23Z
2021-10-12T22:02:04Z
HIGH
8.8
{'CWE-787'}
{'https://nvd.nist.gov/vuln/detail/CVE-2017-12605', 'https://lists.debian.org/debian-lts-announce/2021/10/msg00028.html', 'https://github.com/advisories/GHSA-rqxg-xvcq-3v2f', 'https://github.com/opencv/opencv/pull/9376', 'https://security.gentoo.org/glsa/201712-02', 'https://github.com/opencv/opencv/issues/9309', 'http...
null
GHSA
GHSA-8j6j-4h2c-c65p
Arbitrary Code Execution in require-node
Versions of `require-node` prior to 1.3.4 for 1.x and 2.0.4 for 2.x are vulnerable to Arbitrary Code Execution. The package fails to sanitize requests to the `require-node` endpoint, allowing attackers to execute arbitrary code in the server through the injection of OS commands in the request body. ## Recommendation ...
null
2021-09-28T17:07:49Z
2020-09-03T17:02:52Z
CRITICAL
0
{'CWE-78'}
{'https://github.com/advisories/GHSA-8j6j-4h2c-c65p', 'https://www.npmjs.com/advisories/1015'}
null
GHSA
GHSA-w6jr-wj64-mc9x
Deserialization of Untrusted Data in Codeigniter4
### Impact Deserialization of Untrusted Data was found in the `old()` function in CodeIgniter4. Remote attackers may inject auto-loadable arbitrary objects with this vulnerability, and possibly execute existing PHP code on the server. We are aware of a working exploit, which can lead to SQL injection. ### Patches Upg...
{'CVE-2022-21647'}
2022-01-06T22:52:41Z
2022-01-06T22:52:41Z
HIGH
7.7
{'CWE-502'}
{'https://github.com/codeigniter4/CodeIgniter4/commit/ce95ed5765256e2f09f3513e7d42790e0d6948f5', 'https://github.com/advisories/GHSA-w6jr-wj64-mc9x', 'https://nvd.nist.gov/vuln/detail/CVE-2022-21647', 'https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-w6jr-wj64-mc9x'}
null
GHSA
GHSA-q4xf-3pmq-3hw8
Improper Restriction of XML External Entity Reference in Apache NiFi
In Apache NiFi 1.0.0 to 1.11.4, the notification service manager and various policy authorizer and user group provider objects allowed trusted administrators to inadvertently configure a potentially malicious XML file. The XML file has the ability to make external calls to services (via XXE).
{'CVE-2020-13940'}
2022-01-06T20:41:00Z
2022-01-06T20:41:00Z
MODERATE
5.5
{'CWE-611'}
{'https://nvd.nist.gov/vuln/detail/CVE-2020-13940', 'https://github.com/advisories/GHSA-q4xf-3pmq-3hw8', 'https://nifi.apache.org/security#CVE-2020-13940', 'https://github.com/apache/nifi/commit/7f0416ee8bdcee95e28409cc6fae9c1394c2a798'}
null
GHSA
GHSA-7vrq-vg6p-32fw
Downloads Resources over HTTP in libxl
Affected versions of `libxl` 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 `libxl`. #...
{'CVE-2016-10585'}
2021-09-16T20:44:28Z
2019-02-18T23:34:48Z
HIGH
0
{'CWE-311', 'CWE-269'}
{'https://www.npmjs.com/advisories/178', 'https://nodesecurity.io/advisories/178', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10585', 'https://github.com/advisories/GHSA-7vrq-vg6p-32fw'}
null
GHSA
GHSA-x9r5-jxvq-4387
Self XSS on user input in jquery.terminal
### Impact This is low impact and limited XSS, because code for XSS payload is always visible, but attacker can use other techniques to hide the code the victim sees. Also if the application use execHash option and execute code from URL the attacker can use this URL to execute his code. The scope is limited because th...
{'CVE-2021-43862'}
2022-04-19T19:03:19Z
2022-01-06T22:48:56Z
LOW
3.7
{'CWE-80'}
{'https://github.com/jcubic/jquery.terminal/security/advisories/GHSA-x9r5-jxvq-4387', 'https://github.com/jcubic/jquery.terminal/commit/77eb044d0896e990d48a9157f0bc6648f81a84b5', 'https://github.com/jcubic/jquery.terminal/issues/727', 'https://nvd.nist.gov/vuln/detail/CVE-2021-43862', 'https://github.com/jcubic/jquery....
null
GHSA
GHSA-v2jq-9475-r5g8
Cross-Site Scripting in bootstrap-tagsinput
All versions of `bootstrap-tagsinput` are vulnerable to cross-site scripting when user input is passed into the `itemTitle` parameter unmodified, as the package fails to properly sanitize or encode user input for that parameter. ## Recommendation This package is not actively maintained, and has not seen an update s...
{'CVE-2016-1000227'}
2021-09-23T21:31:31Z
2020-09-01T15:29:51Z
HIGH
0
{'CWE-79'}
{'https://github.com/advisories/GHSA-v2jq-9475-r5g8', 'https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/501', 'https://nvd.nist.gov/vuln/detail/CVE-2016-1000227', 'https://www.npmjs.com/advisories/124'}
null
GHSA
GHSA-rv49-54qp-fw42
Path Traversal in servey
Versions of `servey` prior to 3.x are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths. ## Recommendation Upgrade to the latest version
null
2021-08-04T20:56:42Z
2019-06-06T15:30:20Z
MODERATE
0
{'CWE-22'}
{'https://www.npmjs.com/advisories/802', 'https://github.com/advisories/GHSA-rv49-54qp-fw42', 'https://github.com/typeorm/typeorm/commit/d46c8b0e6c0db56bb5976a4917e9f67a43715111', 'https://hackerone.com/reports/355501'}
null
GHSA
GHSA-wf98-vxv9-jqfv
XSS Injection Vulnerability
### Impact Under some circumstances, the Feeds widget on the dashboard could have an XSS vulnerability if a malformed feed was supplied. ### Patches This has been patched in Craft 3.7.29. ### References * https://github.com/craftcms/cms/blob/develop/CHANGELOG.md#3729---2022-01-18 ### For more information If you ...
null
2022-04-12T21:55:59Z
2022-04-05T18:31:51Z
LOW
0
null
{'https://github.com/advisories/GHSA-wf98-vxv9-jqfv', 'https://github.com/craftcms/cms/security/advisories/GHSA-wf98-vxv9-jqfv'}
null
GHSA
GHSA-8qxj-f9rh-9fg2
Improper Verification of Cryptographic Signature in Pure-Python ECDSA
A flaw was found in all python-ecdsa versions before 0.13.3, where it did not correctly verify whether signatures used DER encoding. Without this verification, a malformed signature could be accepted, making the signature malleable. Without proper verification, an attacker could use a malleable signature to create fals...
{'CVE-2019-14859'}
2022-03-21T22:37:12Z
2020-04-01T16:35:26Z
CRITICAL
9.1
{'CWE-347'}
{'https://github.com/warner/python-ecdsa/issues/114', 'https://nvd.nist.gov/vuln/detail/CVE-2019-14859', 'https://github.com/warner/python-ecdsa/releases/tag/python-ecdsa-0.13.3', 'https://github.com/advisories/GHSA-8qxj-f9rh-9fg2', 'https://github.com/warner/python-ecdsa/pull/115', 'https://pypi.org/project/ecdsa/0.13...
null
GHSA
GHSA-6vmq-jh76-hq43
Uninitialized memory access in outer_cgi
An issue was discovered in the outer_cgi crate before 0.2.1 for Rust. A user-provided Read instance receives an uninitialized memory buffer from KeyValueReader.
{'CVE-2021-30454'}
2021-08-25T20:55:25Z
2021-08-25T20:55:25Z
CRITICAL
0
{'CWE-119'}
{'https://github.com/SolraBizna/outer_cgi/commit/dd59b3066e616a08e756f72de8dc3ab11b7036c4', 'https://github.com/advisories/GHSA-6vmq-jh76-hq43', 'https://nvd.nist.gov/vuln/detail/CVE-2021-30454', 'https://github.com/SolraBizna/outer_cgi/issues/1', 'https://rustsec.org/advisories/RUSTSEC-2021-0051.html'}
null
GHSA
GHSA-wgx2-6432-j3fw
Unsoundness in bigint
An issue was discovered in the bigint crate through 2020-05-07 for Rust. It allows a soundness violation.
{'CVE-2020-35880'}
2021-08-25T20:48:04Z
2021-08-25T20:48:04Z
CRITICAL
9.8
{'CWE-704'}
{'https://rustsec.org/advisories/RUSTSEC-2020-0025.html', 'https://github.com/advisories/GHSA-wgx2-6432-j3fw', 'https://github.com/paritytech/bigint/commit/7e71521a61b009afc94c91135353102658550d42', 'https://github.com/rustsec/advisory-db/pull/290', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35880'}
null
GHSA
GHSA-4627-w373-375v
Malicious Package in grunt-radical
Version 0.0.14 of `grunt-radical` 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 applic...
null
2020-09-11T21:22:24Z
2020-09-11T21:22:24Z
CRITICAL
0
null
{'https://github.com/advisories/GHSA-4627-w373-375v', 'https://www.npmjs.com/advisories/935'}
null
GHSA
GHSA-9824-rp6m-xx9w
Out-of-bounds write
A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka 'Chakra Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0991, CVE-2019-0992, CVE-2019-0993, CVE-2019-1002, CVE-2019-1003, CVE-2019-1024, CVE-20...
{'CVE-2019-0989'}
2021-03-29T20:59:04Z
2021-03-29T20:59:04Z
HIGH
7.5
{'CWE-787'}
{'https://github.com/advisories/GHSA-9824-rp6m-xx9w', 'https://github.com/chakra-core/ChakraCore/commit/e0ce3f01c83c53f93e7299d7c8b389b17084aa1f', 'https://github.com/chakra-core/ChakraCore/commit/3d6226cc2d1077537220361c82e34a362c6c76ee', 'https://nvd.nist.gov/vuln/detail/CVE-2019-0989', 'https://portal.msrc.microsoft...
null
GHSA
GHSA-h822-r4r5-v8jg
Polymorphic Typing issue in FasterXML jackson-databind
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.
{'CVE-2019-14540'}
2021-08-17T22:28:26Z
2019-09-23T18:33:25Z
CRITICAL
9.8
{'CWE-502'}
{'https://security.netapp.com/advisory/ntap-20191004-0002/', 'https://github.com/advisories/GHSA-h822-r4r5-v8jg', 'https://access.redhat.com/errata/RHSA-2019:3200', 'https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E', 'https://access.redhat...
null
GHSA
GHSA-xq52-rv6w-397c
Directive injection when using dynamic overrides with user input
### Impact If user-supplied input was passed into `append/override_content_security_policy_directives`, a semicolon could be injected leading to directive injection. This could be used to e.g. override a `script-src` directive. Duplicate directives are ignored and the first one wins. The directives in `secure_headers...
{'CVE-2020-5217'}
2021-01-08T21:09:32Z
2020-01-23T02:28:11Z
MODERATE
4.4
{'CWE-95'}
{'https://github.com/twitter/secure_headers/pull/421', 'https://github.com/twitter/secure_headers/commit/936a160e3e9659737a9f9eafce13eea36b5c9fa3', 'https://github.com/twitter/secure_headers/issues/418', 'https://github.com/advisories/GHSA-xq52-rv6w-397c', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5217', 'https://gith...
null
GHSA
GHSA-4g29-fccr-p59w
Reflected Cross-site Scripting in Shopware storefront
### Impact Not-stored XSS in storefront. Request parameter were directly assigned to the template, so that malicious code could be send via an URL. ### Patches We recommend updating to the current version 5.7.9. You can get the update to 5.7.9 regularly via the Auto-Updater or directly via the download overview. https...
{'CVE-2022-24873'}
2022-04-29T20:31:19Z
2022-04-28T20:59:24Z
MODERATE
5.4
{'CWE-79'}
{'https://docs.shopware.com/en/shopware-5-en/security-updates/security-update-04-2022', 'https://github.com/shopware/shopware/security/advisories/GHSA-4g29-fccr-p59w', 'https://github.com/advisories/GHSA-4g29-fccr-p59w', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24873', 'https://www.shopware.com/en/changelog-sw5/#5-7-...
null
GHSA
GHSA-24fg-p96v-hxh8
Moderate severity vulnerability that affects rails
Ruby on Rails 2.1.x, 2.2.x, and 2.3.x before 2.3.11, and 3.x before 3.0.4, does not properly validate HTTP requests that contain an X-Requested-With header, which makes it easier for remote attackers to conduct cross-site request forgery (CSRF) attacks via forged (1) AJAX or (2) API requests that leverage "combinations...
{'CVE-2011-0447'}
2021-08-30T15:41:48Z
2017-10-24T18:33:38Z
MODERATE
0
{'CWE-352'}
{'http://www.debian.org/security/2011/dsa-2247', 'http://lists.fedoraproject.org/pipermail/package-announce/2011-March/055074.html', 'http://secunia.com/advisories/43666', 'http://www.vupen.com/english/advisories/2011/0877', 'http://www.securitytracker.com/id?1025060', 'http://www.vupen.com/english/advisories/2011/0587...
null
GHSA
GHSA-r2gr-fhmr-66c5
"Arbitrary code execution in socket.io-file"
"The socket.io-file package through 2.0.31 for Node.js relies on client-side validation of file types, which allows remote attackers to execute arbitrary code by uploading an executable file via a modified JSON name field. NOTE: This vulnerability only affects products that are no longer supported by the maintainer."
{'CVE-2020-24807'}
2021-05-10T18:38:11Z
2021-05-10T18:38:11Z
HIGH
7.8
{'CWE-20'}
{'https://github.com/advisories/GHSA-6495-8jvh-f28x', 'https://github.com/rico345100/socket.io-file', 'https://www.npmjs.com/advisories/1564', 'https://github.com/advisories/GHSA-r2gr-fhmr-66c5', 'https://nvd.nist.gov/vuln/detail/CVE-2020-24807', 'https://www.npmjs.com/package/socket.io-file'}
null
GHSA
GHSA-25fx-mxc2-76g7
Unauthorized access to Credit card form exposing payer name and not requiring 3DS
### Impact URL to the payment page done after checkout was created with autoincremented payment id (`/pay-with-paypal/{id}`) and therefore it was easy to access for anyone, not even the order's customer. The problem was, the Credit card form has prefilled "credit card holder" field with the Customer's first and last na...
{'CVE-2021-41120'}
2021-10-06T17:49:11Z
2021-10-06T17:49:11Z
HIGH
7.5
{'CWE-200'}
{'https://github.com/Sylius/PayPalPlugin/commit/2adc46be2764ccee22b4247139b8056fb8d1afff', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41120', 'https://github.com/Sylius/PayPalPlugin/security/advisories/GHSA-25fx-mxc2-76g7', 'https://github.com/Sylius/PayPalPlugin/commit/814923c2e9d97fe6279dcee866c34ced3d2fb7a7', 'https...
null
GHSA
GHSA-2vp8-jv5v-6qh6
Allocation of resources without limits or throttling in keycloak-model-infinispan
A flaw was found in keycloak-model-infinispan in keycloak versions before 14.0.0 where authenticationSessions map in RootAuthenticationSessionEntity grows boundlessly which could lead to a DoS attack.
{'CVE-2021-3637'}
2021-07-14T19:41:47Z
2021-07-13T17:43:23Z
HIGH
7.5
{'CWE-770'}
{'https://bugzilla.redhat.com/show_bug.cgi?id=1979638', 'https://github.com/advisories/GHSA-2vp8-jv5v-6qh6', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3637'}
null
GHSA
GHSA-v3rr-cph9-2g2q
Moderate severity vulnerability that affects rack-ssl
Cross-site scripting (XSS) vulnerability in lib/rack/ssl.rb in the rack-ssl gem before 1.4.0 for Ruby allows remote attackers to inject arbitrary web script or HTML via a URI, which might not be properly handled by third-party adapters such as JRuby-Rack.
{'CVE-2014-2538'}
2021-09-20T15:02:21Z
2017-10-24T18:33:36Z
MODERATE
0
{'CWE-79'}
{'https://github.com/advisories/GHSA-v3rr-cph9-2g2q', 'https://nvd.nist.gov/vuln/detail/CVE-2014-2538', 'http://secunia.com/advisories/57466', 'https://github.com/josh/rack-ssl/commit/9d7d7300b907e496db68d89d07fbc2e0df0b487b', 'http://www.openwall.com/lists/oss-security/2014/03/19/20', 'http://www.securityfocus.com/bid...
null
GHSA
GHSA-m874-69ww-w7jq
Directory Traversal in whispercast
Affected versions of `whispercast` 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-16174'}
2021-01-08T18:29:43Z
2018-07-23T20:45:01Z
HIGH
0
{'CWE-22'}
{'https://nodesecurity.io/advisories/466', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16174', 'https://www.npmjs.com/advisories/466', 'https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/whispercast', 'https://github.com/advisories/GHSA-m874-69ww-w7jq'}
null
GHSA
GHSA-2v5c-755p-p4gv
Missing TLS certificate verification in faye-websocket
The `Faye::WebSocket::Client` class uses the [`EM::Connection#start_tls`][1] method in [EventMachine][2] to implement the TLS handshake whenever a `wss:` URL is used for the connection. This method does not implement certificate verification by default, meaning that it does not check that the server presents a valid an...
{'CVE-2020-15133'}
2021-11-19T15:42:56Z
2020-07-31T17:40:04Z
HIGH
8
{'CWE-295'}
{'https://blog.jcoglan.com/2020/07/31/missing-tls-verification-in-faye/', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15133', 'https://github.com/faye/faye-websocket-ruby/security/advisories/GHSA-2v5c-755p-p4gv', 'https://github.com/faye/faye/issues/524', 'https://github.com/advisories/GHSA-2v5c-755p-p4gv', 'https://git...
null
GHSA
GHSA-qw93-45r3-p66p
Prototype Pollution in merge-options
All versions of `merge-options` are vulnerable to Prototype Pollution ## Recommendation Update to version 1.0.1 or greater.
{'CVE-2018-3752'}
2021-09-16T21:10:32Z
2018-10-09T00:19:57Z
CRITICAL
9.8
{'CWE-20'}
{'https://github.com/advisories/GHSA-qw93-45r3-p66p', 'https://hackerone.com/reports/311336', 'https://www.npmjs.com/advisories/717', 'https://github.com/schnittstabil/merge-options/commit/d4a93bc2890455e0931ac0779667023e6cb101d4', 'https://nvd.nist.gov/vuln/detail/CVE-2018-3752'}
null
GHSA
GHSA-q58g-455p-8vw9
In RubyGem excon, interrupted Persistent Connections May Leak Response Data
### Impact There was a race condition around persistent connections, where a connection which is interrupted (such as by a timeout) would leave data on the socket. Subsequent requests would then read this data, returning content from the previous response. The race condition window appears to be short, and it would be ...
{'CVE-2019-16779'}
2021-10-29T14:10:28Z
2019-12-16T19:30:17Z
MODERATE
5.8
{'CWE-362', 'CWE-664'}
{'https://nvd.nist.gov/vuln/detail/CVE-2019-16779', 'http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00021.html', 'https://lists.debian.org/debian-lts-announce/2020/01/msg00015.html', 'https://github.com/excon/excon/commit/ccb57d7a422f020dc74f1de4e8fb505ab46d8a29', 'http://lists.opensuse.org/opensuse-se...
null
GHSA
GHSA-gxpj-cx7g-858c
Regular Expression Denial of Service in debug
Affected versions of `debug` are vulnerable to regular expression denial of service when untrusted user input is passed into the `o` formatter. As it takes 50,000 characters to block the event loop for 2 seconds, this issue is a low severity issue. ## Recommendation Version 2.x.x: Update to version 2.6.9 or later....
{'CVE-2017-16137'}
2021-01-08T18:45:04Z
2018-08-09T20:18:07Z
LOW
0
{'CWE-400'}
{'https://github.com/visionmedia/debug/pull/504', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16137', 'https://www.npmjs.com/advisories/534', 'https://lists.apache.org/thread.html/r8ba4c628fba7181af58817d452119481adce4ba92e889c643e4c7dd3@%3Ccommits.netbeans.apache.org%3E', 'https://nodesecurity.io/advisories/534', 'http...
null
GHSA
GHSA-fr52-4hqw-p27f
Nokogiri does not forbid namespace nodes in XPointer ranges
xpointer.c in libxml2 before 2.9.5 (as used in nokogiri before 1.7.1 amongst other products) does not forbid namespace nodes in XPointer ranges, which allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free and memory corruption) via a crafted XML document.
{'CVE-2016-4658'}
2022-04-26T18:24:05Z
2018-08-21T19:03:26Z
CRITICAL
9.8
{'CWE-119'}
{'https://support.apple.com/HT207141', 'https://support.apple.com/HT207170', 'http://www.securityfocus.com/bid/93054', 'https://support.apple.com/HT207143', 'https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b', 'https://support.apple.com/HT207142', 'http://lists.apple.com/archives/...
null
GHSA
GHSA-j47f-4232-hvv8
Heap out of bounds read in `RaggedCross`
### Impact An attacker can force accesses outside the bounds of heap allocated arrays by passing in invalid tensor values to `tf.raw_ops.RaggedCross`: ```python import tensorflow as tf ragged_values = [] ragged_row_splits = [] sparse_indices = [] sparse_values = [] sparse_shape = [] dense_inputs_elem = tf.constant(...
{'CVE-2021-29532'}
2021-05-21T14:22:17Z
2021-05-21T14:22:17Z
LOW
2.5
{'CWE-125'}
{'https://github.com/advisories/GHSA-j47f-4232-hvv8', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-j47f-4232-hvv8', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29532', 'https://github.com/tensorflow/tensorflow/commit/44b7f486c0143f68b56c34e2d01e146ee445134a'}
null
GHSA
GHSA-5v44-7647-xfw9
Blind SQL injection in PrestaShop productcomments module
### Impact An attacker can use a Blind SQL injection to retrieve data or stop the MySQL service. ### Patches The problem is fixed in 4.2.1
{'CVE-2020-26248'}
2022-04-19T19:02:41Z
2021-01-20T21:33:53Z
LOW
8.2
{'CWE-89'}
{'https://packagist.org/packages/prestashop/productcomments', 'https://github.com/PrestaShop/productcomments/commit/7c2033dd811744e021da8897c80d6c301cd45ffa', 'https://github.com/PrestaShop/productcomments/releases/tag/v4.2.1', 'https://github.com/PrestaShop/productcomments/security/advisories/GHSA-5v44-7647-xfw9', 'ht...
null
GHSA
GHSA-x7fx-mcc9-27j7
Inappropriate implementation in V8 in CefSharp
High CVE-2020-16013: Inappropriate implementation in V8. - https://chromereleases.googleblog.com/2020/11/stable-channel-update-for-desktop_11.html - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16013 Google is aware of reports that exploits for CVE-2020-16013 and CVE-2020-16017 exist in the wild. There i...
{'CVE-2020-16013'}
2021-01-14T17:39:17Z
2020-11-27T20:12:55Z
HIGH
0
{'CWE-119', 'CWE-787'}
{'https://github.com/advisories/GHSA-x7fx-mcc9-27j7', 'https://nvd.nist.gov/vuln/detail/CVE-2020-16013', 'https://github.com/cefsharp/CefSharp/security/advisories/GHSA-x7fx-mcc9-27j7', 'https://crbug.com/1147206', 'https://chromereleases.googleblog.com/2020/11/stable-channel-update-for-desktop_11.html'}
null
GHSA
GHSA-pvh2-pj76-4m96
Specification non-compliance in JUMPI
### Impact In `evm` crate `< 0.31.0`, `JUMPI` opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. ### Patches This is a **high** severity security advisory if you use `evm` crate for...
{'CVE-2021-41153'}
2021-10-25T20:07:58Z
2021-10-19T15:28:35Z
HIGH
8.7
{'CWE-670'}
{'https://github.com/rust-blockchain/evm/pull/67', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41153', 'https://github.com/rust-blockchain/evm/security/advisories/GHSA-pvh2-pj76-4m96', 'https://github.com/advisories/GHSA-pvh2-pj76-4m96'}
null
GHSA
GHSA-73q9-7pwj-gm46
icecoder is vulnerable to Cross-site Scripting
icecoder is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
{'CVE-2021-3862'}
2022-01-21T23:46:12Z
2022-01-21T23:46:12Z
MODERATE
5.4
{'CWE-79'}
{'https://github.com/icecoder/icecoder/commit/51cf24b2a39138e6a7b5739ef59eb38cd7c39763', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3862', 'https://github.com/advisories/GHSA-73q9-7pwj-gm46', 'https://huntr.dev/bounties/5c9c228e-2a39-4643-bb82-2b02a2b0a601'}
null
GHSA
GHSA-vrxj-4qhw-5vwq
Malicious Package in scryptys
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-04T14:29:03Z
2020-09-03T17:03:41Z
CRITICAL
9.1
{'CWE-506'}
{'https://github.com/advisories/GHSA-vrxj-4qhw-5vwq', 'https://www.npmjs.com/advisories/1407'}
null
GHSA
GHSA-mm9x-g8pc-w292
Denial of Service in Netty
The ZlibDecoders in Netty 4.1.x before 4.1.46 allow for unbounded memory allocation while decoding a ZlibEncoded byte stream. An attacker could send a large ZlibEncoded byte stream to the Netty server, forcing the server to allocate all of its free memory to a single decoder.
{'CVE-2020-11612'}
2022-04-25T23:06:20Z
2020-06-15T19:36:16Z
HIGH
7.5
{'CWE-119', 'CWE-400', 'CWE-770'}
{'https://lists.apache.org/thread.html/r88e2b91560c065ed67e62adf8f401c417e4d70256d11ea447215a70c@%3Cissues.zookeeper.apache.org%3E', 'https://lists.apache.org/thread.html/r9addb580456807cd11d6f0c6b6373b7d7161d06d2278866c30c7febb@%3Ccommits.zookeeper.apache.org%3E', 'https://www.oracle.com/security-alerts/cpujan2021.htm...
null
GHSA
GHSA-3v43-877x-qgmq
Moderate severity vulnerability that affects league/commonmark
## CVE-2019-10010 ### Impact In `league/commonmark` 0.18.2 and below, malicious users can insert double-encoded HTML entities into their Markdown like this: ```md [XSS](javascript&amp;colon;alert%28&#039;XSS&#039;%29) ``` This library would (correctly) unescape the `&amp;` entity to `&` during the parsing step. Ho...
{'CVE-2019-10010'}
2021-08-31T21:29:59Z
2019-09-17T22:47:47Z
MODERATE
6.1
{'CWE-79'}
{'https://github.com/thephpleague/commonmark/releases/tag/0.18.3', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10010', 'https://github.com/thephpleague/commonmark/issues/353', 'https://github.com/advisories/GHSA-3v43-877x-qgmq', 'https://github.com/thephpleague/commonmark/security/advisories/GHSA-3v43-877x-qgmq'}
null
GHSA
GHSA-77vh-xpmg-72qh
Clarify `mediaType` handling
### Impact In the OCI Image Specification version 1.0.1 and prior, manifest and index documents are not self-describing and documents with a single digest could be interpreted as either a manifest or an index. ### Patches The Image Specification will be updated to recommend that both manifest and index documents conta...
null
2021-11-24T19:43:36Z
2021-11-18T16:02:41Z
LOW
3
{'CWE-843'}
{'https://github.com/opencontainers/image-spec/releases/tag/v1.0.2', 'https://github.com/advisories/GHSA-77vh-xpmg-72qh', 'https://github.com/opencontainers/image-spec/commit/693428a734f5bab1a84bd2f990d92ef1111cd60c', 'https://github.com/opencontainers/image-spec/security/advisories/GHSA-77vh-xpmg-72qh', 'https://githu...
null
GHSA
GHSA-4wp3-8q92-mh8w
Cross Site Request Forgery in Gitea
Cross Site Request Forgery (CSRF) vulnerability exists in Gitea before 1.5.2 via API routes.This can be dangerous especially with state altering POST requests.
{'CVE-2021-45326'}
2022-02-15T00:18:10Z
2022-02-09T00:00:29Z
HIGH
0
{'CWE-352'}
{'https://github.com/advisories/GHSA-4wp3-8q92-mh8w', 'https://github.com/go-gitea/gitea/pull/4840', 'https://nvd.nist.gov/vuln/detail/CVE-2021-45326', 'https://github.com/go-gitea/gitea/issues/4838', 'https://blog.gitea.io/2018/10/gitea-1.5.2-is-released/'}
null
GHSA
GHSA-84cm-x2q5-8225
Critical severity vulnerability that affects dojox
In Dojo Toolkit before 1.14, there is unescaped string injection in dojox/Grid/DataGrid.
{'CVE-2018-15494'}
2021-09-03T22:57:53Z
2018-10-15T22:03:48Z
CRITICAL
9.8
{'CWE-116'}
{'https://github.com/advisories/GHSA-84cm-x2q5-8225', 'https://nvd.nist.gov/vuln/detail/CVE-2018-15494', 'https://lists.debian.org/debian-lts-announce/2018/09/msg00002.html', 'https://dojotoolkit.org/blog/dojo-1-14-released', 'https://github.com/dojo/dojox/pull/283'}
null
GHSA
GHSA-qxx8-292g-2w66
Improper Authentication
### Impact A maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an an attacker to have internal knowledge of the bot. ### Patches The problem has been patched in all affected versions. Please see the list of pat...
null
2021-03-08T15:50:01Z
2021-03-08T15:50:01Z
HIGH
0
{'CWE-287'}
{'https://github.com/advisories/GHSA-qxx8-292g-2w66', 'https://aka.ms/SkillClaimsValidationDotnet', 'https://www.nuget.org/packages/Microsoft.Bot.Connector/', 'https://github.com/microsoft/botbuilder-dotnet/security/advisories/GHSA-qxx8-292g-2w66'}
null
GHSA
GHSA-2r9c-46v3-43fc
Downloads Resources over HTTP in haxe3
Affected versions of `haxe3` 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 `haxe3`. #...
{'CVE-2016-10688'}
2021-01-08T20:59:02Z
2018-08-17T20:28:13Z
HIGH
0
{'CWE-311'}
{'https://www.npmjs.com/advisories/294', 'https://nodesecurity.io/advisories/294', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10688', 'https://github.com/advisories/GHSA-2r9c-46v3-43fc'}
null
GHSA
GHSA-vf26-7gjf-f92r
OS Command Injection in rpi
rpi through 0.0.3 allows execution of arbritary commands. The variable pinNumbver in function GPIO within src/lib/gpio.js is used as part of the arguement of exec function without any sanitization.
{'CVE-2019-10796'}
2021-04-13T15:23:29Z
2021-04-13T15:23:29Z
MODERATE
9.8
{'CWE-78'}
{'https://github.com/xseignard/rpi/blob/master/src/lib/gpio.js#L47', 'https://snyk.io/vuln/SNYK-JS-RPI-548942', 'https://github.com/advisories/GHSA-vf26-7gjf-f92r', 'https://nvd.nist.gov/vuln/detail/CVE-2019-10796'}
null
GHSA
GHSA-9q5w-79cv-947m
Unsafe defaults in `remark-html`
### Impact The documentation of `remark-html` has mentioned that it was safe by default. In practise the default was never safe and had to be opted into. This means arbitrary HTML can be passed through leading to potential XSS attacks. ### Patches The problem has been patched in 13.0.2 and 14.0.1: `remark-html` is n...
{'CVE-2021-39199'}
2022-04-19T19:03:07Z
2021-09-07T23:10:56Z
CRITICAL
10
{'CWE-79'}
{'https://github.com/remarkjs/remark-html/security/advisories/GHSA-9q5w-79cv-947m', 'https://github.com/remarkjs/remark-html/releases/tag/14.0.1', 'https://nvd.nist.gov/vuln/detail/CVE-2021-39199', 'https://github.com/remarkjs/remark-html/commit/b75c9dde582ad87ba498e369c033dc8a350478c1', 'https://www.npmjs.com/package/...
null
GHSA
GHSA-wjw6-2cqr-j4qr
Client metadata path-traversal
### Impact In both clients (`tuf/client` and `tuf/ngclient`), there is a path traversal vulnerability that in the worst case can overwrite files ending in `.json` anywhere on the client system on a call to `get_one_valid_targetinfo()`. It occurs because the rolename is used to form the filename, and may contain path tr...
{'CVE-2021-41131'}
2022-04-19T19:03:09Z
2021-10-19T20:14:36Z
HIGH
7.5
{'CWE-22'}
{'https://github.com/theupdateframework/python-tuf/commit/4ad7ae48fda594b640139c3b7eae21ed5155a102', 'https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-wjw6-2cqr-j4qr', 'https://github.com/theupdateframework/python-tuf/issues/1527', 'https://github.com/advisories/GHSA-wjw6-2cqr-j4qr', 'https://n...
null
GHSA
GHSA-8p5p-ff7x-hw7q
Cross-Site Scripting in public
Versions of `public` prior to 0.1.4 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. ## Recommendation Upgrade to version 0.1.4 or later.
{'CVE-2018-3747'}
2021-09-07T20:23:17Z
2018-10-10T17:27:58Z
MODERATE
6.1
{'CWE-79'}
{'https://github.com/advisories/GHSA-8p5p-ff7x-hw7q', 'https://hackerone.com/reports/329950', 'https://hackerone.com/reports/316346', 'https://nvd.nist.gov/vuln/detail/CVE-2018-3747', 'https://www.npmjs.com/advisories/1000'}
null
GHSA
GHSA-8j34-9876-pvfq
Hugo can execute a binary from the current directory on Windows
## Impact Hugo depends on Go's `os/exec` for certain features, e.g. for rendering of Pandoc documents if these binaries are found in the system `%PATH%` on Windows. However, if a malicious file with the same name (`exe` or `bat`) is found in the current working directory at the time of running `hugo`, the malicious co...
{'CVE-2020-26284'}
2022-04-19T19:02:43Z
2021-06-23T17:28:26Z
HIGH
7.7
{'CWE-78'}
{'https://github.com/gohugoio/hugo/security/advisories/GHSA-8j34-9876-pvfq', 'https://nvd.nist.gov/vuln/detail/CVE-2020-26284', 'https://github.com/advisories/GHSA-8j34-9876-pvfq', 'https://github.com/golang/go/issues/38736'}
null
GHSA
GHSA-ffw3-6mp6-jmvj
Improper Access Control in Airflow
Improper Access Control on Configurations Endpoint for the Stable API of Apache Airflow allows users with Viewer or User role to get Airflow Configurations including sensitive information even when `[webserver] expose_config` is set to `False` in `airflow.cfg`. This allowed a privilege escalation attack. This issue aff...
{'CVE-2021-26559'}
2021-04-07T21:05:57Z
2021-04-07T21:05:57Z
MODERATE
6.5
{'CWE-284', 'CWE-269'}
{'https://github.com/apache/airflow/blob/486b76438c0679682cf98cb88ed39c4b161cbcc8/CHANGELOG.txt', 'http://www.openwall.com/lists/oss-security/2021/02/17/1', 'https://lists.apache.org/thread.html/r3b3787700279ec361308cbefb7c2cce2acb26891a12ce864e4a13c8d%40%3Cusers.airflow.apache.org%3E', 'https://github.com/advisories/G...
null
GHSA
GHSA-vhxc-fhm5-qcp9
Prototype Pollution in bodymen
The package bodymen from 0.0.0 are vulnerable to Prototype Pollution via the handler function which could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload. **Note:** This vulnerability derives from an incomplete fix to [CVE-2019-10792](https://security.snyk.io/vuln/SNYK-JS-BO...
{'CVE-2022-25296'}
2022-03-21T19:38:25Z
2022-03-18T00:01:11Z
MODERATE
6.3
{'CWE-1321'}
{'https://snyk.io/vuln/SNYK-JS-BODYMEN-2342623', 'https://nvd.nist.gov/vuln/detail/CVE-2022-25296', 'https://github.com/advisories/GHSA-vhxc-fhm5-qcp9'}
null
GHSA
GHSA-jm56-5h66-w453
Repository index file allows for duplicates of the same chart entry in helm
### Impact During a security audit of Helm's code base, security researchers at Trail of Bits identified a bug in which the a Helm repository can contain duplicates of the same chart, with the last one always used. If a repository is compromised, this lowers the level of access that an attacker needs to inject a bad c...
{'CVE-2020-15185'}
2021-05-24T16:57:06Z
2021-05-24T16:57:06Z
LOW
2.2
{'CWE-74', 'CWE-20', 'CWE-694'}
{'https://github.com/helm/helm/commit/6aab63765f99050b115f0aec3d6350c85e8da946', 'https://nvd.nist.gov/vuln/detail/CVE-2020-15185', 'https://github.com/helm/helm/commit/055dd41cbe53ce131ab0357524a7f6729e6e40dc', 'https://github.com/advisories/GHSA-jm56-5h66-w453', 'https://github.com/helm/helm/security/advisories/GHSA-...
null
GHSA
GHSA-r6j9-8759-g62w
Improper Restriction of XML External Entity Reference in jackson-mapper-asl
A flaw was found in org.codehaus.jackson:jackson-mapper-asl:1.9.x libraries. XML external entity vulnerabilities similar to CVE-2016-3720 also affects codehaus jackson-mapper-asl libraries but in different classes.
{'CVE-2019-10172'}
2021-09-28T17:06:06Z
2020-02-04T22:39:19Z
HIGH
7.5
{'CWE-611'}
{'https://lists.apache.org/thread.html/r33d25a342af84102903cd9dec8338a5bcba3ecfce10505bdfe793b92@%3Ccommon-issues.hadoop.apache.org%3E', 'https://lists.apache.org/thread.html/r386966780034aadee69ffd82d44555117c9339545b9ce990fe490a3e@%3Ccommits.cassandra.apache.org%3E', 'https://lists.apache.org/thread.html/r08e1b73fabd...
null
GHSA
GHSA-mvch-rh6h-2m47
Malicious Package in equest
All versions of `equest` 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:09:55Z
2020-09-11T21:10:29Z
CRITICAL
9.8
{'CWE-506'}
{'https://github.com/advisories/GHSA-mvch-rh6h-2m47', 'https://www.npmjs.com/advisories/867'}
null
GHSA
GHSA-gc79-gh4f-9g6w
Server Side Template Injection in MCMS
MCMS v5.2.5 was discovered to contain a Server Side Template Injection (SSTI) vulnerability via the Template Management module.
{'CVE-2021-46063'}
2022-03-01T21:32:00Z
2022-02-19T00:01:24Z
CRITICAL
9.1
{'CWE-74'}
{'https://nvd.nist.gov/vuln/detail/CVE-2021-46063', 'https://github.com/advisories/GHSA-gc79-gh4f-9g6w', 'https://github.com/ming-soft/MCMS/issues/59'}
null