Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
•added 2021/06/29 9:25 p.m.•56 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/21 5:13 p.m.•56 views

Prototype Pollution in nedb

This affects all versions of package nedb. The library could be tricked into adding or modifying properties of Object.prototype using a proto or constructor.prototype payload...

7.3CVSS5.4AI score0.0087EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/06/08 8:10 p.m.•56 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/06/08 6:49 p.m.•56 views

Uncontrolled Resource Consumption in Pillow

An issue was discovered in Pillow before 8.2.0. For EPS data, the readline implementation used in EPSImageFile has to deal with any combination of \r and \n as line endings. It used an accidentally quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could...

7.5CVSS1.9AI score0.02338EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/21 2:28 p.m.•56 views

Integer overflow in TFLite concatentation

Impact The TFLite implementation of concatenation is vulnerable to an integer overflow issue: cc for int d = 0; d dims-size; ++d if d == axis sumaxis += t-dims-dataaxis; else TFLITEENSUREEQcontext, t-dims-datad, t0-dims-datad; An attacker can craft a model such that the dimensions of one of the...

7.1CVSS2.1AI score0.00192EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:28 p.m.•56 views

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

Impact The implementation of the OneHot TFLite operator is vulnerable to a division by zero error: cc int prefixdimsize = 1; for int i = 0; i dims-datai; const int suffixdimsize = NumElementsopcontext.indices / prefixdimsize; An attacker can craft a model such that at least one of the dimensions ...

7.8CVSS2.4AI score0.00201EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
•added 2021/05/21 2:26 p.m.•56 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/20 4:50 p.m.•56 views

Local directory executable lookup in sops (Windows-only)

Impact Windows users using the sops direct editor option sops file.yaml can have a local executable named either vi, vim, or nano executed if running sops from cmd.exe This attack is only viable if an attacker is able to place a malicious binary within the directory you are running sops from. As...

0.4AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/18 6:36 p.m.•56 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/18 6:30 p.m.•56 views

Predictable SIF UUID Identifiers in github.com/sylabs/sif

Impact The siftool new command and func siftool.New produce predictable UUID identifiers due to insecure randomness in the version of the github.com/satori/go.uuid module used as a dependency. Patches A patch is available in version = v1.2.3 of the module. Users are encouraged to upgrade. The pat...

7.5CVSS0.8AI score0.00958EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/18 6:27 p.m.•56 views

SQL Injection in Cloud Native Computing Foundation Harbor

Cloud Native Computing Foundation Harbor prior to 1.8.6 and 1.9.3 allows SQL Injection via user-groups in the VMware Harbor Container Registry for the Pivotal Platform...

7.2CVSS4.3AI score0.02104EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/18 6:20 p.m.•56 views

Allocation of Resources Without Limits or Throttling in HashiCorp Nomad

HashiCorp Nomad and Nomad Enterprise before 0.10.3 allow unbounded resource usage. Specific Go Packages Affected github.com/hashicorp/nomad/command/agent...

7.5CVSS7.3AI score0.01466EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/10 3:22 p.m.•56 views

Privilege escalation in spring security

Spring Security 5.4.x prior to 5.4.4, 5.3.x prior to 5.3.8.RELEASE, 5.2.x prior to 5.2.9.RELEASE, and older unsupported versions can fail to save the SecurityContext if it is changed more than once in a single request.A malicious user cannot cause the bug to happen it must be programmed in...

9CVSS3AI score0.03197EPSS
SaveExploits0References19Affected Software2
Github Security Blog
Github Security Blog
•added 2021/05/07 3:54 p.m.•56 views

Server-Side Request Forgery in Spinnaker Orca

The Spinnaker template resolution functionality is vulnerable to Server-Side Request Forgery SSRF, which allows an attacker to send requests on behalf of Spinnaker potentially leading to sensitive data disclosure...

7.5CVSS7.2AI score0.01349EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/07 3:53 p.m.•56 views

Improper Authentication in Apache Shiro

Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. Apache Shiro before 1.5.3, when using Apache Shiro with Spring dynamic controllers, a specially crafted request may cause an authentication bypass...

