Lucene search
+L
GithubMost viewed

34222 matches found

Github Security Blog
Github Security Blog
added 2023/06/22 9:30 p.m.63 views

Grafana vulnerable to Authentication Bypass by Spoofing

Grafana is validating Azure AD accounts based on the email claim. On Azure AD, the profile email field is not unique and can be easily modified. This leads to account takeover and authentication bypass when Azure AD OAuth is configured with a multi-tenant app...

9.8CVSS9.5AI score0.03995EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/24 5:24 p.m.63 views

Ckan remote code execution and private information access via crafted resource ids

Specific vulnerabilities: Arbitrary file write in resourcecreate and packageupdate actions, using the ResourceUploader object. Also reachable via packagecreate, packagerevise, and packagepatch via calls to packageupdate. Remote code execution via unsafe pickle loading, via Beaker's session store...

9.8CVSS8.3AI score0.01684EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/17 3:49 a.m.63 views

Starlette has Path Traversal vulnerability in StaticFiles

Summary When using StaticFiles, if there's a file or directory that starts with the same name as the StaticFiles directory, that file or directory is also exposed via StaticFiles which is a path traversal vulnerability. Details The root cause of this issue is the usage of os.path.commonprefix:...

7.5CVSS6.6AI score0.02049EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/21 10:33 p.m.63 views

Session fixation in fastify-passport

Applications using @fastify/passport for user authentication, in combination with @fastify/session as the underlying session management mechanism, are vulnerable to session fixation attacks from network and same-site attackers. Details fastify applications rely on the @fastify/passport library fo...

8.1CVSS5.9AI score0.00751EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/07 3:30 p.m.63 views

Apache Airflow Spark Provider vulnerable to improper input validation

Apache Software Foundation Apache Airflow Spark Provider before 4.0.1 is vulnerable to improper input validation because the host and schema of JDBC Hook can contain / and ? which is used to denote the end of the field...

7.5CVSS7.3AI score0.02152EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/23 9:30 p.m.63 views

Cross-site Scripting in Quarkus

If the Quarkus Form Authentication session cookie Path attribute is set to / then a cross-site attack may be initiated which might lead to the Information Disclosure. This attack can be prevented with the Quarkus CSRF Prevention feature...

6.1CVSS6.5AI score0.0055EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/14 12:30 a.m.63 views

Vulnerable OpenSSL included in sgx-dcap-quote-verify-python

sgx-dcap-quote-verify-python includes a statically linked copy of OpenSSL. The version of OpenSSL included in sgx-dcap-quote-verify-python 0.0.1..0.0.2 is vulnerable to a security issue. More details about the OpenSSL vulnerabilities themselves can be found at...

7.4CVSS0.4AI score0.59501EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/08 9:33 p.m.63 views

TYPO3 is vulnerable to Cross-Site Scripting via frontend rendering

CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L/E:F/RL:O/RC:C 8.2 Problem TYPO3 core component GeneralUtility::getIndpEnv uses the unfiltered server environment variable PATHINFO, which allows attackers to inject malicious content. In combination with the TypoScript setting...

8.8CVSS5.9AI score0.00831EPSS
SaveExploits1References10Affected Software2
Github Security Blog
Github Security Blog
added 2022/10/19 8:26 p.m.63 views

Team scope authorization bypass when Post/Put request with :team_name in body, allows HTTP parameter pollution

Impact For some Post/Put Concourse endpoint containing :teamname in the URL, a Concourse user can send a request with body including :teamname=team2 to bypass team scope check to gain access to certain resources belong to any other team. The user only needs a valid user session and belongs to...

5.4CVSS5.7AI score0.00446EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2022/10/18 9:46 p.m.63 views

.NET Remote Code Execution Vulnerability

Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 6.0, .NET 5.0, and .NET Core 3.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. A Remote Code Execution vulnerability exis...

6.8CVSS1.8AI score0.01608EPSS
SaveExploits0References12Affected Software100
Github Security Blog
Github Security Blog
added 2022/08/06 5:39 a.m.63 views

Solana Pay Vulnerable to Weakness in Transfer Validation Logic

Description When a Solana Pay transaction is located using a reference key, it may be checked to represent a transfer of the desired amount to the recipient, using the supplied validateTransfer function. An edge case regarding this mechanism could cause the validation logic to validate multiple...

5.3CVSS5.4AI score0.00804EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/21 8:7 p.m.63 views

