Lucene search
+L
GithubMost viewed

34132 matches found

Github Security Blog
Github Security Blog
added 2021/09/02 4:51 p.m.46 views

Parse Server crashes with query parameter

Impact Parse Server crashes when if a query request contains an invalid value for the explain option. This is due to a bug in the MongoDB Node.js driver which throws an exception that Parse Server cannot catch. Patches Upgrade to Parse Server 4.10.3...

7.5CVSS7.2AI score0.01819EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/01 6:31 p.m.46 views

Deserialization of Untrusted Data in Neo4j

Neo4j through 3.4.18 with the shell server enabled exposes an RMI service that arbitrarily deserializes Java objects, e.g., through setSessionVariable. An attacker can abuse this for remote code execution because there are dependencies with exploitable gadget chains...

9.8CVSS9.6AI score0.13386EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 5:22 p.m.46 views

Improper Resource Shutdown or Release in TYPO3 extension

Wrong usage of the TYPO3 FAL API results in copies of processed files being saved to the /var/transient/ folder of a TYPO3 website on every frontend request. This can result in Denial of Service, since the webspace may be filled up with image files simply by crafting a large amount of requests to...

7.5CVSS7.2AI score0.00961EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 4:25 p.m.46 views

Cross-site scripting in imgURL

imgURL 2.31 allows XSS via an X-Forwarded-For HTTP header...

5.4CVSS5.3AI score0.00527EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 4:13 p.m.46 views

Exposed phpinfo() leadked via documentation files

Impact The phpinfo can be exposed if the /vendor is not protected from public access. This is a rare situation today since the vendor directory is often located outside the web directory or protected via server rule .htaccess, etc. Patches Only the v6, v7 and v8 will be patched respectively in...

5.4CVSS5AI score0.06132EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.46 views

Use-after-free in actix-http

An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream...

7.5CVSS7.3AI score0.01406EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 2:41 p.m.46 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/23 7:40 p.m.46 views

Special Element Injection in notebook

Impact Untrusted notebook can execute code on load. This is a remote code execution, but requires user action to open a notebook. Patches 5.7.11, 6.4.1 References OWASP Page on Injection Prevention For more information If you have any questions or comments about this advisory, or vulnerabilities ...

10CVSS1.9AI score0.02106EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/05 4:57 p.m.46 views

Storage corruption due to variables overwritten by re-entrancy locks

Background When attempting to use the v0.2.14 release, @pandadefi discovered an issue using the @nonreentrant decorator. Impact Reentrancy protection storage slots get allocated to the same slots as storage variables, leading to the corruption of storage variables when using the @nonreentrant...

3.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/05 4:56 p.m.46 views

Incorrect TCR calculation in batchLiquidateTroves() during Recovery Mode

TCR is temporarily miscalculated in the batchLiquidateTroves function during Recovery Mode. The bug lies in batchLiquidateTroves of TroveManager. When calculating system's entire collateral, we should also exclude the liquidated trove's surplus collateral, since liquidation closes the trove and...

0.2AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/26 9:20 p.m.46 views

Incorrect Authorization in TeamPass

The REST API functions in TeamPass 2.1.27.36 allow any user with a valid API token to bypass IP address whitelist restrictions via an X-Forwarded-For client HTTP header to the getIp function...

7.5CVSS2.7AI score0.01803EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/26 9:17 p.m.46 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.01608EPSS
SaveExploits2References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/23 6:0 p.m.46 views

Possible bypass of token claim validation when OAuth2 Introspection caching is enabled

Impact When you make a request to an endpoint that requires the scope foo using an access token granted with that foo scope, introspection will be valid and that token will be cached. The problem comes when a second requests to an endpoint that requires the scope bar is made before the cache has...

1AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/21 5:12 p.m.46 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/06/21 5:3 p.m.46 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/05/24 4:57 p.m.46 views

plugin.yaml file allows for duplicate entries in helm

