Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
•added 2021/09/14 8:25 p.m.•54 views

Any storage file can be downloaded from p.sh if full server path is known

The default configuration for platform.sh .platform.app.yaml allows access to uploaded files if you know or can guess their location, regardless of whether roles grant content read access to the content containing those files. If you're using Legacy Bridge, the default configuration also allows...

3.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/09/07 11:10 p.m.•54 views

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:...

10CVSS5.9AI score0.01075EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2021/09/02 10:05 p.m.•54 views

Imporoper path validation in elFinder.NetCore

This affects all versions of package elFinder.NetCore. The ExtractAsync function within the FileSystem is vulnerable to arbitrary extraction due to insufficient validation...

9.8CVSS6.1AI score0.01431EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/30 4:13 p.m.•54 views

Improper Neutralization of Formula Elements in a CSV File in pimcore/pimcore

Impact Data Object CSV import allows formular injection. Patches Problem is patched in 10.1.1 Workarounds Apply https://github.com/pimcore/pimcore/pull/9992.patch References https://cwe.mitre.org/data/definitions/1236.html...

8.8CVSS8.7AI score0.0106EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:54 p.m.•54 views

Certificate check bypass in openssl-src

The X509VFLAGX509STRICT flag enables additional security checks of the certificates present in a certificate chain. It is not set by default. Starting from OpenSSL version 1.1.1h a check to disallow certificates in the chain that have explicitly encoded elliptic curve parameters was added as an...

7.4CVSS7.6AI score0.18339EPSS
SaveExploits1References27Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:50 p.m.•54 views

Data races in concread

An issue was discovered in the concread crate before 0.2.6 for Rust. Attackers can cause an ARCache data race by sending types that do not implement Send/Sync...

4.7CVSS5.2AI score0.00242EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:45 p.m.•54 views

Null pointer deference in openssl-src

Server or client applications that call the SSLcheckchain function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signaturealgorithmscert" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm i...

7.5CVSS7.4AI score0.53336EPSS
SaveExploits2References35Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 2:43 p.m.•54 views

Integer overflow due to conversion to unsigned

Impact The implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. python import tensorflow as tf tf.rawops.QuantizeAndDequantizeV4Grad...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/06/29 9:25 p.m.•54 views

Cross-site scripting in Dutchcoders transfer.sh

Dutchcoders transfer.sh before 1.2.4 allows XSS via an inline view...

6.1CVSS4.2AI score0.01009EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2021/06/29 9:13 p.m.•54 views

Denial of service in geth

Impact Denial-of-service crash during block processing Details Affected versions suffer from a vulnerability which can be exploited through the MULMOD operation, by specifying a modulo of 0: mulmoda,b,0, causing a panic in the underlying library. The crash was in the uint256 library, where a buff...

7.5CVSS7.5AI score0.0148EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
•added 2021/06/29 6:26 p.m.•54 views

Arbitrary Command Injection

This affects all versions of package wincred. If attacker-controlled user input is given to the getCredential function, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization...

9.8CVSS6.6AI score0.01336EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/06/21 5:12 p.m.•54 views

Prototype Pollution in lutils

All versions of package lutils are vulnerable to Prototype Pollution via the main merge function...

9.8CVSS8.9AI score0.01003EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/21 2:28 p.m.•54 views

Division by zero in TFLite's implementation of hashtable lookup

Impact The TFLite implementation of hashtable lookup is vulnerable to a division by zero error: cc const int numrows = SizeOfDimensionvalue, 0; const int rowbytes = value-bytes / numrows; An attacker can craft a model such that values's first dimension would be 0. Patches We have patched the issu...

5.5CVSS2.1AI score0.00189EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:27 p.m.•54 views

Division by zero in TFLite's implementation of `EmbeddingLookup`

The implementation of the EmbeddingLookup TFLite operator is vulnerable to a division by zero error: cc const int rowsize = SizeOfDimensionvalue, 0; const int rowbytes = value-bytes / rowsize; An attacker can craft a model such that the first dimension of the value input is 0. Patches We have...

7.8CVSS3.9AI score0.00201EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:26 p.m.•54 views

CHECK-fail due to integer overflow