9.8CVSS5.3AI score0.24436EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/07 3:50 p.m.•56 views

Improper Handling of Highly Compressed Data (Data Amplification) and Memory Allocation with Excessive Size Value in eventlet

Impact A websocket peer may exhaust memory on Eventlet side by sending very large websocket frames. Malicious peer may exhaust memory on Eventlet side by sending highly compressed data frame. Patches Version 0.31.0 restricts websocket frame to reasonable limits. Workarounds Restricting memory usa...

5.3CVSS1.5AI score0.01807EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2021/05/06 6:12 p.m.•56 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.•56 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:27 p.m.•56 views

Insecure temporary directory usage in frontend build functionality of Vaadin 14 and 15-19

Insecure temporary directory usage in frontend build functionality of com.vaadin:flow-server versions 2.0.9 through 2.5.2 Vaadin 14.0.3 through Vaadin 14.5.2, 3.0 prior to 6.0 Vaadin 15 prior to 19, and 6.0.0 through 6.0.5 Vaadin 19.0.0 through 19.0.4 allows local users to inject malicious code...

7.8CVSS1.7AI score0.00231EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/30 5:30 p.m.•56 views

Cross-site scripting (XSS) from unsanitized uploaded SVG files in Kirby

Impact An editor with write access to the Kirby Panel can upload an SVG or XML file that contains harmful content like tags. The direct link to that file can be sent to other users or visitors of the site. If the victim opens that link in a browser where they are logged in to Kirby, the script wi...

7.6CVSS5.7AI score0.03174EPSS
SaveExploits4References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/04/06 5:28 p.m.•56 views

Regular expression Denial of Service in multiple packages

Impact A regular expression denial of service ReDoS vulnerability has been discovered in multiple CKEditor 5 packages. The vulnerability allowed to abuse particular regular expressions, which could cause a significant performance drop resulting in a browser tab freeze. It affects all users using...

6.5CVSS3.5AI score0.01667EPSS
SaveExploits0References12Affected Software8
Github Security Blog
Github Security Blog
•added 2021/03/29 8:57 p.m.•56 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 6:25 p.m.•56 views

Insecure temporary file in Netflix OSS Hollow

ID: NFLX-2021-001 Title: Local information disclosure in Hollow Release Date: 2021-03-23 Credit: Security Researcher @JLLeitschuh Overview Security researcher @JLLeitschuh reported that Netflix Hollow a Netflix OSS project available here: https://github.com/Netflix/hollow writes to a local...

4.4CVSS4.2AI score0.00243EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/12 11:09 p.m.•56 views

Authenticated remote code execution

Impact Authenticated remote code execution using plugin manager without ACL permissions. Patches We recommend to update to the current version 6.3.5.2. You can get the update to 6.3.5.2 regularly via the Auto-Updater or directly via the download overview...

3.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/08 3:49 p.m.•56 views

botframework-connector vulnerable to 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 attacker to have internal knowledge of the bot. Patches The problem has been patched in all affected versions. Please see the...

5.5CVSS5.5AI score0.01057EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2021/03/01 7:44 p.m.•56 views

Docsify XSS Vulnerability

This affects the package docsify before 4.12.0. It is possible to bypass the remediation done by CVE-2020-7680 and execute malicious JavaScript through the following methods 1 When parsing HTML from remote URLs, the HTML code on the main page is sanitized, but this sanitization is not taking plac...

8.6CVSS6.4AI score0.01657EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
•added 2021/01/29 6:14 p.m.•56 views

OS Command Injection in async-git

The async-git package before 1.13.2 for Node.js allows OS Command Injection via shell metacharacters, as demonstrated by git.reset and git.tag. This issue may lead to remote code execution if a client of the library calls the vulnerable method with untrusted input. Ensure to sanitize untrusted us...

9.8CVSS6.1AI score0.05323EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
•added 2021/01/11 8:38 p.m.•56 views

CSRF can expose users authentication token

Issue The /login and /change endpoints can return the authenticated user's authentication token in response to a GET request. Since GET requests aren't protected with a CSRF token, this could lead to a malicious 3rd party site acquiring the authentication token. Patches Version 3.4.5 and soon to ...

