Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
added 2026/06/16 2:15 p.m.53 views

hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard

Summary With credentials: true and no explicit origin the default wildcard, the CORS Middleware reflects the request's Origin and sends Access-Control-Allow-Credentials: true. Any site can then make credentialed cross-origin requests and read the responses, exposing cookie-authenticated endpoints...

7.1CVSS5.4AI score0.00328EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/31 12:30 p.m.53 views

Aider has an SSRF vulnerability through its AWS EC2 Metadata Endpoint

A security vulnerability has been detected in Aider-AI Aider 0.86.3.dev. This affects the function requests.get of the file apidocs.py of the component AWS EC2 Metadata Endpoint. The manipulation leads to server-side request forgery. The attack is possible to be carried out remotely. The exploit...

6.5CVSS5.3AI score0.00209EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 3:53 p.m.53 views

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

Impact Applications using the Pages Router with i18n configured and middleware/proxy-based authorization can allow unauthorized access to protected page data through locale-less /next/data//.json requests. In affected configurations, middleware does not run for the unprefixed data route, allowing...

7.5CVSS5.8AI score0.0062EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/08 7:22 p.m.53 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/04/03 3:43 a.m.53 views

Auth0 WordPress Plugin has Insufficient Entropy in Cookie Encryption

Impact In applications built with the Auth0 PHP SDK, cookies are encrypted with insufficient entropy, which may result in threat actors brute-forcing the encryption key and forging session cookies. Am I Affected? Consumers are affected if their application meets the following preconditions: - It ...

5.9AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/05 10:01 p.m.53 views

SageMaker Python SDK replaced eval() with safe parser in JumpStart search functionality

Summary This advisory addresses the use of the searchhub function within the SageMaker Python SDK's JumpStart search functionality. An actor with the ability to control query parameters passed to the searchhub function could potentially provide malformed input that causes the eval function to...

6.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/07 6:30 p.m.53 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.01352EPSS
SaveExploits0References20Affected Software1
Github Security Blog
Github Security Blog
added 2025/04/04 2:19 p.m.53 views

GraphQL grant on a property might be cached with different objects

Original message: I found an issue with security grants on on properties in the GraphQL ItemNormalizer: If you use something like ApiPropertysecurity: 'isgranted"PROPERTYREAD", object, property' on a member of an entity, the grant gets cached and is only evaluated once, even if the object in...

7.5CVSS7.1AI score0.00603EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
added 2025/03/31 10:37 p.m.53 views

aws-cdk-lib has Insertion of Sensitive Information into Log File vulnerability when using Cognito UserPoolClient Construct

Summary The AWS Cloud Development Kit CDK is an open-source framework for defining cloud infrastructure using code. Customers use it to create their own applications which are converted to AWS CloudFormation templates during deployment to a customer’s AWS account. CDK contains pre-built component...

6.7AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/03/21 3:23 p.m.53 views

Envoy crashes when HTTP ext_proc processes local replies

Summary Envoy's extproc HTTP filter is at risk of crashing if a local reply is sent to the external server due to the filter's life time issue. A known situation is the fail of a websocket handshake will trigger a local reply leading to the crash of Envoy. PoC If both websocket and extproc are...

7.5CVSS7AI score0.0042EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/01/14 7:40 p.m.53 views

Git Credential Manager carriage-return character in remote URL allows malicious repository to leak credentials

Description The Git credential protocol is text-based over standard input/output, and consists of a series of lines of key-value pairs in the format key=value. Git's documentation restricts the use of the NUL \0 character and newlines to form part of the keys^1 or values. When Git reads from...

7.4CVSS6.7AI score0.03266EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2025/01/09 9:31 p.m.53 views

Vaultwarden authenticated reflected cross-site scripting (XSS) vulnerability

Vaultwarden v1.32.5 was discovered to contain an authenticated reflected cross-site scripting XSS vulnerability via the component /api/core/mod.rs...

5.4CVSS6.1AI score0.00379EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/12/18 3:02 p.m.53 views

Atro CSRF Middleware Bypass (security.checkOrigin)

Summary A bug in Astro’s CSRF-protection middleware allows requests to bypass CSRF checks. Details When the security.checkOrigin configuration option is set to true, Astro middleware will perform a CSRF check. Source code:...

6.5CVSS6.8AI score0.00217EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/11/21 10:20 p.m.53 views

LLama Factory Remote OS Command Injection Vulnerability

Summary A critical remote OS command injection vulnerability has been identified in the Llama Factory training process. This vulnerability arises from improper handling of user input, allowing malicious actors to execute arbitrary OS commands on the host system. The issue is caused by insecure...

