Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
added 2019/05/14 4:00 a.m.56 views

Cross-site Scripting in Apache UIMA

This vulnerability relates to the user's browser processing of DUCC webpage input data.The javascript comprising Apache UIMA DUCC = 2.2.2 which runs in the user's browser does not sufficiently filter user supplied inputs, which may result in unintended execution of user supplied javascript code...

6.1CVSS1.4AI score0.04885EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2019/05/01 6:37 p.m.56 views

Improper Input Validation in tar-fs

A vulnerability was found in tar-fs before 1.16.2. An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the...

7.5CVSS1.5AI score0.02106EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2018/12/21 5:50 p.m.56 views

Arbitrary Command Execution in Hadoop

In Apache Hadoop 2.7.4 to 2.7.6, the security fix for CVE-2016-6811 is incomplete. A user who can escalate to yarn user can possibly run arbitrary commands as root user...

9CVSS2.4AI score0.03244EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/24 7:42 p.m.56 views

Improper Input Validation in alilibaba:fastjson

parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is...

10CVSS6.1AI score0.3897EPSS
SaveExploits2References6Affected Software2
Github Security Blog
Github Security Blog
added 2018/10/19 4:15 p.m.56 views

Eclipse Jetty Server generates error message containing sensitive information

In Eclipse Jetty Server, all 9.x versions, on webapps deployed using default Error Handling, when an intentionally bad query arrives that doesn't match a dynamic url-pattern, and is eventually handled by the DefaultServlet's static file serving, the bad characters can trigger a...

5.3CVSS7.2AI score0.04273EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/18 5:43 p.m.56 views

jackson-dataformat-xml vulnerable to server side request forgery (SSRF)

Versions of jackson-dataformat-xml prior to 2.7.8 and prior to 2.8.4 allow remote attackers to conduct server-side request forgery SSRF attacks via vectors related to a DTD...

8.6CVSS6.3AI score0.02356EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/24 8:04 p.m.56 views

Github Token Leak in aegir

Affected versions of aegir bundle and publish the current users github token to npm when aegir-release is executed. Recommendation Update to version 12.0.8 or later. If you used this module to do a release for your project you should invalidate the GitHub tokens that were leaked...

7.5CVSS4.1AI score0.01177EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.56 views

Rails actionpack gem vulnerable to Cross-site Scripting

Multiple cross-site scripting XSS vulnerabilities in the mailto helper in Ruby on Rails before 2.3.11, and 3.x before 3.0.4, when javascript encoding is used, allow remote attackers to inject arbitrary web script or HTML via a crafted 1 name or 2 email value...

4.3CVSS5.4AI score0.0235EPSS
SaveExploits1References16Affected Software2
Github Security Blog
Github Security Blog
added 2026/07/07 8:55 p.m.55 views

Better Auth: OAuth refresh-token rotation forks the token family on concurrent redemption

Am I affected? Users are affected if all of the following are true: - Their project depends on @better-auth/oauth-provider at a version = 1.6.0, = 1.4.8-beta.7, 1.6.0. - At least one OAuth client served by their application's authorization server requests the offlineaccess scope, so refresh token...

8.1CVSS5.9AI score0.00422EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2026/07/02 8:31 p.m.55 views

Steeltoe's static JWKS cache shared across schemes and never invalidated

Summary The JWT signing key cache in TokenKeyResolver uses kid as the sole cache key without namespacing by authority. In applications with multiple JwtBearer schemes pointing to different identity providers, a key fetched for one scheme can satisfy token validation for another. Additionally,...

5.9CVSS5.8AI score0.0029EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2026/06/17 6:47 p.m.55 views

HAPI FHIR: Incomplete fix for CVE-2026-45367: DSTU2 FHIRPathEngine.matches() missing RegexTimeout protection allows ReDoS

Summary The fix for CVE-2026-45367 added RegexTimeout protection to the matches function in DSTU2016MAY, DSTU3, R4, R4B, and R5, but the DSTU2 module was incompletely patched. In org.hl7.fhir.dstu2, replaceMatches was updated while matches at line 2462 still calls the raw String.matchessw without...

7.5CVSS5.3AI score0.00684EPSS
SaveExploits1References2Affected Software4
Github Security Blog
Github Security Blog
added 2026/06/16 2:06 p.m.55 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/12 6:27 p.m.55 views

Appsmith Super User Creation Race Condition Allows Multiple Instance Administrators

Summary The /api/v1/users/super endpoint enforces a restriction that only one super user Instance Administrator can be created during initial setup. However, due to a Time-of-Check-Time-of-Use TOCTOU race condition in the signupAndLoginSuper method, concurrent requests can bypass this restriction...