Change in port should be considered a change in origin

Impact Authorization and Cookie headers on requests are sensitive information. On making a request which responds with a redirect to a URI with a different port, if we choose to follow it, we should remove the Authorization and Cookie headers from the request, before containing. Previously, we...

7.7CVSS7.3AI score0.01413EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/03 10:19 p.m.63 views

Dev error stack trace leaking into prod in Play Framework

Impact Play Framework, when run in dev mode, shows verbose errors for easy debugging, including an exception stack trace. Play does this by configuring its DefaultHttpErrorHandler to do so based on the application mode. In its Scala API Play also provides a static object DefaultHttpErrorHandler...

7.5CVSS7.6AI score0.01259EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2022/05/24 10:17 p.m.63 views

Key confusion through non-blocklisted public key formats

Impact What kind of vulnerability is it? Who is impacted? Disclosed by Aapo Oksman Senior Security Specialist, Nixu Corporation. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requir...

7.5CVSS7.3AI score0.0128EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/17 7:57 p.m.63 views

JGit Improper Input Validation vulnerability

Git before 1.8.5.6, 1.9.x before 1.9.5, 2.0.x before 2.0.5, 2.1.x before 2.1.4, and 2.2.x before 2.2.1 on Windows and OS X; Mercurial before 3.2.3 on Windows and OS X; Apple Xcode before 6.2 beta 3; mine; libgit2; Egit; and JGit allow remote Git servers to execute arbitrary commands via a tree...

9.8CVSS9.1AI score0.75845EPSS
SaveExploits5References14Affected Software2
Github Security Blog
Github Security Blog
added 2022/05/14 2:50 a.m.63 views

Cross-Site Request Forgery in Apache Struts

Apache Struts 2.0.0 through 2.3.x before 2.3.20 uses predictable values, which allows remote attackers to bypass the CSRF protection mechanism...

6.8CVSS7.8AI score0.03486EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 1:57 a.m.63 views

Withdrawn Advisory: AlchemyCMS is vulnerable to stored XSS via the /admin/pictures image field

Withdrawn Advisory This advisory has been withdrawn because it does not describe a vulnerability. The maintainer states the following: The researcher used an authorized cookie to perform the request to a password-protected route. Without that session cookie, the request would have been rejected a...

6.1CVSS5.9AI score0.01691EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/02 7:33 p.m.63 views

Exposure of repository credentials to external third-party sources in Rancher

Impact This issue only happens when the user configures access credentials to a private repository in Rancher inside Apps & Marketplace Repositories. It affects Rancher versions 2.5.0 up to and including 2.5.11 and from 2.6.0 up to and including 2.6.2. An insufficient check of the same-origin...

7.5CVSS7.3AI score0.00727EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/25 12:0 a.m.63 views

Cross-site Scripting in Pimcore Datahub

Pimcore Datahub prior to 1.2.4 is vulnerable to stored cross-site scripting. An admin user accessing Datahub triggers the attack, which may result in the user's cookie being stolen...

6.5CVSS2.6AI score0.00573EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/11 12:2 a.m.63 views

Exposure of Sensitive Information to an Unauthorized Actor in PhpMyAdmin

PhpMyAdmin before 5.1.3 allows an attacker to retrieve potentially sensitive information by creating invalid requests. This affects the lang parameter, the pmaparameter, and the cookie section...

7.5CVSS3.8AI score0.01296EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/14 9:8 p.m.63 views

October/System authenticated file write leads to remote code execution

Impact Assuming an attacker with "create, modify and delete website pages" privileges in the backend is able to execute PHP code by running specially crafted Twig code in the template markup. Patches Issue has been patched in Build 473 and v1.1.6 Workarounds Apply...

8.8CVSS1.4AI score0.01336EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/20 5:58 p.m.63 views

Open Redirect in OAuth2 Proxy

Impact As users can provide a redirect address for the proxy to send the authenticated user to at the end of the authentication flow. This is expected to be the original URL that the user was trying to access. This redirect URL is checked within the proxy and validated before redirecting the user...

5.8CVSS5.7AI score0.00896EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/09 7:15 p.m.63 views

Unsafe Deserialization in jackson-databind

FasterXML jackson-databind 2.x before 2.6.7.5 and from 2.7.x before 2.9.10.6 mishandles the interaction between serialization gadgets and typing, related to com.pastdev.httpcomponents.configuration.JndiConfiguration...

