Lucene search
+L
GithubMost viewed

34132 matches found

Github Security Blog
Github Security Blog
•added 2021/06/08 8:10 p.m.•49 views

Cross-site Scripting (XSS) in baserCMS

Improper neutralization of JavaScript input in the page editing function of baserCMS versions prior to 4.4.5 allows remote authenticated attackers to inject an arbitrary script via unspecified vectors...

5.4CVSS5.6AI score0.00731EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/24 4:58 p.m.•49 views

Denial of service in direct_mail

The directmail extension through 5.2.3 for TYPO3 allows Denial of Service via log entries...

5.3CVSS3.6AI score0.01279EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/21 2:28 p.m.•49 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.•49 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:27 p.m.•49 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.•49 views

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

Impact The optimized implementation of the TransposeConv TFLite operator is vulnerable to a division by zero error: cc int heightcol = height + padt + padb - filterh / strideh + 1; int widthcol = width + padl + padr - filterw / stridew + 1; An attacker can craft a model such that strideh,w values...

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

Heap buffer overflow in `MaxPoolGrad`

Impact The implementation of tf.rawops.MaxPoolGrad is vulnerable to a heap buffer overflow: python import tensorflow as tf originput = tf.constant0.0, shape=1, 1, 1, 1, dtype=tf.float32 origoutput = tf.constant0.0, shape=1, 1, 1, 1, dtype=tf.float32 grad = tf.constant, shape=0, 0, 0, 0,...

7.8CVSS1.3AI score0.00214EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:25 p.m.•49 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/21 2:23 p.m.•49 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/18 6:36 p.m.•49 views

XWiki users registered with email verification can self re-activate their disabled accounts

Impact A user disabled on a wiki using email verification for registration can re-activate himself by using the activation link provided for his registration. Patches The problem has been patched in the following versions of XWiki: 11.10.13, 12.6.7, 12.10.2, 13.0. Workarounds It's possible to...

8.8CVSS0.6AI score0.01132EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/10 6:47 p.m.•49 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/06 6:12 p.m.•49 views

Prototype Pollution in node-oojs

All versions of package node-oojs up to and including version 1.4.0 are vulnerable to Prototype Pollution via the setPath function...

9.8CVSS9AI score0.01916EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/06 6:12 p.m.•49 views

Prototype Pollution in locutus

All versions of package locutus prior to version 2.0.12 are vulnerable to Prototype Pollution via the php.strings.parsestr function...

9.8CVSS9AI score0.02753EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/06 3:55 p.m.•49 views

Command Injection in ffmpegdotjs

This affects all versions of package ffmpegdotjs. If attacker-controlled user input is given to the trimvideo 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.7AI score0.01943EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:25 p.m.•49 views

Cross-site scripting in SocksJS-node

htmlfile in lib/transport/htmlfile.js in SockJS before 0.3.0 is vulnerable to Reflected XSS via the /htmlfile c aka callback parameter...

6.1CVSS5.8AI score0.01886EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:24 p.m.•49 views

Code Injection in script-manager

An unintended require vulnerability in script-manager npm package version 0.8.6 and earlier may allow attackers to execute arbitrary code...

9.8CVSS9.4AI score0.02943EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/13 3:23 p.m.•49 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.•49 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.•49 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/13 3:17 p.m.•49 views

OS Command Injection in lsof

All versions including 0.0.4 of lsof npm module are vulnerable to Command Injection. Every exported method used by the package uses the exec function to parse user input...

9.8CVSS4AI score0.02642EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/03 2:23 a.m.•49 views

User content sandbox can be confused into opening arbitrary documents

Impact The user content sandbox can be abused to trick users into opening unexpected documents after several user interactions. The content can be opened with a blob origin from the Matrix client, so it is possible for a malicious document to access user messages and secrets. Patches This has bee...

4.3CVSS1.9AI score0.00922EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2020/11/12 7:36 p.m.•49 views

Prototype Pollution in json-logic-js