Impact An attacker can trigger a denial of service via a CHECK-fail in caused by an integer overflow in constructing a new tensor shape: python import tensorflow as tf inputlayer = 260-1 sparsedata = tf.rawops.SparseSplit splitdim=1, indices=0, 0, 0, 1, 0, 2, 4, 3, 5, 0, 5, 1, values=1.0, 1.0, 1....

5.5CVSS4AI score0.00189EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:23 p.m.•54 views

Division by 0 in `QuantizedBiasAdd`

Impact An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd: python import tensorflow as tf inputtensor = tf.constant, shape=0, 0, 0, 0, dtype=tf.quint8 bias = tf.constant, shape=0, dtype=tf.quint8 mininput = tf.constant-10.0, dtype=tf.float32...

7.8CVSS2.4AI score0.00201EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/10 6:47 p.m.•54 views

Cross-site scripting in Joplin

Joplin allows XSS via a LINK element in a note...

6.1CVSS5.7AI score0.03063EPSS
SaveExploits3References6Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/10 3:17 p.m.•54 views

Incorrect Authorization in Apache Solr

When using ConfigurableInternodeAuthHadoopPlugin for authentication, Apache Solr versions prior to 8.8.2 would forward/proxy distributed requests using server credentials instead of original client credentials. This would result in incorrect authorization resolution on the receiving hosts...

9.1CVSS3.7AI score0.05364EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/29 9:51 p.m.•54 views

Cross-Site Scripting in Bootstrap Package

Problem It has been discovered that rendering content in the website frontend is vulnerable to cross-site scripting. A valid backend user account is needed to exploit this vulnerability. The following templates are affected by the vulnerability:...

5.4CVSS0.7AI score0.00941EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:27 p.m.•54 views

Improper Input Validation in SocksJS-Node

Incorrect handling of Upgrade header with the value websocket leads in crashing of containers hosting sockjs apps. This affects the package sockjs before 0.3.20...

5.3CVSS5.9AI score0.04978EPSS
SaveExploits3References9Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:21 p.m.•54 views

Exposure of Resource to Wrong Sphere in valib

valib through 2.0.0 allows Internal Property Tampering. A maliciously crafted JavaScript object can bypass several inspection functions provided by valib. Valib uses a built-in function hasOwnProperty from the unsafe user-input to examine an object. It is possible for a crafted payload to overwri...

7.5CVSS1.7AI score0.0144EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:19 p.m.•54 views

Cross-site Scripting in vis-timeline

This affects the package vis-timeline before 7.4.4. An attacker with the ability to control the items of a Timeline element can inject additional script code into the generated application...

6.8CVSS6.5AI score0.01444EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/07 9:47 p.m.•54 views

Exposure of Sensitive Information to an Unauthorized Actor and Insecure Temporary File in Ansible

A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes "ansible-vault edit", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and t...

4.7CVSS6AI score0.00377EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/07 9:13 p.m.•54 views

SSRF attacks via tracebacks in Plone

Plone before 5.2.3 allows SSRF attacks via the tracebacks feature only available to the Manager role...

8.8CVSS8.3AI score0.01435EPSS
SaveExploits0References6Affected Software5
Github Security Blog
Github Security Blog
•added 2021/04/07 8:56 p.m.•54 views

Improper Certificate Validation in phpseclib

phpseclib before 2.0.31 and 3.x before 3.0.7 mishandles RSA PKCS1 v1.5 signature verification...

7.5CVSS3.7AI score0.01055EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/29 9:00 p.m.•54 views

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-0912, CVE-2019-0913, CVE-2019-0914, CVE-2019-0915, CVE-2019-0916...

7.6CVSS2.6AI score0.09215EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/29 8:59 p.m.•54 views

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-0912, CVE-2019-0913, CVE-2019-0914, CVE-2019-0915, CVE-2019-0916...

7.6CVSS2.6AI score0.09215EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/01/04 6:22 p.m.•54 views

XSS in HtmlSanitizer

Impact If you have explicitly allowed the tag, an attacker could craft HTML that includes script after passing through the sanitizer. The default settings disallow the tag so there is no risk if you have not explicitly allowed the tag. Patches The problem has been fixed in version 5.0.372...

