Lucene search
+L
GithubMost viewed

34267 matches found

Github Security Blog
Github Security Blog
added 2024/06/17 10:28 p.m.61 views

Lobe Chat API Key Leak

Summary If an attacker can successfully authenticate through SSO/Access Code, they can obtain the real backend API Key by modifying the base URL to their own attack URL on the frontend and setting up a server-side request. Details The attack process is described above. PoC Frontend: 1. Pass basic...

5.7CVSS6.9AI score0.00546EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/22 4:57 p.m.61 views

Denial of service while parsing a tar file due to lack of folders count validation

Description: During some analysis today on npm's node-tar package I came across the folder creation process, Basicly if you provide node-tar with a path like this ./a/b/c/foo.txt it would create every folder and sub-folder here a, b and c until it reaches the last folder to create foo.txt, In-thi...

6.5CVSS7AI score0.00929EPSS
SaveExploits1References5Affected Software2
Github Security Blog
Github Security Blog
added 2024/03/19 8:6 p.m.61 views

Container escape at build time

Impact What kind of vulnerability is it? Who is impacted? Users running containers with root privileges allowing a container to run with read/write access to the host system files when selinux is not enabled. With selinux enabled, some read access is allowed. Patches From @nalind cat...

8.6CVSS8.5AI score0.0049EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/01 4:58 p.m.61 views

Directus has MySQL accent insensitive email matching

Password reset vulnerable to accent confusion The password reset mechanism of the Directus backend is implemented in a way where combined with specific, need to double check if i can work around configuration in MySQL or MariaDB. As such, it allows attackers to receive a password reset email of a...

8.2CVSS7AI score0.00702EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/27 6:31 p.m.61 views

Apache James MIME4J improper input validation vulnerability

Improper input validation allows for header injection in MIME4J library when using MIME4J DOM for composing message. This can be exploited by an attacker to add unintended headers to MIME messages...

5.3CVSS6.3AI score0.01091EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/22 6:25 p.m.61 views

Fiber has Insecure CORS Configuration, Allowing Wildcard Origin with Credentials

The CORS middleware allows for insecure configurations that could potentially expose the application to multiple CORS-related vulnerabilities. Specifically, it allows setting the Access-Control-Allow-Origin header to a wildcard "" while also having the Access-Control-Allow-Credentials set to true...

9.8CVSS9.3AI score0.0066EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/09 7:35 p.m.61 views

Microsoft ASP.NET Core project templates vulnerable to denial of service

A Denial of Service vulnerability exists in ASP.NET Core project templates which utilize JWT-based authentication tokens. This vulnerability allows an unauthenticated client to consume arbitrarily large amounts of server memory, potentially triggering an out-of-memory condition on the server and...

6.8CVSS8AI score0.02892EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2023/12/05 10:57 p.m.61 views

Test code in published microsoft-graph-beta package exposes phpinfo()

Impact The Microsoft Graph Beta PHP SDK published packages which contained test code that enabled the use of the phpInfo function from any application that could access and execute the file at vendor/microsoft/microsoft-graph-beta/tests/GetPhpInfo.php. The phpInfo function exposes system...

10CVSS6.2AI score0.78428EPSS
SaveExploits6References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/20 9:30 a.m.61 views

Deserialization of Untrusted Data in apache-submarine

Apache Software Foundation Apache Submarine has a bug when serializing against yaml. The bug is caused by snakeyaml https://nvd.nist.gov/vuln/detail/CVE-2022-1471 . Apache Submarine uses JAXRS to define REST endpoints. In order to handle YAML requests using application/yaml content-type, it defin...

9.8CVSS6.7AI score0.01761EPSS
SaveExploits11References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/17 2:21 p.m.61 views

Prototype Pollution in ali-security/mongoose

Impact This vulnerability causes a Prototype Pollution in document.js, through functions such as findByIdAndUpdate. For applications using Express and EJS, this can potentially allow remote code execution. Patches The original patched version for mongoose 5.3.3 did not include a fix for...

7.3AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/16 12:33 p.m.61 views

Google Sheets data source plugin for Grafana information disclosure vulnerability

Grafana is an open-source platform for monitoring and observability. The Google Sheets data source plugin for Grafana, versions 0.9.0 to 1.2.2 are vulnerable to an information disclosure vulnerability. The plugin did not properly sanitize error messages, making it potentially expose the Google...

7.5CVSS6.4AI score0.00389EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/15 9:30 p.m.61 views

Authorization Header forwarded on redirect