Versions of json-logic-js prior to 2.0.0 are vulnerable to Prototype Pollution. The method operation allows a malicious user to modify the prototype of Object through the method property name. This causes modification of any existing property that will exist on all objects and leads to Remote Cod...

3.8AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/10/27 8:30 p.m.•49 views

systeminformation command injection vulnerability

Impact command injection vulnerability Patches Problem was fixed with a shell string sanitation fix. Please upgrade to version = 4.27.11 Workarounds If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to si.inetChecksite References Are there any links use...

8.8CVSS8.6AI score0.05777EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/25 6:28 p.m.•49 views

Memory corruption in Tensorflow

Impact The implementation of dlpack.todlpack can be made to use uninitialized memory resulting in further memory corruption. This is because the pybind11 glue code assumes that the argument is a tensor:...

7.1CVSS2.4AI score0.0083EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
•added 2020/09/11 9:16 p.m.•49 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/09 5:29 p.m.•49 views

Invalid root may become trusted root in The Update Framework (TUF)

Impact The Python TUF reference implementation tuf0.12 will incorrectly trust a previously downloaded root metadata file which failed verification at download time. This allows an attacker who is able to serve multiple new versions of root metadata i.e. by a man-in-the-middle attack culminating i...

8.7CVSS3.1AI score0.0067EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2020/08/31 10:54 p.m.•49 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/08/05 2:53 p.m.•49 views

Prototype Pollution in express-fileupload

This affects the package express-fileupload before 1.1.8. If the parseNested option is enabled, sending a corrupt HTTP request can lead to denial of service or arbitrary code execution...

9.8CVSS3.9AI score0.04762EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/27 9:52 p.m.•49 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/27 9:52 p.m.•49 views

Out-of-bounds reads in Pillow

In libImaging/Jpeg2KDecode.c in Pillow before 7.1.0, there are multiple out-of-bounds reads via a crafted JP2 file...

5.5CVSS5.8AI score0.0142EPSS
SaveExploits0References15Affected Software1
Github Security Blog
Github Security Blog
•added 2020/06/30 9:1 p.m.•49 views

Denial of service in Netty

The SslHandler in Netty before 3.9.2 allows remote attackers to cause a denial of service infinite loop and CPU consumption via a crafted SSLv2Hello message...

5CVSS8.4AI score0.04222EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
•added 2020/02/27 8:36 p.m.•49 views

Sanitizer bypass in svg-sanitizer

It is possible to bypass enshrined/svg-sanitize before 0.13.1 using the "xlink:href" attribute due to mishandling of the xlink namespace by the sanitizer...

6.1CVSS1.4AI score0.00741EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2019/07/17 7:14 p.m.•49 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/06/26 1:9 a.m.•49 views

Improper Locking in Apache Tomcat

The fix for CVE-2019-0199 was incomplete and did not address HTTP/2 connection window exhaustion on write in Apache Tomcat versions 9.0.0.M1 to 9.0.19 and 8.5.0 to 8.5.40 . By not sending WINDOWUPDATE messages for the connection window stream 0 clients were able to cause server-side threads to...

7.5CVSS3.7AI score0.72988EPSS
SaveExploits0References33Affected Software1
Github Security Blog
Github Security Blog
•added 2019/03/25 4:17 p.m.•49 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 2018/12/21 5:48 p.m.•49 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/12/14 6:51 p.m.•49 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.09501EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/17 4:32 p.m.•49 views

In Apache Tomcat there is an improper handing of overflow in the UTF-8 decoder

An improper handing of overflow in the UTF-8 decoder with supplementary characters can lead to an infinite loop in the decoder causing a Denial of Service. Versions Affected: Apache Tomcat 9.0.0.M9 to 9.0.7, 8.5.0 to 8.5.30, 8.0.0.RC1 to 8.0.51, and 7.0.28 to 7.0.86...

7.5CVSS4.9AI score0.20599EPSS
SaveExploits0References61Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/17 4:31 p.m.•49 views

Apache Tomcat unauthorized access vulnerability