Impact During a security audit of Helm's code base, Helm maintainers identified a bug in which a Helm plugin can contain duplicates of the same entry, with the last one always used. If a plugin is compromised, this lowers the level of access that an attacker needs to modify a plugin's install...

6.5CVSS3.1AI score0.01517EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2021/05/21 4:24 p.m.46 views

Import of incorrectly embargoed keys could cause early publication

Impact If your installation is using the export-importer service, there is potential impact. If your installation is not importing keys via the export-importer services, your installation is not impacted. In versions 0.19.1 and earlier, the export-importer service assumed that the server it was...

2.7AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 9:8 p.m.46 views

Integer overflow in github.com/gorilla/websocket

An integer overflow vulnerability exists with the length of websocket frames received via a websocket connection. An attacker would use this flaw to cause a denial of service attack on an HTTP Server allowing websocket connections...

7.5CVSS7.3AI score0.0212EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 6:20 p.m.46 views

Improper Certificate Validation in HashiCorp Nomad

HashiCorp Nomad and Nomad Enterprise up to 0.10.2 incorrectly validated role/region associated with TLS certificates used for mTLS RPC, and were susceptible to privilege escalation. Fixed in 0.10.3...

9.8CVSS9AI score0.00983EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/10 6:37 p.m.46 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/06 5:29 p.m.46 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/04/13 3:51 p.m.46 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:28 p.m.46 views

Cross-site Scripting (XSS) in @scullyio/scully

This affects the package @scullyio/scully before 1.0.9. The transfer state is serialised with the JSON.stringify function and then written into the HTML page...

7.3CVSS6.2AI score0.00825EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2021/04/13 3:24 p.m.46 views

Prototype Pollution in asciitable.js

The package asciitable.js before 1.0.3 is vulnerable to Prototype Pollution via the main function. PoC js var a = require"asciitable.js"; var b = JSON.parse'"proto":"test":123'; a,b; console.log.test...

9.8CVSS8.9AI score0.01939EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/06 5:22 p.m.46 views

Discovery uses the same AES/GCM Nonce throughout the session

Discovery uses the same AES/GCM Nonce throughout the session though it should be generated on per message basis which can lead to the leaking of the session key. As the actual ENR record is signed with a different key it is not possible for an attacker to alter the ENR record. Note that the node...

5.3CVSS1.4AI score0.00489EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 8:59 p.m.46 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-1062, CVE-2019-1103, CVE-2019-1106, CVE-2019-1107...

7.6CVSS2.6AI score0.08948EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 8:57 p.m.46 views

Chakra Scripting Engine 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 HTML-based. The vulnerability could corrupt memory in such a way that an attacker could execute arbitrary code in the context of the current user. An attacker who...

7.6CVSS6.7AI score0.02474EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 8:43 p.m.46 views

Moodle allowed some users without permission to view other users' full names

It was possible for some users without permission to view other users' full names to do so via the online users block in moodle before 3.10.2, 3.9.5, 3.8.8, 3.5.17...

5.3CVSS4.9AI score0.01307EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/03 2:18 a.m.46 views

Prefix escape

Impact By crafting a specific URL, it is possible to escape the prefix of the proxied backend service. If the base url of the proxied server is /pub/, a user expect that accessing /priv on the target service would not be possible. Unfortunately, it is. CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N...

10CVSS1.3AI score0.01614EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/01/29 6:13 p.m.46 views

XSS in Flarum Sticky extension

Impact A change in release beta 14 of the Sticky extension caused the plain text content of the first post of a pinned discussion to be injected as HTML on the discussion list. The issue was discovered following an internal audit. Any HTML would be injected through Mithril's m.trust helper. This...

5.4CVSS0.1AI score0.00787EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/10/02 4:33 p.m.46 views

Potential access control security issue in apollo-adminservice

Impact If users expose apollo-adminservice to internetwhich is not recommended, there are potential security issues since apollo-adminservice is designed to work in intranet and it doesn't have built-in access control. Malicious hackers may access apollo-adminservice apis directly to access/edit...