7.4CVSS2.9AI score0.00917EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
•added 2020/12/01 8:25 p.m.•56 views

Base class whitelist configuration ignored in OAuthenticator

Impact What goes wrong? The deprecated in jupyterhub 1.2 configuration Authenticator.whitelist, which should be transparently mapped to Authenticator.allowedusers with a warning, is instead ignored by OAuthenticator classes, resulting in the same behavior as if this configuration has not been set...

6.3CVSS1.7AI score0.01132EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2020/11/13 5:28 p.m.•56 views

Vulnerability in RPKI manifest validation

A vulnerability in RPKI manifest validation exists when objects on the manifest are hidden, or expired objects are replayed. An attacker successfully exploiting this vulnerability could prevent new ROAs from being received or selectively hide ROAs, causing routes to become INVALID. To exploit thi...

1.3AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2020/11/11 9:38 p.m.•56 views

Exploitable inventory component chaining in PocketMine-MP

Impact Specially crafted InventoryTransactionPackets sent by malicious clients were able to exploit the behaviour of InventoryTransaction-findResultItem and cause it to take an abnormally long time to execute causing an apparent server freeze. The affected code is intended to compact conflicting...

2.2AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2020/10/27 7:15 p.m.•56 views

receiving subscription objects with deleted session

Original Message: Hi, I create objects with one client with an ACL of all users with a specific column value. Thats working so far. Then I deleted the session object from one user to look if he can receive subscription objects and he can receive them. The client with the deleted session cant crea...

4.3CVSS0.9AI score0.01165EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/10/27 5:55 p.m.•56 views

Arbitrary Code Execution in blazar-dashboard

An issue was discovered in OpenStack blazar-dashboard before 1.3.1, 2.0.0, and 3.0.0. A user allowed to access the Blazar dashboard in Horizon may trigger code execution on the Horizon host as the user the Horizon service runs under because the Python eval function is used. This may result in...

9.9CVSS2.1AI score0.03286EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/03 3:54 p.m.•56 views

Cross-Site Scripting in bootstrap-select

Versions of bootstrap-select prior to 1.13.6 are vulnerable to Cross-Site Scripting XSS. The package does not escape title values on tags. This may allow attackers to execute arbitrary JavaScript in a victim's browser. Recommendation Upgrade to version 1.13.6 or later...

5.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/02 9:20 p.m.•56 views

Cross-Site Scripting in wangeditor

All versions of wangeditor are vulnerable to Cross-Site Scripting. The package fails to properly encode output, allowing arbitrary JavaScript to be inserted in links and executed by browsers. Recommendation No fix is currently available. Consider using an alternative module until a fix is made...

4.2AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/01 9:26 p.m.•56 views

Denial of Service in markdown-it-toc-and-anchor

All versions of markdown-it-toc-and-anchor are vulnerable to Denial of Service. Parsing markdown containing text+\n@toc causes the application to enter and infinite loop. Recommendation No fix is currently available. Consider using an alternative module until a fix is made available...

4.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/09/01 4:43 p.m.•56 views

Command Execution in windows-cpu

Version of windows-cpu before 0.1.5 will execute arbitrary code passed into the first argument of the findLoad method, resulting in remote code execution. Proof of Concept js var win = require'windows-cpu'; wind.findLoad'foo & calc.exe'; Recommendation Update to version 0.1.5 or later...

9.8CVSS9.6AI score0.04236EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2020/08/19 6:02 p.m.•56 views

Observable Timing Discrepancy in OpenMage LTS

Impact This vulnerability allows to circumvent the formkey protection in the Admin Interface and increases the attack surface for Cross Site Request Forgery attacks Patches The latest OpenMage Versions up from 19.4.6 and 20.0.2 have this Issue solved References Related to Adobes CVE-2020-9690...

8CVSS2.5AI score0.00931EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2020/08/11 7:40 p.m.•56 views

Cross-Site Scripting in @progress/kendo-angular-editor