urllib3 before 1.24.2 does not remove the authorization HTTP header when following a cross-origin redirect i.e., a redirect that differs in host, port, or scheme. This can allow for credentials in the authorization header to be exposed to unintended hosts or transmitted in cleartext. NOTE: this...

6.1CVSS6.8AI score0.00516EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/18 7:22 p.m.61 views

Fides Webserver Vulnerable to Zip Bomb File Uploads

Impact The Fides webserver is vulnerable to a type of Denial of Service DoS attack. Attackers can exploit a weakness in the connector template upload feature to upload a malicious zip bomb file, resulting in resource exhaustion and service unavailability for all users of the Fides webserver. This...

4.9CVSS6.8AI score0.00685EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/06 7:24 p.m.61 views

is_js vulnerable to Regular Expression Denial of Service

is.js is a general-purpose check library. Versions 0.9.0 and prior contain one or more regular expressions that are vulnerable to Regular Expression Denial of Service ReDoS. is.js uses a regex copy-pasted from a gist to validate URLs. Trying to validate a malicious string can cause the regex to...

7.5CVSS6.8AI score0.00866EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/01 12:30 a.m.61 views

llhttp vulnerable to HTTP request smuggling

The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling HRS. The CR character without LF is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only th...

7.5CVSS7.7AI score0.03906EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/26 9:30 p.m.61 views

Access bypass in Drupal core

The file download facility doesn't sufficiently sanitize file paths in certain situations. This may result in users gaining access to private files that they should not have access to. Some sites may require configuration changes following this security release. Review the release notes for your...

6.5CVSS6.6AI score0.0054EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/11 10:2 p.m.61 views

.NET Remote Code Execution vulnerability

Microsoft Security Advisory CVE-2023-28260: .NET Remote Code Execution Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 7.0 and .NET 6.0. This advisory also provides guidance on what developers can do to update thei...

7.8CVSS8.2AI score0.01531EPSS
SaveExploits0References5Affected Software4
Github Security Blog
Github Security Blog
added 2023/02/14 10:0 p.m.61 views

.NET Remote Code Execution Vulnerability

Microsoft Security Advisory CVE-2023-21808: .NET Remote Code Execution Vulnerability Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 7.0 and .NET 6.0. This advisory also provides guidance on what developers can do to update thei...

7.8CVSS8.2AI score0.01148EPSS
SaveExploits0References4Affected Software4
Github Security Blog
Github Security Blog
added 2023/02/07 9:30 p.m.61 views

Apache Kafka Connect vulnerable to Deserialization of Untrusted Data

A possible security vulnerability has been identified in Apache Kafka Connect API. This requires access to a Kafka Connect worker, and the ability to create/modify connectors on it with an arbitrary Kafka client SASL JAAS config and a SASL-based security protocol, which has been possible on Kafka...

8.8CVSS8.6AI score0.9581EPSS
SaveExploits8References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/10 10:48 p.m.61 views

Reflected XSS in Gotify's /docs via import of outdated Swagger UI

Impact Gotify exposes an outdated instance of the Swagger UI API documentation frontend at /docs which is susceptible to reflected XSS attacks when loading external Swagger config files. Specifically, the DOMPurify version included with this version of Swagger UI is vulnerable to a rendering XSS...

6.1CVSS2.1AI score0.04881EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/05 12:30 p.m.61 views

Vercel ms Inefficient Regular Expression Complexity vulnerability

A vulnerability, which was classified as problematic, has been found in vercel ms up to 1.x. This issue affects the function parse of the file index.js. The manipulation of the argument str leads to inefficient regular expression complexity. The attack may be initiated remotely. The exploit has...

5.3CVSS5.7AI score0.00981EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/28 12:30 a.m.61 views

YAML Go package vulnerable to denial of service

Due to unbounded alias chasing, a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector...

5.5CVSS4.3AI score0.00415EPSS
SaveExploits1References6Affected Software2
Github Security Blog
Github Security Blog
added 2022/10/25 8:22 p.m.61 views

@dependencytrack/frontend vulnerable to Persistent Cross-Site-Scripting via Vulnerability Details

Description Due to the common practice of providing vulnerability details in markdown format, the Dependency-Track frontend renders them using the JavaScript library Showdown. Showdown does not have any XSS countermeasures built in, and versions before 4.6.1 of the Dependency-Track frontend did n...

5.4CVSS5.3AI score0.00684EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/06 7:57 p.m.61 views

AES OCB fails to encrypt some bytes

AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimized implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was pre-existing in the memory that wasn't written. In the special case of "in place" encryptio...

5.3CVSS1.6AI score0.04425EPSS
SaveExploits0References21Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/02 12:0 a.m.61 views