8.1CVSS8.7AI score0.07327EPSS
SaveExploits1References14Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/07 9:22 p.m.63 views

Overflow in netlink bytemsg length field allows attacker to override netlink-based container configuration in RunC

Impact In runc, netlink is used internally as a serialization system for specifying the relevant container configuration to the C portion of our code responsible for the based namespace setup of containers. In all versions of runc prior to 1.0.3, the encoder did not handle the possibility of an...

6CVSS6.2AI score0.01677EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/21 5:49 p.m.63 views

Exposure of Sensitive Information to an Unauthorized Actor in Moodle

The participants table download in Moodle always included user emails, but should have only done so when users' emails are not hidden. Versions affected: 3.9 to 3.9.2, 3.8 to 3.8.5 and 3.7 to 3.7.8. This is fixed in moodle 3.9.3, 3.8.6, 3.7.9, and 3.10...

5.3CVSS5.7AI score0.01519EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/29 5:11 p.m.63 views

Cross site scripting in datatables.net

This affects the package datatables.net before 1.11.3. If an array is passed to the HTML escape entities function it would not have its contents escaped...

6.1CVSS0.8AI score0.01975EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/28 4:16 p.m.63 views

Improper Authorization in Google OAuth Client

PKCE support is not implemented in accordance with the RFC for OAuth 2.0 for Native Apps. Without the use of PKCE, the authorization code returned by an authorization server is not enough to guarantee that the client that issued the initial authorization request is the one that will be authorized...

9.1CVSS8.5AI score0.01587EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/07 11:8 p.m.63 views

Older releases of better_errors open to Cross-Site Request Forgery attack

Impact bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not enforce the correct "Content-Type" header for these requests, which allowed a cross-origin "simple request" to be made without CORS protection. These together left an application with...

8.8CVSS8.4AI score0.00636EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 4:16 p.m.63 views

remote code execution via git repo provider

Impact A remote code execution vulnerability has been identified in BinderHub, where providing BinderHub with maliciously crafted input could execute code in the BinderHub context, with the potential to egress credentials of the BinderHub deployment, including JupyterHub API tokens, kubernetes...

9.8CVSS9.7AI score0.01928EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 2:47 p.m.63 views

XStream is vulnerable to an Arbitrary Code Execution attack

Impact The vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required...

8.5CVSS8.8AI score0.04735EPSS
SaveExploits1References13Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/10 4:7 p.m.63 views

Open redirect in url-parse

Overview Affected versions of npm url-parse are vulnerable to URL Redirection to Untrusted Site. Impact Depending on library usage and attacker intent, impacts may include allow/block list bypasses, SSRF attacks, open redirects, or other undesired behavior...

5.3CVSS6.4AI score0.01834EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/02 4:47 p.m.63 views

Improper Authentication in Apereo CAS

Apereo CAS 5.3.x before 5.3.16, 6.x before 6.1.7.2, 6.2.x before 6.2.4, and 6.3.x before 6.3.0-RC4 mishandles secret keys with Google Authenticator for multifactor authentication...

7.5CVSS7.4AI score0.01219EPSS
SaveExploits0References3Affected Software2
Github Security Blog
Github Security Blog
added 2021/07/19 9:21 p.m.63 views

Hashicorp Consul Missing SSL Certificate Validation

HashiCorp Consul before 1.10.1 and Consul Enterprise has Missing SSL Certificate Validation. xds does not ensure that the Subject Alternative Name of an upstream is validated...

7.5CVSS0.7AI score0.01457EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/28 4:46 p.m.63 views

Reflected XSS from the callback handler's error query parameter

Overview Versions before and including 1.4.1 are vulnerable to reflected XSS. An attacker can execute arbitrary code by providing an XSS payload in the error query parameter which is then processed by the callback handler as an error message. Am I affected? You are affected by this vulnerability ...

8CVSS1.9AI score0.01403EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/08 7:23 p.m.63 views

Temporary urls leaked via logging

In OpenStack Swift prior to 2.15.2, the proxy-server logs full tempurl paths, potentially leaking reusable tempurl signatures to anyone with read access to these logs. All Swift deployments using the tempurl middleware are affected...

4.3CVSS2.7AI score0.00795EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/24 6:12 p.m.63 views

Improper certificate validation in em-imap

em-imap 0.5 and earlier use the library eventmachine in an insecure way that allows an attacker to perform a man-in-the-middle attack against users of the library. The hostname in a TLS server certificate is not verified...