7CVSS2.6AI score0.01315EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.46 views

Denial of Service in Tensorflow

Impact Changing the TensorFlow's SavedModel protocol buffer and altering the name of required keys results in segfaults and data corruption while loading the model. This can cause a denial of service in products using tensorflow-serving or other inference-as-a-service installments. We have added...

9CVSS3AI score0.00956EPSS
SaveExploits1References11Affected Software3
Github Security Blog
Github Security Blog
added 2019/11/20 1:34 a.m.46 views

Timing attacks might allow practical recovery of the long-term private key

In elliptic-php versions priot to 1.0.6, Timing attacks might be possible which can result in practical recovery of the long-term private key generated by the library under certain conditions. Leakage of a bit-length of the scalar during scalar multiplication is possible on an elliptic curve whic...

7.4CVSS3.9AI score0.01091EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2019/05/29 6:54 p.m.46 views

Access control bypass in Apache ZooKeeper

An issue is present in Apache ZooKeeper 1.0.0 to 3.4.13 and 3.5.0-alpha to 3.5.4-beta. ZooKeeper?s getACL command doesn?t check any permission when retrieves the ACLs of the requested node and returns all information contained in the ACL Id field as plaintext string. DigestAuthenticationProvider...

5.9CVSS2.4AI score0.09634EPSS
SaveExploits0References22Affected Software1
Github Security Blog
Github Security Blog
added 2019/02/18 11:42 p.m.46 views

Downloads Resources over HTTP in serc.js

Affected versions of serc.js 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...

9.3CVSS6.4AI score0.01682EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2019/02/07 6:16 p.m.46 views

Prototype Pollution in lodash

Versions of lodash before 4.17.11 are vulnerable to prototype pollution. The vulnerable functions are 'defaultsDeep', 'merge', and 'mergeWith' which allow a malicious user to modify the prototype of Object via constructor: prototype: ... causing the addition or modification of an existing propert...

6.8CVSS6.3AI score0.01553EPSS
SaveExploits2References6Affected Software2
Github Security Blog
Github Security Blog
added 2018/03/05 6:35 p.m.46 views

Regular Expression Denial of Service in moment

Affected versions of moment are vulnerable to a low severity regular expression denial of service when parsing dates as strings. Recommendation Update to version 2.19.3 or later...

7.5CVSS6.2AI score0.03673EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2017/12/28 10:52 p.m.46 views

Denial of Service in ecstatic

ecstatic, a simple static file server middleware, is vulnerable to denial of service. If a payload with a large number of null bytes %00 is provided by an attacker it can crash ecstatic by running it out of memory. Results from the original advisory A payload of 22kB caused a lag of 1 second, A...

7.8CVSS2.8AI score0.02557EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.46 views

Ruby on Rails vulnerable to code injection

Ruby on Rails before 1.1.5 allows remote attackers to execute Ruby code with "severe" or "serious" impact via a File Upload request with an HTTP header that modifies the LOADPATH variable, a different vulnerability than CVE-2006-4112...

7.5CVSS6.9AI score0.02291EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.46 views

actionpack Cross-site Scripting vulnerability

Cross-site scripting XSS vulnerability in the striptags helper in actionpack/lib/actioncontroller/vendor/html-scanner/html/node.rb in Ruby on Rails before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allows remote attackers to inject arbitrary web script or HTML via a tag with an inval...

4.3CVSS5.5AI score0.02492EPSS
SaveExploits0References17Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.46 views

ActiveRecord vulnerable to modification of protected model attributes

ActiveRecord in Ruby on Rails before 2.3.17, 3.1.x before 3.1.11, and 3.2.x before 3.2.12 allows remote attackers to bypass the attrprotected protection mechanism and modify protected model attributes via a crafted request...

4.3CVSS6.2AI score0.0246EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/17 1:54 p.m.45 views

