Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
•added 2021/08/25 2:41 p.m.•53 views

Arbitrary code execution due to YAML deserialization

Impact TensorFlow and Keras can be tricked to perform arbitrary code execution when deserializing a Keras model from YAML format. python from tensorflow.keras import models payload = ''' !!python/object/new:type args: 'z', !!python/tuple , 'extend': !!python/name:exec listitems:...

9.3CVSS8.8AI score0.00447EPSS
SaveExploits1References10Affected Software3
Github Security Blog
Github Security Blog
•added 2021/08/25 2:39 p.m.•53 views

FPE in LSH in TFLite

Impact An attacker can craft a TFLite model that would trigger a division by zero error in LSH implementation. cc int RunningSignBitconst TfLiteTensor input, const TfLiteTensor weight, float seed int inputitembytes = input-bytes / SizeOfDimensioninput, 0; // ... There is no check that the first...

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/08/23 7:42 p.m.•53 views

Authenticated server-side request forgery in file upload via URL.

Impact Authenticated server-side request forgery in file upload via URL. Patches We recommend updating to the current version 6.4.3.1. You can get the update to 6.4.3.1 regularly via the Auto-Updater or directly via the download overview. https://www.shopware.com/en/download/shopware-6 Workaround...

8.8CVSS8.5AI score0.01058EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
•added 2021/08/10 4:09 p.m.•53 views

Cross-site Scripting in video.js

This affects the package video.js before 7.14.3. The src attribute of track tag allows to bypass HTML escaping and execute arbitrary code...

6.5CVSS2.6AI score0.02549EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
•added 2021/07/26 9:17 p.m.•53 views

Archive package allows chmod of file outside of unpack target directory

Impact A bug was found in containerd where pulling and extracting a specially-crafted container image can result in Unix file permission changes for existing files in the host’s filesystem. Changes to file permissions can deny access to the expected owner of the file, widen access to others, or s...

6.8CVSS6.5AI score0.01595EPSS
SaveExploits2References10Affected Software1
Github Security Blog
Github Security Blog
•added 2021/06/21 5:03 p.m.•53 views

Authentication granted to all firewalls instead of just one

Description ----------- When an application defines multiple firewalls, the authenticated token delivered by one of the firewalls is available to all other firewalls. This can be abused when the application defines different providers for different parts of an application. In such a situation, a...

8.8CVSS1.6AI score0.01388EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
•added 2021/06/15 4:10 p.m.•53 views

Insufficiently random values in Ansible

A flaw was found in the use of insufficiently random values in Ansible. Two random password lookups of the same length generate the equal value as the template caching action for the same file since no re-evaluation happens. The highest threat from this vulnerability would be that all passwords a...

5.5CVSS2.4AI score0.00439EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
•added 2021/06/01 9:18 p.m.•53 views

Improper Verification of Cryptographic Signature in aws-encryption-sdk-cli

Impact This advisory addresses several LOW severity issues with streaming signed messages and restricting processing of certain types of invalid messages. This ESDK supports a streaming mode where callers may stream the plaintext of signed messages before the ECDSA signature is validated. In...

0.5AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2021/06/01 9:17 p.m.•53 views

Improper Verification of Cryptographic Signature in aws-encryption-sdk-java

Impact This advisory addresses several LOW severity issues with streaming signed messages and restricting processing of certain types of invalid messages. This update addresses an issue where certain invalid ECDSA signatures incorrectly passed validation. These signatures provide defense in depth...

5.3CVSS5.7AI score0.0021EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/21 2:31 p.m.•53 views

Legacy Node API Allows Impersonation in github.com/spiffe/spire/pkg/server/endpoints/node

Summary In SPIRE 0.8.1 through 0.8.4 and before versions 0.9.4, 0.10.2, 0.11.3 and 0.12.1, specially crafted requests to the FetchX509SVID RPC of SPIRE Server’s Legacy Node API github.com/spiffe/spire/pkg/server/endpoints/node can result in the possible issuance of an X.509 certificate with a URI...

8.1CVSS7.8AI score0.00558EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/21 2:28 p.m.•53 views

Stack overflow in `ParseAttrValue` with nested tensors

Impact The implementation of ParseAttrValue can be tricked into stack overflow due to recursion by giving in a specially crafted input. Patches We have patched the issue in GitHub commit e07e1c3d26492c06f078c7e5bf2d138043e199c1. The fix will be included in TensorFlow 2.5.0. We will also cherrypic...

5.5CVSS4.2AI score0.00204EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:28 p.m.•53 views

Invalid validation in `QuantizeAndDequantizeV2`

Impact The validation in tf.rawops.QuantizeAndDequantizeV2 allows invalid values for axis argument: python import tensorflow as tf inputtensor = tf.constant0.0, shape=1, dtype=float inputmin = tf.constant-10.0 inputmax = tf.constant-10.0 tf.rawops.QuantizeAndDequantizeV2 input=inputtensor,...

7.8CVSS2.6AI score0.00201EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:25 p.m.•53 views

Memory corruption in `DrawBoundingBoxesV2`

Impact The implementation of tf.rawops.MaxPoolGradWithArgmax can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs: python import tensorflow as tf images = tf.fill10, 96, 0, 1, 0. boxes = tf.fill10, 53, 0, 0. colors = tf.fill0, 1, 0...

7.8CVSS1.1AI score0.0024EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/18 9:07 p.m.•53 views

github.com/tidwall/gjson is vulnerable to Denial of service

GJSON 1.6.5 allows attackers to cause a denial of service remote via crafted JSON...

7.5CVSS7.2AI score0.0182EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/18 3:30 p.m.•53 views

Kubernetes kubectl cp Vulnerable to Symlink Attack

The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be...

5.7CVSS6.4AI score0.0262EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/10 6:38 p.m.•53 views

Duplicate Advisory: "Arbitrary code execution in socket.io-file"

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6495-8jvh-f28x. This link is maintained to preserve external references. Original Description "The socket.io-file package through 2.0.31 for Node.js relies on client-side validation of file types, which allows...

7.8CVSS7.9AI score0.02096EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/10 6:37 p.m.•53 views

Prototype pollution in json-pointer

This affects the package json-pointer before 0.6.1. Multiple reference of object using slash is supported...

7.2CVSS7.1AI score0.01783EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
•added 2021/05/10 3:29 p.m.•53 views

Regular Expression Denial of Service in postcss

The npm package postcss from 7.0.0 and before versions 7.0.36 and 8.2.10 is vulnerable to Regular Expression Denial of Service ReDoS during source map parsing...

5.3CVSS4.4AI score0.0354EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/07 3:52 p.m.•53 views

SQL Injection in odata4j

odata4j 0.7.0 allows ExecuteJPQLQueryCommand.java SQL injection. NOTE: this product is apparently discontinued...

9.8CVSS3AI score0.01411EPSS
SaveExploits0References3Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/06 5:29 p.m.•53 views

Prototype Pollution in templ8

All versions of package templ8 up to and including 0.0.44 are vulnerable to Prototype Pollution via the parse function...

9.8CVSS9AI score0.01933EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/06 3:52 p.m.•53 views

Cross-site Scripting in React Draft Wysiwyg

react-draft-wysiwyg aka React Draft Wysiwyg before 1.14.6 allows a javascript: URi in a Link Target of the link decorator in decorators/Link/index.js when a draft is shared across users, leading to XSS...

5.4CVSS5.5AI score0.00792EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/06 3:45 p.m.•53 views

Options structure open to Cross-site Scripting if passed unfiltered

Impact In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. Especially when using the useHTML flag, HTML string options would be...

7.6CVSS5.5AI score0.00867EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:51 p.m.•53 views

Authenticated path traversal in Umbraco CMS

An authenticated path traversal vulnerability exists during package installation in Umbraco CMS = 8.9.1 or current, which could result in arbitrary files being written outside of the site home and expected paths when installing an Umbraco package...

6.5CVSS6.3AI score0.09369EPSS
SaveExploits4References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:30 p.m.•53 views

Improper Control of Dynamically-Managed Code Resources in config-shield

scripts/cli.js in the GoDaddy node-config-shield aka Config Shield package before 0.2.2 for Node.js calls eval when processing a set command. NOTE: the vendor reportedly states that this is not a vulnerability. The set command was not intended for use with untrusted data...

5.3CVSS5.5AI score0.01207EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:23 p.m.•53 views

Uncontrolled Resource Consumption in rdf-graph-array

rdf-graph-array through 0.3.0-rc6 manipulation of JavaScript objects resutling in Prototype Pollution. The rdf.Graph.prototype.add method could be tricked into adding or modifying properties of Object.prototype...

5.3CVSS2.3AI score0.01071EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:23 p.m.•53 views

OS Command Injection in compile-sass

compile-sass prior to 1.0.5 allows execution of arbritary commands. The function "setupCleanupOnExitcssPath" within "dist/index.js" is executed as part of the "rm" command without any sanitization...

8.5CVSS3.4AI score0.02266EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:19 p.m.•53 views

Command injection in eslint-fixer

The eslint-fixer package through 0.1.5 for Node.js allows command injection via shell metacharacters to the fix function. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. The ozum/eslint-fixer GitHub repository has been intentionally deleted...

10CVSS5.2AI score0.03039EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/29 8:59 p.m.•53 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:57 p.m.•53 views

Out-of-bounds write in Microsoft.ChakraCore

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-1131, CVE-2019-1139, CVE-2019-1140, CVE-2019-1141, CVE-2019-1196...

7.6CVSS7.4AI score0.01883EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/02/26 7:53 p.m.•53 views

PHP Code Injection by malicious function name in smarty

Template authors could inject php code by choosing a malicous function name. Sites that cannot fully trust template authors should update as soon as possible. Please upgrade to 3.1.39 or higher...

9.8CVSS2.1AI score0.82316EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
•added 2021/02/08 5:43 p.m.•53 views

Key Caching behavior in the DynamoDB Encryption Client.

Impact This advisory concerns users of MostRecentProvider in the DynamoDB Encryption Client with a key provider like AWS Key Management Service that allows for permissions on keys to be modified. When key usage permissions were changed at the key provider, time-based key reauthorization logic in...

2.3AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/01/11 7:06 p.m.•53 views

Injection/XSS in Redcarpet

Redcarpet is a Ruby library for Markdown processing. In Redcarpet before version 3.5.1, there is an injection vulnerability which can enable a cross-site scripting attack. In affected versions no HTML escaping was being performed when processing quotes. This applies even when the :escapehtml opti...

6.8CVSS5.8AI score0.0157EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
•added 2020/11/13 6:26 p.m.•53 views

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

3.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2020/10/20 7:15 p.m.•53 views

Withdrawn: HTTP Request Smuggling in Agoo

Withdrawn reason Withdrawn on 1/13/2021 due to this comment from the maintainer. This is no longer considered a vulnerability. Original description agoo through 2.12.3 allows request smuggling attacks where agoo is used as a backend and a frontend proxy also being vulnerable. It is possible to...

7.5CVSS0.2AI score0.0117EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/25 6:28 p.m.•53 views

Data leak in Tensorflow

Impact The datasplits argument of tf.rawops.StringNGrams lacks validation. This allows a user to pass values that can cause heap overflow errors and even leak contents of memory python tf.rawops.StringNGramsdata="aa", "bb", "cc", "dd", "ee", "ff", datasplits=0,8, separator=" ", ngramwidths=3,...

9.8CVSS2.5AI score0.01029EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
•added 2020/09/11 9:16 p.m.•53 views

Malicious Package in test-module-a

All versions of test-module-a contain malicious code as a preinstall script. The package fetches all names of npm packages owned by the user and attempts to add another maintainer to every package as a means of package hijacking, Recommendation Remove the package from your system. If you own any...

1AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/11 9:08 p.m.•53 views

Command Injection in soletta-dev-app

All versions of soletta-dev-app are vulnerable to Command Injection. The package does not validate user input on the /api/service/status API endpoint, passing contents of the service query parameter to an exec call. This may allow attackers to run arbitrary commands in the system. Recommendation ...

6.8AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/04 3:11 p.m.•53 views

Regular Expression Denial of Service in markdown

All versions of markdown are vulnerable to Regular Expression Denial of Service ReDoS. The markdown.toHTML function has significantly degraded performance when parsing long strings containing underscores. This may lead to Denial of Service if the parser accepts user input. Recommendation No fix i...

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

Command Injection in ascii-art

Versions of ascii-art before 1.4.4 are vulnerable to command injection. This is exploitable when user input is passed into the argument of the ascii-art preview command. Example Proof of concept: ascii-art preview 'doom"; touch /tmp/malicious; echo "' Given that the input is passed on the command...

4.3AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/08/31 10:54 p.m.•53 views

Validation Bypass in paypal-ipn

Versions 2.x.x and earlier of paypal-ipn are affected by a validation bypass vulnerability. paypal-ipn uses the testipn parameter which is set by the PayPal IPN simulator to determine if it should use the production PayPal site or the sandbox. A motivated attacker could craft a request string usi...

5.9CVSS5.7AI score0.01169EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/27 9:52 p.m.•53 views

Out-of-bounds reads in Pillow

Pillow before 7.1.0 has multiple out-of-bounds reads in libImaging/FliDecode.c...

5.5CVSS6AI score0.01468EPSS
SaveExploits0References26Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/07 4:32 p.m.•53 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/22 3:24 p.m.•53 views

Command Injection in Limdu

Impact The trainBatch function has a command injection vulnerability. Clients of the Limdu library are unlikely to be aware of this, so they might unwittingly write code that contains a vulnerability. Patches Patched in version 0.9.5. Workarounds Do not use trainBatch with classifiers that rely o...

9CVSS7.3AI score0.01628EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/06/18 2:44 p.m.•53 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 2020/06/10 8:28 p.m.•53 views

Command Injection in umount

All versions of umount are vulnerable to Command Injection. The package fails to sanitize input rules and passes it directly to an exec call on the umount function . This may allow attackers to execute arbitrary code in the system if the device value passed to the function is user-controlled...

9.8CVSS6.2AI score0.01788EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2019/07/19 4:12 p.m.•53 views

Pallets Project Flask is vulnerable to Denial of Service via Unexpected memory usage

The Pallets Project Flask before 1.0 is affected by unexpected memory usage. The impact is denial of service. The attack vector is crafted encoded JSON data. The fixed version is 1. NOTE this may overlap CVE-2018-1000656...

7.5CVSS7.5AI score0.01884EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2019/07/17 7:14 p.m.•53 views

System.Management.Automation subject to bypass via script debugging

Microsoft Security Advisory CVE-2019-1167: Windows Defender Application Control Security Feature Bypass Vulnerability Microsoft Security Advisory CVE-2019-1167: Windows Defender Application Control Security Feature Bypass Vulnerability Executive Summary A security feature bypass vulnerability...

4.1CVSS0.2AI score0.011EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2019/02/12 5:26 p.m.•53 views

Exposure of Sensitive Information to an Unauthorized Actor in Hadoop

In Apache Hadoop 3.0.0-alpha1 to 3.0.0, 2.9.0, 2.8.0 to 2.8.3, and 2.5.0 to 2.7.5, HDFS exposes extended attribute key/value pairs during listXAttrs, verifying only path-level search access to the directory rather than path-level read permission to the referent...

7.5CVSS2.4AI score0.03326EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2018/12/21 5:48 p.m.•53 views

Improper Authentication in Keycloak

The SAML broker consumer endpoint in Keycloak before version 4.6.0.Final ignores expiration conditions on SAML assertions. An attacker can exploit this vulnerability to perform a replay attack...

8.1CVSS3.9AI score0.00814EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/19 4:42 p.m.•53 views

Improper Certificate Validation in Apache activemq-client

TLS hostname verification when using the Apache ActiveMQ Client before 5.15.6 was missing which could make the client vulnerable to a MITM attack between a Java application using the ActiveMQ client and the ActiveMQ server. This is now enabled by default...

7.4CVSS2.6AI score0.06959EPSS
SaveExploits0References13Affected Software1
Total number of security vulnerabilities5000