6.1CVSS6.1AI score0.00997EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2020/12/16 7:25 p.m.•54 views

Command Injection Vulnerability in systeminformation

Impact command injection vulnerability Patches Problem was fixed with a shell string sanitation fix. Please upgrade to version = 4.31.1 Workarounds If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to si.inetLatency For more information If you have any...

8.8CVSS8.6AI score0.02745EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2020/12/08 2:42 p.m.•54 views

Kirby Panel users could upload PHP Phar archives as content files before v2.5.14 and v3.4.5

Impact An editor with full access to the Kirby Panel can upload a PHP .phar file and execute it on the server. This vulnerability is critical if you might have potential attackers in your group of authenticated Panel users, as they can gain access to the server with such a Phar file. Visitors...

9.1CVSS1.7AI score0.01488EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
•added 2020/10/08 7:55 p.m.•54 views

Cross-Site Scripting in ternary conditional operator

Meta CVSS: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C5.0 CWE-79 --- :informationsource: This vulnerability has been fixed in May 2019 already, CVE and GHSA were assigned later in October 2020 --- Problem It has been discovered that the Fluid Engine package typo3fluid/fluid is...

6.1CVSS2.8AI score0.00966EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
•added 2020/09/25 6:28 p.m.•54 views

Segfault in Tensorflow

Impact The tf.rawops.Switch operation takes as input a tensor and a boolean and outputs two tensors. Depending on the boolean value, one of the tensors is exactly the input tensor whereas the other one should be an empty tensor. However, the eager runtime traverses all tensors in the output:...

5.3CVSS1.2AI score0.00943EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
•added 2020/09/03 5:20 p.m.•54 views

Malicious Package in malicious-do-not-install

All versions of malicious-do-not-install contain malicious code. The package copies the contents of /etc/passwd and /etc/shadow to files in the local /tmp/ folder. Recommendation Remove the package from your environment and rotate affected credentials...

4.8AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/01 9:21 p.m.•54 views

Malicious Package in flatmap-stream

Version 0.1.1 of flatmap-stream is considered malicious. This module runs an encrypted payload targeting a very specific application, copay and because they shared the same description it would have likely worked for copay-dash. The injected code: - Read in AES encrypted data from a file disguise...

1.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2020/08/31 10:49 p.m.•54 views

LDAP Injection in ldapauth

Versions 2.2.4 and earlier of ldapauth-fork are affected by an LDAP injection vulnerability. This allows an attacker to inject and run arbitrary LDAP commands via the username parameter. Recommendation ldapauth is not actively maintained, having not seen a publish since 2014. As a result, there i...

7.5CVSS7.7AI score0.02137EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
•added 2020/07/27 5:47 p.m.•54 views

Authorization Bypass in I hate money

Impact An authenticated member of one project can modify and delete members of another project, without knowledge of this other project's private code. This can be further exploited to access all bills of another project without knowledge of this other project's private code. With the default...

4.9CVSS0.3AI score0.01029EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/27 4:57 p.m.•54 views

Insecure default config of Celery worker in Apache Airflow

An issue was found in Apache Airflow versions 1.10.10 and below. When using CeleryExecutor, if an attack can connect to the broker Redis, RabbitMQ directly, it was possible to insert a malicious payload directly to the broker which could lead to a deserialization attack and thus remote code...

9.8CVSS6.7AI score0.07225EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/27 4:57 p.m.•54 views

Multiple stored XSS in RBAC Admin screens in Apache Airflow

An issue was found in Apache Airflow versions 1.10.10 and below. It was discovered that many of the admin management screens in the new/RBAC UI handled escaping incorrectly, allowing authenticated users with appropriate permissions to create stored XSS attacks...

5.4CVSS4AI score0.01766EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/09 6:28 p.m.•54 views

Stored XSS in TimelineJS3

Impact TimelineJS renders some user data as HTML. An attacker could implement an XSS exploit with maliciously crafted content in a number of data fields. This risk is present whether the source data for the timeline is stored on Google Sheets or in a JSON configuration file. Most TimelineJS users...

7.2CVSS5AI score0.0106EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/07 4:32 p.m.•54 views