Kendo UI for Angular Editor Component npm package @progress/kendo-angular-editor before version 1.2.3 is vulnerable to Cross-Site Scripting. When the Editor content contains potentially malicious scripts in element event handlers, they get executed. Adding the following content to the Editor valu...

4.7AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/08/04 10:17 p.m.•56 views

Ability to change order address without triggering address validations in solidus

Impact This vulnerability allows a malicious customer to craft request data with parameters that allow changing the address of the current order without changing the shipment costs associated with the new shipment. All stores with at least two shipping zones and different costs of shipment per zo...

5.3CVSS0.1AI score0.00896EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
•added 2020/07/30 2:58 p.m.•56 views

False-positive validity for NFT1 genesis transactions

Impact In the npm package named "slp-validate", versions prior to 1.2.2 are vulnerable to false-positive validation outcomes for the NFT1 Child Genesis transaction type. A poorly implemented SLP wallet or opportunistic attacker could create a seemingly valid NFT1 child token without burning any o...

7.5CVSS0.9AI score0.01036EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/30 2:58 p.m.•56 views

False-positive validity for NFT1 genesis transactions in SLPJS

Impact In the npm package named "slpjs", versions prior to 0.27.4 are vulnerable to false-positive validation outcomes for the NFT1 Child Genesis transaction type. A poorly implemented SLP wallet or opportunistic attacker could create a seemingly valid NFT1 child token without burning any of the...

7.5CVSS0.8AI score0.01036EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/29 6:07 p.m.•56 views

Remote code execution in turn extension for TYPO3

The turn extension through 0.3.2 for TYPO3 allows Remote Code Execution...

8.8CVSS3.1AI score0.01924EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/29 6:07 p.m.•56 views

Directory traversal in rollup-plugin-server

This affects all versions of package rollup-plugin-server. There is no path sanitization in readFile operation performed inside the readFileFromContentBase function...

7.5CVSS3.9AI score0.01768EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2020/07/29 4:15 p.m.•56 views

Exposure of Sensitive Information to an Unauthorized Actor in TYPO3 CMS

Meta CVSS: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C 7.5 CWE-20, CWE-200 Problem In case an attacker manages to generate a valid cryptographic message authentication code HMAC-SHA1 - either by using a different existing vulnerability or in case the internal encryptionKey was...

8.1CVSS0.9AI score0.01775EPSS
SaveExploits1References6Affected Software2
Github Security Blog
Github Security Blog
•added 2020/07/27 9:52 p.m.•56 views

Out-of-bounds read in Pillow

In libImaging/SgiRleDecode.c in Pillow through 7.0.0, a number of out-of-bounds reads exist in the parsing of SGI image files, a different issue than CVE-2020-5311...

8.1CVSS3.6AI score0.02514EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
•added 2020/06/18 2:44 p.m.•56 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 oracle.jms.AQjmsQueueConnectionFactory, oracle.jms.AQjmsXATopicConnectionFactory, oracle.jms.AQjmsTopicConnectionFactory, oracle.jms.AQjmsXAQueueConnectionFactory, and...

8.1CVSS3.2AI score0.04458EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
•added 2020/02/27 8:36 p.m.•56 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/11/06 5:06 p.m.•56 views

Use of Cryptographically Weak Pseudo-Random Number Generator in org.pac4j:pac4j-saml

The SAML identifier generated within SAML2Utils.java was found to make use of the apache commons-lang3 RandomStringUtils class which makes them predictable due to RandomStringUtils PRNG's algorithm not being cryptographically strong. This issue only affects the 3.X release of pac4j-saml...

4.9CVSS2.4AI score0.0113EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2019/08/08 3:18 p.m.•56 views

Sensitive data written to disk unencrypted in Spark

Prior to Spark 2.3.3, in certain situations Spark would write user data to local disk unencrypted, even if spark.io.encryption.enabled=true. This includes cached blocks that are fetched to disk controlled by spark.maxRemoteBlockSizeFetchToMem; in SparkR, using parallelize; in Pyspark, using...

7.5CVSS1.4AI score0.01302EPSS
SaveExploits0References6Affected Software2
Total number of security vulnerabilities5000