5.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/26 7:05 p.m.55 views

CryptPad has a Sanitizer Bypass in Diffmarked.js that Allows Arbitrary HTML Injection and Potential XSS

Summary CryptPad’s HTML sanitizer in Diffmarked.js can be bypassed due to incomplete filtering of restricted tags. Because the sanitizer only validates the src attribute of , and elements, and does not restrict other attributes, an attacker can inject arbitrary HTML through srcdoc. This completel...

6.1CVSS6AI score0.00242EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/06 9:43 p.m.55 views

JupyterLab's command linker attributes in HTML enable one-click command execution from untrusted content

JupyterLab's HTML sanitizer allowlists data-commandlinker-command and data-commandlinker-args on button elements, while CommandLinker listens for all click events on document.body and executes the named command without checking whether the element came from trusted JupyterLab UI. A notebook with ...

9.6CVSS6.4AI score0.00371EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/04/17 3:31 p.m.55 views

Mattermost doesn't validate whether users were correctly owned by the correct Connected Workspace

Mattermost versions 10.11.x = 10.11.12 fail to validate whether users were correctly owned by the correct Connected Workspace which allows a malicious remote server connected using the Conntexted Workspaces feature to change the displayed status of local users via the Connected Workspaces API...

2.7CVSS5.3AI score0.00167EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/29 3:19 p.m.55 views

XPath: Boolean expression infinite loop leads to denial of service via CPU exhaustion

Boolean expressions that evaluate to true can cause an infinite loop in logicalQuery.Select, leading to 100% CPU usage. This can be triggered by top-level selectors such as "1=1" or "true"...

7.5CVSS5.9AI score0.00519EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/26 10:20 p.m.55 views

Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection

Summary resolvePartial in the Handlebars runtime resolves partial names via a plain property lookup on options.partials without guarding against prototype-chain traversal. When Object.prototype has been polluted with a string value whose key matches a partial reference in a template, the polluted...

4.7CVSS6.7AI score0.00276EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/26 3:16 p.m.55 views

mcp-server-git : Path traversal in git_add allows staging files outside repository boundaries

In mcp-server-git versions prior to 2026.1.14, the gitadd tool did not validate that file paths provided in the files argument were within the repository boundaries. The tool used GitPython's repo.index.add, which did not enforce working-tree boundary checks for relative paths. As a result,...

6.5CVSS5.4AI score0.00287EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/21 4:13 p.m.55 views

sm-crypto Affected by Signature Forgery in SM2-DSA

Summary A signature forgery vulnerability exists in the SM2 signature verification logic of sm-crypto. Under default configurations, an attacker can forge valid signatures for arbitrary public keys. If the message space contains sufficient redundancy, the attacker can fix the prefix of the messag...

7.5CVSS5.7AI score0.00206EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/28 5:38 p.m.55 views

Mautic allows user name enumeration due to response time difference on password reset form

Summary This advisory addresses a security vulnerability in Mautic related to the "Forget your password" functionality. This vulnerability could be exploited by unauthenticated users to enumerate valid usernames. User Enumeration via Timing Attack: A user enumeration vulnerability exists in the...

5.3CVSS7AI score0.00314EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/28 2:25 p.m.55 views

Traefik allows path traversal using url encoding

Impact There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a URL encoded string in its path, it’s possible to target ...

9.1CVSS6.2AI score0.00943EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2025/05/13 9:34 p.m.55 views

OPKSSH Vulnerable to Authentication Bypass

Impact Versions of OpenPubkey library prior to 0.10.0 contained a vulnerability that would allow a specially crafted JWS to bypass signature verification. As OPKSSH depends on the OpenPubkey library for authentication, this vulnerability in OpenPubkey also applies to OPKSSH versions prior to 0.5....

9.8CVSS6.7AI score0.00339EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/03/17 9:26 p.m.55 views

Sylius PayPal Plugin Payment Amount Manipulation Vulnerability

A vulnerability allows users to manipulate the final payment amount processed by PayPal. If a user modifies the item quantity in their shopping cart after initiating the PayPal Checkout process, PayPal will not receive the updated total amount. As a result, PayPal captures only the initially...

6.5CVSS6.4AI score0.00484EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/02/25 5:49 p.m.55 views

Navidrome allows an authentication bypass in Subsonic API with non-existent username

Summary In certain Subsonic API endpoints, authentication can be bypassed by using a non-existent username combined with an empty salted password hash. This allows read-only access to the server’s resources, though attempts at write operations fail with a “permission denied” error. Details A flaw...

6.9CVSS7.4AI score0.00963EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/02/06 8:00 p.m.55 views

vLLM uses Python 3.12 built-in hash() which leads to predictable hash collisions in prefix cache