The URL pattern of "" the empty string which exactly maps to the context root was not correctly handled in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 when used as part of a security constraint definition. This caused the constraint to be ignored. It...

5.9CVSS7AI score0.17378EPSS
SaveExploits0References63Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/16 7:58 p.m.•49 views

OPC UA applications can allow a remote attacker to determine a Server's private key

An issue was discovered in OPC UA .NET Standard Stack and Sample Code before GitHub commit 2018-04-12, and OPC UA .NET Legacy Stack and Sample Code before GitHub commit 2018-03-13. A vulnerability in OPC UA applications can allow a remote attacker to determine a Server's private key by sending...

5.3CVSS3.9AI score0.01581EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2018/10/16 7:58 p.m.•49 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:35 p.m.•49 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
Github Security Blog
Github Security Blog
•added 2018/10/16 7:33 p.m.•49 views

The installation wizard in DotNetNuke (DNN) allows privilege escalation

The installation wizard in DotNetNuke DNN before 7.4.1 allows remote attackers to reinstall the application and gain SuperUser access via a direct request to Install/InstallWizard.aspx...

9.8CVSS8.9AI score0.74552EPSS
SaveExploits4References7Affected Software1
Github Security Blog
Github Security Blog
•added 2018/08/29 11:43 p.m.•49 views

nodemailer.js is malware

The nodemailer.js package is a piece of malware that steals environment variables and sends them to attacker controlled locations. All versions have been unpublished from the npm registry. Recommendation As this package is malware, if you find it installed in your environment, the real security...

7.5CVSS7.3AI score0.01177EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2018/07/24 8:15 p.m.•49 views

Pillow Integer overflow in ImagingResampleHorizontal

Integer overflow in the ImagingResampleHorizontal function in libImaging/Resample.c in Pillow before 3.1.1 allows remote attackers to have unspecified impact via negative values of the new size, which triggers a heap-based buffer overflow...

10CVSS9.4AI score0.07871EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
•added 2017/11/30 11:15 p.m.•49 views

ejs is vulnerable to remote code execution due to weak input validation

nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile function...

10CVSS9.5AI score0.06328EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2017/11/30 11:14 p.m.•49 views

Cross-Site Request Forgery (CSRF) in keystone

Versions of keystone prior to 4.0.0 are vulnerable to Cross-Site Request Forgery CSRF. The package fails to validate the presence of the X-CSRF-Token header, which may allow attackers to carry actions on behalf of other users on all endpoints. Recommendation Update to version 4.0.0 or later...

8.8CVSS5.1AI score0.02213EPSS
SaveExploits3References9Affected Software1
Github Security Blog
Github Security Blog
•added 2017/10/24 6:33 p.m.•49 views

activerecord vulnerable to SQL Injection

Multiple SQL injection vulnerabilities in the quotetablename method in the ActiveRecord adapters in activerecord/lib/activerecord/connectionadapters/ in Ruby on Rails before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allow remote attackers to execute arbitrary SQL commands via a...

7.5CVSS8.1AI score0.02319EPSS
SaveExploits0References15Affected Software1
Github Security Blog
Github Security Blog
•added 2017/10/24 6:33 p.m.•49 views

activesupport Cross-site Scripting vulnerability

Cross-site scripting XSS vulnerability in activesupport/lib/activesupport/coreext/string/outputsafety.rb in Ruby on Rails before 2.3.16, 3.0.x before , 3.1.x before 3.1.8, and 3.2.x before 3.2.8 might allow remote attackers to inject arbitrary web script or HTML via vectors involving a ' quote...

4.3CVSS5.1AI score0.02568EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
•added 2017/10/24 6:33 p.m.•49 views

Directory traversal vulnerability in actionpack

Directory traversal vulnerability in actionpack/lib/actiondispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when servestaticassets is enabled, allows remote attackers to determine the existence o...

5CVSS6.2AI score0.04162EPSS
SaveExploits1References8Affected Software1
Total number of security vulnerabilities5000