9.8CVSS7.5AI score0.02323EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/19 2:48 p.m.53 views

HTTP client can manipulate custom HTTP headers that are added by Traefik

Impact There is a vulnerability in Traefik that allows the client to remove the X-Forwarded headers except the header X-Forwarded-For. Patches - https://github.com/traefik/traefik/releases/tag/v2.11.9 - https://github.com/traefik/traefik/releases/tag/v3.1.3 Workarounds No workaround. For more...

9.8CVSS7.4AI score0.01513EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2024/09/16 2:37 p.m.53 views

Ansible vulnerable to Insertion of Sensitive Information into Log File

A flaw was found in Ansible, where sensitive information stored in Ansible Vault files can be exposed in plaintext during the execution of a playbook. This occurs when using tasks such as includevars to load vaulted variables without setting the nolog: true parameter, resulting in sensitive data...

5.5CVSS6.3AI score0.00271EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/03 8:08 p.m.53 views

@actions/artifact has an Arbitrary File Write via artifact extraction

Impact Versions of actions/artifact before 2.1.7 are vulnerable to arbitrary file write when using downloadArtifactInternal, downloadArtifactPublic, or streamExtractExternal for extracting a specifically crafted artifact that contains path traversal filenames. Patches Upgrade to version 2.1.7 or...

7.5CVSS7.3AI score0.03219EPSS
SaveExploits4References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/24 8:54 p.m.53 views

The Argo CD web terminal session does not handle the revocation of user permissions properly

Argo CD v2.11.3 and before, discovering that even if the user's p, role:myrole, exec, create, /, allow permissions are revoked, the user can still send any Websocket message, which allows the user to view sensitive information. Even though they shouldn't have such access. Description Argo CD has ...

7.1CVSS6.2AI score0.00685EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/15 5:55 p.m.53 views

ZITADEL Go's GRPC example code vulnerability - GO-2024-2687 HTTP/2 CONTINUATION flood in net/http

Summary Applications using the zitadel-go v3 library next branch might be impacted by package vulnerabilities. The output of govulncheck suggests that only example code seems to be impacted, based on 1 of the 3 potential vulnerabilities. This vulnerability is located in the transitive dependency...

7.5CVSS7.3AI score0.91969EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/12 7:40 p.m.53 views

WooCommerce has a Cross-Site Scripting (XSS) Vulnerability in checkout & registration forms

Impact A vulnerability introduced in WooCommerce 8.8 allows for cross-site scripting. A bad actor can manipulate a link to include malicious HTML & JavaScript content. While the content is not saved to the database, the links may be sent to victims for malicious purposes. The injected JavaScript...

5.4CVSS5.3AI score0.00483EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/03 6:30 a.m.53 views

Silverpeas authentication bypass

Silverpeas before 6.3.5 allows authentication bypass by omitting the Password field to AuthenticationServlet, often providing an unauthenticated user with superadmin access...

9.8CVSS6.8AI score0.00943EPSS
SaveExploits2References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/15 10:34 p.m.53 views

Magento Open Source Security Advisory: Patch SUPEE-10975

Magento Commerce 1.14.4.0 and Open Source 1.9.4.0 have been enhanced with critical security updates to address multiple vulnerabilities, including remote code execution RCE, cross-site scripting XSS, cross-site request forgery CSRF, and more. The following issues have been identified and...

7.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/14 10:17 p.m.53 views

Grafana API IDOR

Today we are releasing Grafana 8.3.5 and 7.5.14. This patch release includes MEDIUM severity security fix for Grafana Teams API IDOR. Release v.8.3.5, only containing security fixes: - Download Grafana 8.3.5 - Release notes Release v.7.5.15, only containing security fixes: - Download Grafana 7.5....

4.3CVSS6.2AI score0.01176EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/02 3:30 p.m.53 views

Jenkins Script Security Plugin sandbox bypass vulnerability

Jenkins Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts, including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script are intercepted, and various allowlists are checked to determine whether the call ...

8.8CVSS7.8AI score0.01002EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/10 10:04 p.m.53 views

Evmos transaction execution not accounting for all state transition after interaction with precompiles

Context - stateObject: represents the state of an account and is used to store its updates during a state transition. This is accomplished using two in memory Storage variables: originStorage and dirtyStorage - StateDB: it is the general interface to retrieve accounts and holds a map of...

9.1CVSS7.2AI score0.00943EPSS
SaveExploits0References7Affected Software9
Github Security Blog
Github Security Blog
added 2024/04/10 6:30 p.m.53 views

Aim Cross-Site Request Forgery vulnerability allows user to delete runs and perform other operations