7.4CVSS6.9AI score0.00751EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 9:9 p.m.63 views

Insufficient Session Expiration in Kiali

An insufficient JWT validation vulnerability was found in Kiali versions 0.4.0 to 1.15.0 and was fixed in Kiali version 1.15.1, wherein a remote attacker could abuse this flaw by stealing a valid JWT cookie and using that to spoof a user session, possibly gaining privileges to view and alter the...

8.6CVSS8.1AI score0.01125EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 9:7 p.m.63 views

Cross-site scripting in bluemonday

bluemonday before 1.0.5 allows XSS because certain Go lowercasing converts an uppercase Cyrillic character, defeating a protection mechanism against the "script" string...

6.1CVSS2AI score0.00929EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 6:34 p.m.63 views

golang.org/x/text Infinite loop

Go version v0.3.3 of the x/text package fixes a vulnerability in encoding/unicode that could lead to the UTF-16 decoder entering an infinite loop, causing the program to crash or run out of memory. An attacker could provide a single byte to a UTF16 decoder instantiated with UseBOM or ExpectBOM to...

7.5CVSS7.4AI score0.0184EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 3:32 p.m.63 views

Out-of-bounds read in Apache Thrift

In Apache Thrift 0.9.3 to 0.12.0, a server implemented in Go using TJSONProtocol or TSimpleJSONProtocol may panic when feed with invalid input data...

7.5CVSS2.8AI score0.06849EPSS
SaveExploits0References16Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/17 9:0 p.m.63 views

Code Injection in mosc

mosc through 1.0.0 is vulnerable to Arbitrary Code Execution. User input provided to properties argument is executed by the eval function, resulting in code execution...

8.6CVSS8.7AI score0.01938EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 6:54 p.m.63 views

Cross-Site Request Forgery in MAGMI

All versions of MAGMI up to and including version 0.7.24 are vulnerable to CSRF due to the lack of CSRF tokens. RCE via phpcli command is possible in the event that a CSRF is leveraged against an existing admin session for MAGMI...

8.8CVSS8.4AI score0.14725EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/20 4:43 p.m.63 views

Path Traversal in Ansible

A flaw was found in Ansible 2.7.17 and prior, 2.8.9 and prior, and 2.9.6 and prior when using the Extract-Zip function from the winunzip module as the extracted files are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive...

7.8CVSS6.8AI score0.00365EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 8:59 p.m.63 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.0256EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 8:43 p.m.63 views

Cross-site Scripting (XSS) in moodle

In Moodle, it was possible to include JavaScript when re-naming content bank items. Versions affected: 3.9 to 3.9.2. This is fixed in moodle 3.9.3 and 3.10...

6.1CVSS6.2AI score0.01276EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/29 4:35 p.m.63 views

Out of bounds read in Pillow

An issue was discovered in Pillow before 8.2.0. In TiffDecode.c, there is an out-of-bounds read in TiffreadRGBATile via invalid tile boundaries...

7.5CVSS7.9AI score0.01425EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/18 8:30 p.m.63 views

Django Incorrect Default Permissions

An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 when Python 3.7+ is used. The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077...

7.5CVSS7.5AI score0.0327EPSS
SaveExploits0References18Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/18 7:27 p.m.63 views

Insufficiently Protected Credentials in Elasticsearch

Elasticsearch versions 7.7.0 to 7.10.1 contain an information disclosure flaw in the async search API. Users who execute an async search will improperly store the HTTP headers. An Elasticsearch user with the ability to read the .tasks index could obtain sensitive request headers of other users in...

4.8CVSS1.8AI score0.01241EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/18 7:23 p.m.63 views

Exposure of Sensitive Information to an Unauthorized Actor

A document disclosure flaw was found in Elasticsearch versions after 7.6.0 and before 7.11.0 when Document or Field Level Security is used. Get requests do not properly apply security permissions when executing a query against a recently updated document. This affects documents that have been...

4.3CVSS1.9AI score0.01112EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/12 9:34 p.m.63 views

Cross-site scripting (XSS)

Cross-site scripting XSS in modules/content/admin/content.php in ImpressCMS profile 1.4.2 allows remote attackers to inject arbitrary web script or HTML parameters through the "Display Name" field...

5.4CVSS3.6AI score0.00867EPSS
SaveExploits1References4Affected Software1
Total number of security vulnerabilities5000