openssl-src heap memory corruption with RSA private key operation

The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X8664 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory corruption will happen during the computation. As a...

10CVSS9.5AI score0.44881EPSS
SaveExploits3References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/25 7:19 a.m.61 views

JWS and JWT signature validation vulnerability with special characters

Impact Jsrsasign supports JWSJSON Web Signatures and JWTJSON Web Token validation. However JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. For example, even if a string of non Base64URL encoding characters such...

9.8CVSS0.2AI score0.01096EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/25 7:11 a.m.61 views

BlockWishList SQL Injection vulnerability

Impact An authenticated customer can perform SQL injection Patches Issue is fixed in 2.1.1...

8.8CVSS8.6AI score0.22718EPSS
SaveExploits6References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/16 11:14 p.m.61 views

Compromised child renderer processes could obtain IPC access without nodeIntegrationInSubFrames being enabled

Impact This vulnerability allows a renderer with JS execution to obtain access to a new renderer process with nodeIntegrationInSubFrames enabled which in turn allows effective access to ipcRenderer. Please note the misleadingly named nodeIntegrationInSubFrames option does not implicitly grant...

9.8CVSS8.8AI score0.00976EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/01 7:56 p.m.61 views

Path Traversal in XWiki Platform

Impact One can ask for any file located in the classloader using the template API and a path with ".." in it. For example template name="../xwiki.hbm.xml"/ To our knownledge none of the available files of the classloader in XWiki Standard contain any strong confidential data, hence the low...

4CVSS4.6AI score0.0102EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/01 7:50 p.m.61 views

Weak private key generation in SSH.NET

During an X25519 key exchange, the client’s private is generated with System.Random: cs var rnd = new Random; privateKey = new byteMontgomeryCurve25519.PrivateKeySizeInBytes; rnd.NextBytesprivateKey; Source: KeyExchangeECCurve25519.cs Source commit:...

6.5CVSS5.7AI score0.01414EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/25 12:0 a.m.61 views

Undertow Uncontrolled Resource Consumption

A flaw was found in Undertow. A potential security issue in flow control handling by the browser over HTTP/2 may potentially cause overhead or a denial of service in the server. The highest threat from this vulnerability is availability. This flaw affects Undertow versions prior to 2.0.40.Final a...

5.9CVSS6.3AI score0.01254EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 8:47 p.m.61 views

Argo CD will blindly trust JWT claims if anonymous access is enabled

Impact A critical vulnerability has been discovered in Argo CD which would allow unauthenticated users to impersonate as any Argo CD user or role, including the admin user, by sending a specifically crafted JSON Web Token JWT along with the request. In order for this vulnerability to be exploited...

10CVSS9.3AI score0.01947EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2022/05/24 5:5 p.m.61 views

keycloak vulnerable to unauthorized login via mail server setup

A flaw was found in keycloack before version 8.0.0. The owner of 'placeholder.org' domain can setup mail server on this domain and knowing only name of a client can reset password and then log in. For example, for client name 'test' the email address will be '[email protected]'...

9.1CVSS3.9AI score0.01718EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/20 12:0 a.m.61 views

Integer overflow in BCrypt class in Spring Security

Spring Security versions 5.5.x prior to 5.5.7, 5.6.x prior to 5.6.4, and earlier unsupported versions contain an integer overflow vulnerability. When using the BCrypt class with the maximum work factor 31, the encoder does not perform any salt rounds, due to an integer overflow error. The default...

5.3CVSS7.1AI score0.02325EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:40 a.m.61 views

Improper Authentication in Jenkins Blue Ocean Plugin

Blue Ocean allows the creation of GitHub organization folders that are set up to scan a GitHub organization for repositories and branches containing a Jenkinsfile, and create corresponding pipelines in Jenkins. Its SCM content REST API supports the pipeline creation and editing feature in Blue...

8.5CVSS1.6AI score0.00758EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:24 a.m.61 views

Apache MyFaces Vulnerable to Path Traversal

Multiple directory traversal vulnerabilities in MyFaces JavaServer Faces JSF in Apache MyFaces Core 2.0.x before 2.0.12 and 2.1.x before 2.1.6 allow remote attackers to read arbitrary files via a .. dot dot in the 1 ln parameter to faces/javax.faces.resource/web.xml or 2 the PATHINFO to...

5CVSS6.5AI score0.33471EPSS
SaveExploits3References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:9 a.m.61 views

Inadequate Encryption Strength in Apache CXF