aimhubio/aim is vulnerable to Cross-Site Request Forgery CSRF, allowing attackers to perform actions such as deleting runs, updating data, and stealing data like log records and notes without the user's consent. The vulnerability stems from the lack of CSRF and CORS protection in the aim dashboar...

8.8CVSS6.8AI score0.00587EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/07 10:54 p.m.53 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/03/06 3:23 p.m.53 views

CasaOS Username Enumeration

Summary The Casa OS Login page has disclosed the username enumeration vulnerability in the login page. Details It is observed that the attacker can enumerate the CasaOS username using the application response. If the username is incorrect application gives the error "User does not exist", If the...

7.5CVSS7.2AI score0.00758EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/28 6:57 p.m.53 views

YARD's default template vulnerable to Cross-site Scripting in generated frames.html

Summary The "frames.html" file within the Yard Doc's generated documentation is vulnerable to Cross-Site Scripting XSS attacks due to inadequate sanitization of user input within the JavaScript segment of the "frames.erb" template file. Details The vulnerability stems from mishandling...

6.1CVSS5.2AI score0.0106EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/19 6:31 p.m.53 views

Authorization Bypass in moodle

Insufficient checks in a web service made it possible to add comments to the comments block on another user's dashboard when it was not otherwise available e.g., on their profile page...

5.3CVSS6.8AI score0.00602EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/13 7:49 p.m.53 views

Microsoft Security Advisory CVE-2024-21386: .NET Denial of Service Vulnerability

Microsoft Security Advisory CVE-2024-21386: .NET Denial of Service Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in ASP.NET 6.0, ASP.NET 7.0 and, ASP.NET 8.0 . This advisory also provides guidance on what developers can ...

7.5CVSS7.5AI score0.024EPSS
SaveExploits0References4Affected Software12
Github Security Blog
Github Security Blog
added 2024/02/06 3:32 p.m.53 views

Allegro AI ClearML path traversal vulnerability

A path traversal vulnerability in versions 1.4.0 to 1.14.1 of the client SDK of Allegro AI’s ClearML platform enables a maliciously uploaded dataset to write local or remote files to an arbitrary location on an end user’s system when interacted with...

8.8CVSS8.6AI score0.00798EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/05 9:30 p.m.53 views

m2crypto Bleichenbacher timing attack - incomplete fix for CVE-2020-25657

A flaw was found in m2crypto. This issue may allow a remote attacker to decrypt captured messages in TLS servers that use RSA key exchanges, which may lead to exposure of confidential or sensitive data...

7.5CVSS6.4AI score0.01741EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/19 3:30 p.m.53 views

Pedroetb TTS-API OS Command Injection

A vulnerability has been found in pedroetb tts-api up to 2.1.4 and classified as critical. This vulnerability affects the function onSpeechDone of the file app.js. The manipulation leads to os command injection. Upgrading to version 2.2.0 is able to address this issue. The patch is identified as...

9.8CVSS7.9AI score0.02097EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/14 8:36 p.m.53 views

Microsoft Security Advisory CVE-2023-36558: .NET Security Feature Bypass Vulnerability

Microsoft Security Advisory CVE-2023-36558: .NET Security Feature Bypass Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in ASP.NET Core 6.0, ASP.NET Core 7.0 and, ASP.NET Core 8.0 RC2. This advisory also provides guidance...

6.2CVSS6.3AI score0.01085EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/12 3:51 p.m.53 views

Symfony possible session fixation vulnerability

Description SessionStrategyListener does not always migrate the session after a successful login. It only migrate the session when the logged-in user identifier changes. In some use cases, the user identifier doesn't change between the verification phase and the successful login, while the token...

6.5CVSS6.9AI score0.00689EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2023/11/03 12:30 a.m.53 views

Dromara Lamp-Cloud Use of Hard-coded Cryptographic Key

Dromara Lamp-Cloud before v3.8.1 was discovered to use a hardcoded cryptographic key when creating and verifying a Json Web Token. This vulnerability allows attackers to authenticate to the application via a crafted JWT token...

9.8CVSS7.3AI score0.00681EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/10/16 9:30 a.m.53 views

Grafana privilege escalation vulnerability

Grafana is an open-source platform for monitoring and observability. The vulnerability impacts instances with several organizations, and allows a user with Organization Admin permissions in one organization to change the permissions associated with Organization Viewer, Organization Editor and...

7.2CVSS6.6AI score0.01074EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/11 12:59 p.m.53 views

Argo CD repo-server Denial of Service vulnerability