XXE attack in Mapfish Print

Impact A user can do to an XML External Entity XXE attack with the provided SDL style. Patches Use version = 3.24 Workarounds No References https://cwe.mitre.org/data/definitions/611.html https://github.com/mapfish/mapfish-print/pull/1397/commits/e1d0527d13db06b2b62ca7d6afb9e97dacd67a0e For more...

9.3CVSS8.8AI score0.01342EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
•added 2020/06/18 2:44 p.m.•54 views

Deserialization of untrusted data in Jackson Databind

FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool aka apache/drill...

8.1CVSS3.2AI score0.08607EPSS
SaveExploits0References16Affected Software1
Github Security Blog
Github Security Blog
•added 2019/11/14 3:25 p.m.•54 views

JSON-jwt Gem lacked element count during splitting of JWE string

The json-jwt gem before 1.11.0 for Ruby lacks an element count during the splitting of a JWE string...

7.5CVSS7.3AI score0.01257EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2019/07/05 9:08 p.m.•54 views

Inadequate Encryption Strength in DotNetNuke

DNN aka DotNetNuke 9.2 through 9.2.1 uses a weak encryption algorithm to protect input parameters...

7.5CVSS4.3AI score0.74048EPSS
SaveExploits5References6Affected Software1
Github Security Blog
Github Security Blog
•added 2019/03/25 4:17 p.m.•54 views

Improper Input Validation python-gnupg

python-gnupg 0.4.3 allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended. To perform the attack, the passphrase to gnupg must be controlled by the adversary and the ciphertext should be trusted. Related to a "CWE-20: Improper Input Validation" issue affecting...

7.5CVSS4.5AI score0.08548EPSS
SaveExploits2References15Affected Software1
Github Security Blog
Github Security Blog
•added 2019/03/14 3:40 p.m.•54 views

org.apache.hive:hive, org.apache.hive:hive-exec, and org.apache.hive:hive-service vulnerable to Improper Certificate Validation

Apache Hive JDBC + HiveServer2 implements SSL for plain TCP and HTTP connections it supports both transport modes. While validating the server's certificate during the connection setup, the client in Apache Hive before 1.2.2 and 2.0.x before 2.0.1 doesn't seem to be verifying the common name...

7.5CVSS0.7AI score0.01006EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
•added 2018/12/14 6:51 p.m.•54 views

Buffer Overflow in pycrypto

Heap-based buffer overflow in the ALGnew function in blocktemplace.c in Python Cryptography Toolkit aka pycrypto allows remote attackers to execute arbitrary code as demonstrated by a crafted iv parameter to cryptmsg.py...

9.8CVSS7.8AI score0.09578EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/17 8:28 p.m.•54 views

Moderate severity vulnerability that affects org.springframework:spring-core

The Java SockJS client in Pivotal Spring Framework 4.1.x before 4.1.5 generates predictable session ids, which allows remote attackers to send messages to other sessions via unspecified vectors...

5CVSS6.4AI score0.019EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/16 7:58 p.m.•54 views

ASP.NET Core fails to properly validate web requests

A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and...

7.5CVSS5.1AI score0.16911EPSS
SaveExploits1References5Affected Software19
Github Security Blog
Github Security Blog
•added 2018/10/16 7:54 p.m.•54 views

Denial of service vulnerability exists when .NET and .NET Core improperly process XML documents

A denial of service vulnerability exists when .NET and .NET Core improperly process XML documents, aka ".NET and .NET Core Denial of Service Vulnerability." This affects Microsoft .NET Framework 2.0, Microsoft .NET Framework 3.0, Microsoft .NET Framework 4.7.1, Microsoft .NET Framework...

7.5CVSS2.5AI score0.08444EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/16 7:35 p.m.•54 views

Apache Struts 2.0.1 uses an unintentional expression in a Freemarker tag instead of string literal

In Apache Struts 2.0.1 through 2.3.33 and 2.5 through 2.5.10.1, using an unintentional expression in a Freemarker tag instead of string literals can lead to a RCE attack...

9.8CVSS9.4AI score0.87123EPSS
SaveExploits7References9Affected Software1
Total number of security vulnerabilities5000