Apache CXF 2.5.x before 2.5.10, 2.6.x before CXF 2.6.7, and 2.7.x before CXF 2.7.4 does not verify that a specified cryptographic algorithm is allowed by the WS-SecurityPolicy AlgorithmSuite definition before decrypting, which allows remote attackers to force CXF to use weaker cryptographic...

6.4CVSS5.5AI score0.06322EPSS
SaveExploits0References29Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/02 3:13 a.m.61 views

Apache XML Security For Java vulnerable to authentication bypass by HMAC truncation

The design of the W3C XML Signature Syntax and Processing XMLDsig recommendation, as implemented in multiple products. The Apache XML Security Java is affected by the vulnerability published in US-Cert VU 466161. See: http://www.kb.cert.org/vuls/id/466161 for more information. This bug can allow ...

5CVSS0.5AI score0.06296EPSS
SaveExploits0References29Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/17 5:19 p.m.61 views

Improper CSP in Image Optimization API for Next.js versions between 10.0.0 and 12.1.0

Next.js is a React framework. Starting with version 10.0.0 and prior to version 12.1.0, Next.js is vulnerable to User Interface UI Misrepresentation of Critical Information. In order to be affected, the next.config.js file must have an images.domains array assigned and the image host assigned in...

7.5CVSS2.5AI score0.01795EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/16 10:30 p.m.61 views

Skip the router TLS configuration when the host header is an FQDN

Impact People that configure mTLS between Traefik and clients. For a request, the TLS configuration choice can be different than the router choice, which implies the use of a wrong TLS configuration. - When sending a request using FQDN handled by a router configured with a dedicated TLS...

7.5CVSS7.4AI score0.01714EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/16 12:1 a.m.61 views

Agent-to-controller security bypass in Jenkins HashiCorp Vault Plugin

Jenkins HashiCorp Vault Plugin 3.8.0 and earlier implements functionality that allows agent processes to retrieve any Vault secrets for use on the agent, allowing attackers able to control agent processes to obtain Vault secrets for an attacker-specified path and key...

6.5CVSS3.6AI score0.00809EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/15 12:41 a.m.61 views

Arbitrary Code Execution in Docker

Docker before 1.3.2 allows remote attackers to write to arbitrary files and execute arbitrary code via a 1 symlink or 2 hard link attack in an image archive in a a pull or b load operation...

7.5CVSS7.2AI score0.04909EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/12 8:7 p.m.61 views

Improper Initialization in Pillow

Pillow is the friendly PIL Python Imaging Library fork. pathgetbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path...

6.5CVSS7.8AI score0.02556EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/18 4:13 p.m.61 views

Clarify Content-Type handling

Impact In the OCI Distribution Specification version 1.0.0 and prior, the Content-Type header alone was used to determine the type of document during push and pull operations. Documents that contain both “manifests” and “layers” fields could be interpreted as either a manifest or an index in the...

5CVSS1AI score0.02085EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/15 11:16 p.m.61 views

Authentication bypass issue in the Operator Console

During an internal security audit, we detected an authentication bypass issue in the Operator Console when an external IDP is enabled. The security issue has been reported internally. We have not observed this exploit in the wild or reported elsewhere in the community at large. All users are...

9.8CVSS1.9AI score0.48414EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/14 8:25 p.m.61 views

body-parser-xml vulnerable to Prototype Pollution

body-parser-xml is vulnerable to Improperly Controlled Modification of Object Prototype Attributes 'Prototype Pollution'...

9.8CVSS8.9AI score0.01299EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/08 6:0 p.m.61 views

Duplicate Advisory: Session Fixation

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-h9q8-5gv2-v6mg. This link is maintained to preserve external references. Original Description Shopware is an open source eCommerce platform. Potential session hijacking of store customers in versions below...

7.5CVSS7.1AI score0.00877EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/09 8:39 p.m.61 views

Code injection in topthink/think

A remote code execution RCE vulnerability in /library/think/App.php of Twothink v2.0 allows attackers to execute arbitrary PHP code...

9.8CVSS9.8AI score0.02474EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/02 4:59 p.m.61 views

Prototype Pollution in GraphHopper

This affects the package com.graphhopper:graphhopper-web-bundle before 3.2, from 4.0-pre1 and before 4.0. The URL parser could be tricked into adding or modifying properties of Object.prototype using a constructor or proto payload...

5.4CVSS4.5AI score0.01401EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/26 9:34 p.m.61 views

Missing Authorization in TYPO3 extension

The directmail extension through 5.2.3 for TYPO3 allows Information Disclosure via a newsletter subscriber data Special Query...

4.3CVSS3.5AI score0.00778EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities5000