Impact All versions of ArgoCD starting from v2.4 have a bug where the ArgoCD repo-server component is vulnerable to a Denial-of-Service attack vector. Specifically, the said component extracts a user-controlled tar.gz file without validating the size of its inner files. As a result, a malicious,...

6.5CVSS6.5AI score0.01419EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/29 11:34 p.m.53 views

Open Redirect Vulnerability in jupyter-server

Impact Open Redirect Vulnerability. Maliciously crafted login links to known Jupyter Servers can cause successful login or an already logged-in session to be redirected to arbitrary sites, which should be restricted to Jupyter Server-served URLs. Patches Upgrade to Jupyter Server 2.7.2 Workaround...

6.1CVSS5.3AI score0.00681EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/23 6:30 p.m.53 views

Apache Airflow denial of service vulnerability

Apache Airflow, in versions prior to 2.7.0, contains a security vulnerability that can be exploited by an authenticated user possessing Connection edit privileges. This vulnerability allows the user to access connection information and exploit the test connection feature by sending many requests,...

8.1CVSS7.8AI score0.01957EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/07 6:46 p.m.53 views

Pipelines do not validate child UIDs

Summary Pipelines do not validate child UIDs, which means that a user that has access to create TaskRuns can create their own Tasks that the Pipelines controller will accept as the child Task. We should add UID to PipelineRun status and validate that child Run status/results only come from Runs...

4.3CVSS6.7AI score0.00379EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/30 8:41 p.m.53 views

org.xwiki.commons:xwiki-commons-xml's HTML sanitizer allows form elements in restricted

Impact The HTML sanitizer that is included in XWiki since version 14.6RC1 allowed form and input HTML tags. In the context of XWiki, this allows an attacker without script right to either create forms that can be used for phishing attacks or also in the context of a sheet, the attacker could add ...

9CVSS7.6AI score0.01029EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/09 10:53 p.m.53 views

Snowflake Python Connector vulnerable to Command Injection

Issue Snowflake was informed via our bug bounty program of a command injection vulnerability in the Snowflake Python connector via SSO browser URL authentication. Impacted driver package: snowflake-connector-python Impacted version range: before Version 3.0.2 Attack Scenario In order to exploit t...

8.8CVSS7.4AI score0.01841EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/09 10:41 p.m.53 views

rails-ujs vulnerable to DOM Based Cross-site Scripting contenteditable HTML Elements

NOTE: rails-ujs is part of Rails/actionview since 5.1.0. There is a potential DOM based cross-site scripting issue in rails-ujs which leverages the Clipboard API to target HTML elements that are assigned the contenteditable attribute. This has the potential to occur when pasting malicious HTML...

6.3CVSS6.2AI score0.00613EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/22 3:30 a.m.53 views

Hazelcast vulnerable to unmasked password exposure

In Hazelcast before 5.3.0, configuration routines don't mask passwords in the member configuration properly. This allows Hazelcast Management Center users to view some of the secrets...

4.3CVSS6.7AI score0.00719EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/11 3:30 a.m.53 views

mflow vulnerable to directory traversal

A directory traversal vulnerability in the /get-artifact API method of the mlflow platform prior to v2.0.0 allows attackers to read arbitrary files on the server via the path parameter...

7.5CVSS6.4AI score0.01005EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/19 9:41 p.m.53 views

Strapi plugins vulnerable to Server-Side Template Injection and Remote Code Execution in the Users-Permissions Plugin

Summary Strapi through 4.5.5 allows authenticated Server-Side Template Injection SSTI that can be exploited to execute arbitrary code on the server. Details Strapi through 4.5.5 allows authenticated Server-Side Template Injection SSTI that can be exploited to execute arbitrary code on the server....

10CVSS7.1AI score0.76825EPSS
SaveExploits2References9Affected Software2
Github Security Blog
Github Security Blog
added 2023/04/10 4:37 p.m.53 views

Flask-AppBuilder Has No Rate Limiting on Login AUTH DB

Impact Lack of rate limiting will allow an attacker to brute-force user credentials. Patches Ability to enable rate limiting on Flask-AppBuilder = 4.3.0. Use AUTHRATELIMITED = True and RATELIMITENABLED = True set the limit itself by using AUTHRATELIMIT. Will apply only to database authentication...

7.5CVSS7.4AI score0.00629EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/28 7:57 p.m.53 views

matrix-react-sdk Prototype pollution vulnerability

Impact Events sent with special strings in key places can temporarily disrupt or impede the matrix-react-sdk from functioning properly, such as by causing room or event tile crashes. The remainder of the application can appear functional, though certain rooms/events will not be rendered. Patches...

8.2CVSS5.8AI score0.00906EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities5000