Summary Maliciously constructed prompts can lead to hash collisions, resulting in prefix cache reuse, which can interfere with subsequent responses and cause unintended behavior. Details vLLM's prefix caching makes use of Python's built-in hash function. As of Python 3.12, the behavior of hashNon...

2.6CVSS3.3AI score0.00191EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/12/25 12:30 p.m.55 views

Apache MINA Deserialization RCE Vulnerability

The ObjectSerializationDecoder in Apache MINA uses Java’s native deserialization protocol to process incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows attackers to exploit the deserialization process by sending specially crafted malicious...

10CVSS7.6AI score0.23932EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/12/18 9:59 p.m.55 views

Non-linear parsing of case-insensitive content in golang.org/x/net/html

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service...

5.3CVSS6.7AI score0.00874EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/29 3:32 p.m.55 views

@langchain/community SQL Injection vulnerability

A vulnerability in the GraphCypherQAChain class of langchain-ai/langchainjs versions 0.2.5 and all versions with this class allows for prompt injection, leading to SQL injection. This vulnerability permits unauthorized data manipulation, data exfiltration, denial of service DoS by deleting all...

9.8CVSS8.1AI score0.00311EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/02 9:33 p.m.55 views

Pomerium service account access token may grant unintended access to databroker API

Impact We've identified a vulnerability in the Pomerium databroker service API that may grant unintended access under specific conditions. This affects only certain Pomerium Zero and Pomerium Enterprise deployments. Who is affected? A Pomerium deployment is susceptible to this issue if all of the...

6.8CVSS7AI score0.00577EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/06 7:40 p.m.55 views

gnark commitments to private witnesses in Groth16 as implemented break zero-knowledge property

This report concerns the Groth16 prover when used with commitments as in frontend.Committer. To simplify exposition of the issue, I will focus on the case of a single commitment, to only private witnesses. But the issue should be present whenever commitments are used that include private witnesse...

5.9CVSS6.8AI score0.00427EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/17 4:01 p.m.55 views

BlastRADIUS also affects eduMFA

Summary BlastRADIUS see blastradius.fail for details also affects eduMFA prior version 2.2.0, because the Message-Authenticator attributes were not checked. Details Website with the vulnerability information blastradius.fail The original vulnerability has been assigned CVE-2024-3596 Case in vince...

9CVSS6.8AI score0.14859EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/20 4:24 p.m.55 views

SpiceDB exclusions can result in no permission returned when permission expected

Background Use of an exclusion under an arrow that has multiple resources may resolve to NOPERMISSION when permission is expected. For example, given this schema: zed definition user definition folder relation member: user relation banned: user permission view = member - banned definition resourc...

5.3CVSS6.6AI score0.00396EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/05 4:56 p.m.55 views

Denial of Service via Zip/Decompression Bomb sent over HTTP or gRPC

Summary An unsafe decompression vulnerability allows unauthenticated attackers to crash the collector via excessive memory consumption. Details The OpenTelemetry Collector handles compressed HTTP requests by recognizing the Content-Encoding header, rewriting the HTTP request body, and allowing...

8.2CVSS8.3AI score0.01242EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2024/03/25 7:41 p.m.55 views

WP Crontrol vulnerable to possible RCE when combined with a pre-condition

Impact WP Crontrol includes a feature that allows administrative users to create events in the WP-Cron system that store and execute PHP code subject to the restrictive security permissions documented here. While there is no known vulnerability in this feature on its own, there exists potential f...

8.1CVSS7.5AI score0.00165EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/21 9:31 a.m.55 views

Apache Commons Configuration: StackOverflowError adding property in AbstractListDelimiterHandler.flattenIterator()

This Out-of-bounds Write vulnerability in Apache Commons Configuration affects Apache Commons Configuration: from 2.0 before 2.10.1. User can see this as a 'StackOverflowError' when adding a property in 'AbstractListDelimiterHandler.flattenIterator'. Users are recommended to upgrade to version...

7.3CVSS5.6AI score0.02054EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/18 8:39 p.m.55 views

[TagAwareCipher] - Decryption Failure (Regex Match)

Impact Vulnerability in SecureProps involves a regex failing to detect tags during decryption of encrypted data. This occurs when the encrypted data has been encoded with NullEncoder and passed to TagAwareCipher, and contains special characters such as \n. As a result, the decryption process is...

2.6CVSS6.7AI score0.00328EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/07 10:54 p.m.55 views

Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification)

Impact An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size whichever is larger. Thanks to Enze...

4.3CVSS4.5AI score0.01956EPSS
SaveExploits0References15Affected Software4
Github Security Blog
Github Security Blog
added 2024/02/29 3:33 a.m.55 views