Laravel Framework: Temporary Signed URL Path Confusion

A vulnerability in Laravel's local filesystem driver allows temporary signed URLs to be parsed ambiguously, potentially misrouting requests and bypassing expiration enforcement. Under certain conditions, a generated temporary signed URL can be interpreted differently by the server than intended a...

5.2AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/16 2:6 p.m.45 views

Bleach: URI sanitization allows disallowed URI schemes with Unicode > U+00A0 in output

Impact A possible XSS bypass affects users calling bleach.clean with all of: a in the allowed tags href in allowed attributes The bleach.clean sanitizer outputs URIs containing disallowed scheme patterns that it should be stripping. However, because the inserted Unicode characters make the scheme...

5.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/15 8:11 p.m.45 views

Microsoft Security Advisory CVE-2026-45591 – ASP.NET Core Denial of Service Vulnerability

Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in ASP.NET Core SignalR and Blazor Server. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. A denial of service...

7.5CVSS5.4AI score0.0243EPSS
SaveExploits0References6Affected Software4
Github Security Blog
Github Security Blog
added 2026/05/19 2:35 p.m.45 views

Algernon: Single-file mode unconditionally enables debug mode

Summary When Algernon is invoked with a single file path instead of a directory — the documented "quick demo" workflow algernon foo.lua, algernon page.po2, algernon index.html, algernon mywebsite.alg — singleFileMode is set to true and debugMode is forcibly enabled with no opt-out: go //...

7.5CVSS5.8AI score0.00303EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/08 7:22 p.m.45 views

opentelemetry-go: OTLP HTTP exporters read unbounded HTTP response bodies

overview: this report shows that the otlp HTTP exporters traces/metrics/logs read the full HTTP response body into an in-memory bytes.Buffer without a size cap. this is exploitable for memory exhaustion when the configured collector endpoint is attacker-controlled or a network attacker can mitm t...

5.3CVSS6AI score0.0019EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2026/03/05 9:50 p.m.45 views

MimeKit has CRLF Injection in Quoted Local-Part that Enables SMTP Command Injection and Email Forgery

Summary A CRLF Injection vulnerability in MimeKit 4.15.0 allows an attacker to embed \r\n into the SMTP envelope address local-part when the local-part is a quoted-string. This is non-compliant with RFC 5321 and can result in SMTP command injection e.g., injecting additional RCPT TO / DATA / RSET...

6.9CVSS6AI score0.01085EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/08 6:31 a.m.45 views

Keycloak has Incorrect Behavior Order: Authorization Before Parsing and Canonicalization

A flaw was found in Keycloak. The Keycloak Authorization header parser is overly permissive regarding the formatting of the "Bearer" authentication scheme. It accepts non-standard characters such as tabs as separators and tolerates case variations that deviate from RFC 6750 specifications...

5.3CVSS6.9AI score0.00361EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/07 6:30 p.m.45 views

Undertow HTTP server core doesn't properly validate the Host header in incoming HTTP requests

A flaw was found in the Undertow HTTP server core, which is used in WildFly, JBoss EAP, and other Java applications. The Undertow library fails to properly validate the Host header in incoming HTTP requests. As a result, requests containing malformed or malicious Host headers are processed withou...

9.6CVSS6.6AI score0.01179EPSS
SaveExploits0References20Affected Software1
Github Security Blog
Github Security Blog
added 2025/06/23 9:22 p.m.45 views

Claude Code Improper Authorization via websocket connections from arbitrary origins

Claude Code extensions in VSCode and forks e.g., Cursor, Windsurf, and VSCodium and JetBrains IDEs e.g., IntelliJ, Pycharm, and Android Studio are vulnerable to unauthorized websocket connections from an attacker when visiting attacker-controlled webpages. Claude Code for VSCode IDE extensions...

8.8CVSS7.4AI score0.00316EPSS
SaveExploits0References3Affected Software1
Total number of security vulnerabilities5000