jose4j denial of service via specifically crafted JWE

The jose4j component before 0.9.4 for Java allows attackers to cause a denial of service CPU consumption via a large p2c aka PBES2 Count value...

6.5CVSS6.7AI score0.00879EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/01 8:53 p.m.55 views

Bref's Uploaded Files Not Deleted in Event-Driven Functions

Impacted Resources bref/src/Event/Http/Psr7Bridge.php:94-125 Description When Bref is used with the Event-Driven Function runtime and the handler is a RequestHandlerInterface, then the Lambda event is converted to a PSR7 object. During the conversion process, if the request is a MultiPart, each...

6.5CVSS7.2AI score0.0075EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/26 1:57 a.m.55 views

Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers

Summary Dex 2.37.0 is serving HTTPS with insecure TLS 1.0 and TLS 1.1. Details While working on https://github.com/dexidp/dex/issues/2848 and implementing configurable TLS support, I noticed my changes did not have any effect in TLS config, so I started investigating...

7.5CVSS7.4AI score0.00435EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/09 12:39 a.m.55 views

Local Privilege Escalation in Windows

Impact A PyInstaller built application, elevated as a privileged process, may be tricked by an unprivileged attacker into deleting files the unprivileged user does not otherwise have access to. A user is affected if all the following are satisfied: The user runs an application containing either...

8.8CVSS6.9AI score0.00324EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/01 7:23 p.m.55 views

OpenSearch StackOverflow vulnerability

Impact A flaw was discovered in OpenSearch, affecting the search API that allowed a specially crafted query string to cause a Stack Overflow and ultimately a Denial of Service. The issue was identified by Elastic Engineering and corresponds to security advisory ESA-2023-14 CVE-2023-31419...

7.5CVSS6.9AI score0.60679EPSS
SaveExploits4References2Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/15 12:30 p.m.55 views

In Reactor Netty HTTP Server a malicious user can send a request using a specially crafted URL that can lead to a directory traversal attack

In Reactor Netty HTTP Server, versions 1.1.x prior to 1.1.13 and versions 1.0.x prior to 1.0.39, a malicious user can send a request using a specially crafted URL that can lead to a directory traversal attack. Specifically, an application is vulnerable if Reactor Netty HTTP Server is configured t...

7.5CVSS6.9AI score0.01115EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/20 7:30 p.m.55 views

PDM Trojan Lockfile

Summary It's possible to craft a malicious pdm.lock file that could allow e.g. an insider or a malicious open source project to appear to depend on a trusted PyPI project, but actually install another project. Details Project foo can be targeted by creating the project foo-2 and uploading the fil...

7.8CVSS7.6AI score0.00512EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/19 4:36 p.m.55 views

TinyMCE mXSS vulnerability in undo/redo, getContent API, resetContent API, and Autosave plugin

Impact A mutation cross-site scripting mXSS vulnerability was discovered in TinyMCE’s core undo and redo functionality. When a carefully-crafted HTML snippet passes the XSS sanitisation layer, it is manipulated as a string by internal trimming functions before being stored in the undo stack. If t...

6.1CVSS6AI score0.0062EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2023/10/17 1:23 p.m.55 views

WebAuthn4J Spring Security Improper signature counter value handling

Improper signature counter value handling Impact A flaw was found in webauthn4j-spring-security-core. When an authneticator returns an incremented signature counter value during authentication, webauthn4j-spring-security-core does not properly persist the value, which means cloned authenticator...

5.3CVSS6.8AI score0.0052EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/10 10:23 p.m.55 views

MsQuic Remote Denial of Service Vulnerability

Impact The MsQuic server will continue to leak memory until no more is available, resulting in a denial of service. Patches The following patch was made: - Fix Memory Leak from Multiple Decodes of TP - https://github.com/microsoft/msquic/commit/d364feeda0dd8b729eca6fef149c1ef98630f0cb Workarounds...

7.5CVSS6.7AI score0.05518EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/09/27 3:30 p.m.55 views

Undertow vulnerable to denial of service

A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service DoS attack. If the server uses fileSizeThreshold to limit the file size, it's possible to bypass...

7.5CVSS6.8AI score0.02682EPSS
SaveExploits0References15Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/21 5:14 p.m.55 views

plone.namedfile vulnerable to Stored Cross Site Scripting with SVG images

Impact There is a stored cross site scripting vulnerability for SVG images. A security hotfix from 2021 already partially fixed this, by making sure SVG images are always downloaded instead of shown inline. But the same problem still exists for scales of SVG images. Note that an image tag with an...

5.4CVSS6.2AI score0.00475EPSS
SaveExploits0References10Affected Software1
Total number of security vulnerabilities5000