Lucene search
+L
GithubMost viewed

34132 matches found

Github Security Blog
Github Security Blog
added 2024/04/11 9:32 p.m.47 views

Internationalized Domain Names in Applications (IDNA) vulnerable to denial of service from specially crafted inputs to idna.encode

Impact A specially crafted argument to the idna.encode function could consume significant resources. This may lead to a denial-of-service. Patches The function has been refined to reject such strings without the associated resource consumption in version 3.7. Workarounds Domain names cannot excee...

7.5CVSS6.5AI score0.01386EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/04 3:30 p.m.47 views

quarkus-core leaks local environment variables from Quarkus namespace during application's build

A vulnerability was found in the quarkus-core component. Quarkus captures the local environment variables from the Quarkus namespace during the application's build. Thus, running the resulting application inherits the values captured at build time. However, some local environment variables may ha...

7CVSS6.9AI score0.00288EPSS
SaveExploits0References16Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/26 3:30 p.m.47 views

LangChain's XMLOutputParser vulnerable to XML Entity Expansion

The XMLOutputParser in LangChain uses the etree module from the XML parser in the standard python library which has some XML vulnerabilities; see: https://docs.python.org/3/library/xml.html This primarily affects users that combine an LLM or agent with the XMLOutputParser and expose the component...

5.9CVSS6.8AI score0.0077EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/22 4:30 p.m.47 views

Server-Side Template Injection (SSTI) with Grav CMS security sandbox bypass

Summary Grav CMS is vulnerable to a Server-Side Template Injection SSTI, which allows any authenticated user editor permissions are sufficient to execute arbitrary code on the remote server bypassing the existing security sandbox. Details The Grav CMS implements a custom sandbox to protect the...

8.8CVSS8.7AI score0.0576EPSS
SaveExploits4References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/15 6:44 p.m.47 views

Nuclei allows unsigned code template execution through workflows

Overview A significant security oversight was identified in Nuclei v3, involving the execution of unsigned code templates through workflows. This vulnerability specifically affects users utilizing custom workflows, potentially allowing the execution of malicious code on the user's system. This...

7.4CVSS7.1AI score0.00411EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/12 8:50 p.m.47 views

URL Redirection to Untrusted Site in OAuth2/OpenID in directus

Summary The authentication API has a redirect parameter that can be exploited as an open redirect vulnerability as the user tries to log in via the API URL https://docs.directus.io/reference/authentication.htmllogin-using-sso-providers /auth/login/google?redirect for example. Details There's a...

5.4CVSS7.3AI score0.00583EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/07 12:30 p.m.47 views

Apache Pulsar SASL Authentication Provider observable timing discrepancy vulnerability

Observable timing discrepancy vulnerability in Apache Pulsar SASL Authentication Provider can allow an attacker to forge a SASL Role Token that will pass signature verification. Users are recommended to upgrade to version 2.11.3, 3.0.2, or 3.1.1 which fixes the issue. Users should also consider...

7.4CVSS7AI score0.00763EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/19 8:28 p.m.47 views

JupyterLab vulnerable to potential authentication and CSRF tokens leak

Impact Users of JupyterLab who click on a malicious link may get their Authorization and XSRFToken tokens exposed to a third party when running an older jupyter-server version. Patches JupyterLab 4.1.0b2, 4.0.11, and 3.6.7 were patched. Workarounds No workaround has been identified, however users...

7.6CVSS6.7AI score0.00665EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2024/01/09 4:18 p.m.47 views

Parsing JSON serialized payload without protected field can lead to segfault

Summary Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. Details This seems to also affect other functions that calls Parse internally, like jws.Verify. My understanding of these functions from t...

7.5CVSS7AI score0.00864EPSS
SaveExploits1References6Affected Software2
Github Security Blog
Github Security Blog
added 2023/12/28 10:32 p.m.47 views

Winter CMS Stored XSS through Backend ColorPicker FormWidget

Impact Users with access to backend forms that include a ColorPicker FormWidget can provide a value that would then be rendered unescaped in the backend form, potentially allowing for a stored XSS attack. By default, only the Brand Settings backend.managebranding and Mail Brand Settings...

5.4CVSS5.8AI score0.00309EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/11 12:30 a.m.48 views

Header spoofing in caddy-geo-ip

The caddy-geo-ip aka GeoIP middleware through 0.6.0 for Caddy 2, when trustheader X-Forwarded-For is used, allows attackers to spoof their source IP address via an X-Forwarded-For header, which may bypass a protection mechanism trustedproxy directive in reverseproxy or IP address range restrictio...

6.5CVSS6.8AI score0.00655EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/29 9:33 p.m.47 views

CarrierWave Content-Type allowlist bypass vulnerability, possibly leading to XSS

Impact CarrierWave::Uploader::ContentTypeAllowlist has a Content-Type allowlist bypass vulnerability, possibly leading to XSS. The validation in allowlistedcontenttype? determines Content-Type permissions by performing a partial match. If the contenttype argument of allowlistedcontenttype? is...

6.8CVSS6.1AI score0.00613EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/10/25 9:14 p.m.47 views

XWiki Platform vulnerable to XSS with edit right in the create document form for existing pages

Impact When trying to create a document that already exists, XWiki displays an error message in the form for creating it. Due to missing escaping, this error message is vulnerable to raw HTML injection and thus XSS. The injected code is the document reference of the existing document so this...

9CVSS7.8AI score0.00623EPSS
SaveExploits1References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/10/24 7:20 p.m.47 views

Unsecured WMS dynamic styling sld=<url> parameter affords blind unauthenticated SSRF

Summary The WMS specification defines an sld= parameter for GetMap, GetLegendGraphic and GetFeatureInfo operations for user supplied "dynamic styling". Enabling the use of dynamic styles, without also configuring URL checks, provides the opportunity for Service Side Request Forgery. It is possibl...

8.6CVSS6.7AI score0.00514EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/10/20 7:30 p.m.47 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/08/23 6:30 p.m.47 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.01488EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/09 1:18 p.m.47 views

libp2p nodes vulnerable to attack using large RSA keys

Impact A malicious peer can use large RSA keys to run a resource exhaustion attack & force a node to spend time doing signature verification of the large key. This vulnerability is present in the core/crypto module of go-libp2p and can occur during the Noise handshake and the libp2p x509 extensio...

7.5CVSS6.7AI score0.01084EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/03 7:45 p.m.47 views

Aerospike Java Client vulnerable to unsafe deserialization of server responses

GitHub Security Lab GHSL Vulnerability Report: GHSL-2023-044 The GitHub Security Lab team has identified a potential security vulnerability in Aerospike Java Client. We are committed to working with you to help resolve this issue. In this report you will find everything you need to effectively...

9.8CVSS8AI score0.01761EPSS
SaveExploits0References15Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/31 10:3 p.m.47 views

Sydent does not verify email server certificates

Impact If configured to send emails using TLS, Sydent does not verify SMTP servers' certificates. This makes Sydent's emails vulnerable to interception via a man-in-the-middle MITM attack. Attackers with privileged access to the network can intercept room invitations and address confirmation...

9.3CVSS6.9AI score0.00265EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/28 3:34 p.m.47 views

Denial of service from unlimited password lengths

TL;DR This vulnerability affects all Kirby sites with user accounts unless Kirby's API and Panel are disabled in the config. The real-world impact of this vulnerability is limited, however we still recommend to update to one of the patch releases because they also fix more severe vulnerabilities...

7.5CVSS7.2AI score0.01178EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/19 3:30 a.m.48 views

MLflow Path Traversal vulnerability

Absolute Path Traversal in GitHub repository mlflow/mlflow prior to 2.5.0...

10CVSS7AI score0.67324EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/30 8:41 p.m.47 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.01021EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/29 3:30 p.m.47 views

URI gem has ReDoS vulnerability

A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396parser.rb and rfc3986parser.rb. NOTE: this issue exists becuse of a...

5.3CVSS6.9AI score0.01698EPSS
SaveExploits0References17Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/22 9:30 p.m.47 views

Moodle vulnerable to Cross-site Scripting

Content on the groups page required additional sanitizing to prevent an XSS risk. This flaw affects Moodle versions 4.2, 4.1 to 4.1.3, 4.0 to 4.0.8 and 3.11 to 3.11.14...

6.1CVSS6.2AI score0.00677EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/05/04 6:30 a.m.47 views

Improper input validation in github.com/gin-gonic/gin

Versions of the package github.com/gin-gonic/gin before version 1.9.0 are vulnerable to Improper Input Validation by allowing an attacker to use a specially crafted request via the X-Forwarded-Prefix header, potentially leading to cache poisoning. Note: Although this issue does not pose a...

7.3CVSS8.9AI score0.00905EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/13 5:53 p.m.47 views

SpiceDB binding metrics port to untrusted networks and can leak command-line flags

Background The spicedb serve command contains a flag named --grpc-preshared-key which is used to protect the gRPC API from being accessed by unauthorized requests. The values of this flag are to be considered sensitive, secret data. The /debug/pprof/cmdline endpoint served by the metrics service...

8.7CVSS7.5AI score0.00762EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/07 3:30 p.m.47 views

Apache Airflow Hive Provider vulnerable to code injection

Apache Software Foundation's Apache Airflow Hive Provider before 6.0.0 is vulnerable to improper control of generation of code...

9.8CVSS9AI score0.02765EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/03 6:30 a.m.47 views

configobj ReDoS exploitable by developer using values in a server-side configuration file

All versions of the package configobj are vulnerable to Regular Expression Denial of Service ReDoS via the validate function, using .+?.. Note: This is only exploitable in the case of a developer, putting the offending value in a server side configuration file...

5.9CVSS5.6AI score0.01259EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/23 9:30 p.m.47 views

NotrinosERP vulnerable to SQL Injection

NotrinosERP v0.7 was discovered to contain a SQL injection vulnerability via the OrderNumber parameter at /NotrinosERP/sales/customerdelivery.php...

8.8CVSS9.3AI score0.03088EPSS
SaveExploits4References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/22 12:30 p.m.47 views

Apache Tomcat vulnerable to Unprotected Transport of Credentials

When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 did not include the secure...

4.3CVSS5.2AI score0.01831EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/10 9:30 p.m.47 views

Information disclosure through error stack traces related to agents

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier, and prior to LTS 2.387.1 prints an error stack trace on agent-related pages when agent connections are broken, potentially revealing information about Jenkins configuration that is otherwise inaccessible to attackers. Jenkins 2.394, LTS 2.375.4,...

5.3CVSS6.2AI score0.00724EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/03 9:30 p.m.47 views

Opencontainers runc Incorrect Authorization vulnerability

runc 1.0.0-rc95 through 1.1.4 has Incorrect Access Control leading to Escalation of Privileges, related to libcontainer/rootfslinux.go. To exploit this, an attacker must be able to spawn two containers with custom volume-mount configurations, and be able to run custom images. NOTE: this issue...

7CVSS6.8AI score0.00444EPSS
SaveExploits1References19Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/02 11:11 p.m.47 views

Vega Expression Language `scale` expression function Cross Site Scripting

Summary The Vega scale expression function has the ability to call arbitrary functions with a single controlled argument. This can be exploited to escape the Vega expression sandbox in order to execute arbitrary JavaScript. Details The scale expression function passes a user supplied argument gro...

6.5CVSS6.7AI score0.00775EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2023/03/01 7:19 p.m.47 views

teler-waf subject to Bypass of Common Web Attack Threat Rule with HTML Entities Payload

Description teler-waf is a Go HTTP middleware that provides teler IDS functionality to protect against web-based attacks. Versions prior to v0.1.1 are vulnerable to bypassing common web attack rules when a specific HTML entities payload is used. This vulnerability allows an attacker to execute...

6.5CVSS6.1AI score0.00536EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/17 1:59 p.m.47 views

Uncontrolled Resource Consumption in golang.org/x/image

An attacker can craft a malformed TIFF image which will consume a significant amount of memory when passed to DecodeConfig. This could lead to a denial of service...

5.5CVSS5.6AI score0.00309EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/14 12:32 a.m.47 views

Cross-Site-Scripting attack on `<RichTextField>`

Impact All React applications built with react-admin and using the are affected. outputs the field value using dangerouslySetInnerHTML without client-side sanitization. If the data isn't sanitized server-side, this opens a possible Cross-Site-Scripting XSS attack. Proof of concept: jsx import...

5.4CVSS5.8AI score0.00694EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2023/01/26 9:30 p.m.47 views

Cross-site request forgery in Jenkins Gerrit Trigger Plugin

A cross-site request forgery CSRF vulnerability in Jenkins Gerrit Trigger Plugin 2.38.0 and earlier allows attackers to rebuild previous builds triggered by Gerrit...

6.5CVSS7AI score0.00487EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/24 8:47 p.m.47 views

Issue with whitespace in JWT roles in OpenSearch

Advisory title: Issue with whitespace in JWT roles Affected versions: OpenSearch 1.0.0-1.3.7 and 2.0.0-2.4.1 Patched versions: OpenSearch 1.3.8 and 2.5.0 Impact: OpenSearch uses JWTs to store role claims obtained from the Identity Provider IdP when the authentication backend is SAML or OpenID...

8.8CVSS8.3AI score0.00796EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/18 6:23 p.m.47 views

ReDoS based DoS vulnerability in Active Support's underscore

There is a possible regular expression based DoS vulnerability in Active Support. This vulnerability has been assigned the CVE identifier CVE-2023-22796. Versions Affected: All Not affected: None Fixed Versions: 5.2.8.15 Rails LTS, which is a paid service and not part of the rubygem, 6.1.7.1,...

7.5CVSS7.5AI score0.01712EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/16 3:30 a.m.47 views

Froxlor vulnerable to Command Injection

Command Injection in GitHub repository froxlor/froxlor prior to 2.0.8...

8.8CVSS8.8AI score0.97653EPSS
SaveExploits8References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/06 5:15 p.m.47 views

XWiki CKEditor.HTMLConverter vulnerable to Remote Code Execution via Cross-Site Request Forgery

Impact The CKEditor.HTMLConverter document lacked a protection against Cross-Site Request Forgery CSRF, allowing to execute macros with the rights of the current user. If a privileged user with programming rights was tricked into executing a GET request to this document with certain parameters...

9CVSS9.1AI score0.18734EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/22 12:30 p.m.47 views

Apache ShardingSphere-Proxy Incomplete Cleanup vulnerability

Apache ShardingSphere-Proxy prior to 5.3.0 when using MySQL as database backend didn't cleanup the database session completely after client authentication failed, which allowed an attacker to execute normal commands by constructing a special MySQL client. This vulnerability has been fixed in Apac...

9.8CVSS9.3AI score0.01388EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/22 6:30 a.m.47 views

liquidjs may leak properties of a prototype

The package liquidjs before 10.0.0 is vulnerable to Information Exposure when ownPropertyOnly parameter is set to False, which results in leaking properties of a prototype. Workaround For versions 9.34.0 and higher, an option to disable this functionality is provided...

5.3CVSS3.1AI score0.00817EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/22 3:33 a.m.48 views

jsonwebtoken's insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC

Overview Versions =8.5.1 of jsonwebtoken library can be misconfigured so that passing a poorly implemented key retrieval function referring to the secretOrPublicKey argument from the readme link will result in incorrect verification of tokens. There is a possibility of using a different algorithm...

6.3CVSS1.9AI score0.00753EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/22 3:32 a.m.47 views

jsonwebtoken vulnerable to signature validation bypass due to insecure default algorithm in jwt.verify()

Overview In versions =8.5.1 of jsonwebtoken library, lack of algorithm definition and a falsy secret or key in the jwt.verify function can lead to signature validation bypass due to defaulting to the none algorithm for signature verification. Am I affected? You will be affected if all the followi...

7.6CVSS7AI score0.00532EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/15 9:30 p.m.47 views

FeehiCMS Cross Site Scripting vulnerability

Cross Site Scripting XSS vulnerability in FeehiCMS 2.1.1 allows remote attackers to run arbitrary code via upload of crafted XML file...

5.4CVSS5.7AI score0.00506EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/15 9:30 p.m.47 views

FeehiCMS Cross Site Scripting vulnerability

Cross Site Scripting XSS vulnerability in FeehiCMS-2.1.1 allows remote attackers to run arbirtary code via the callback parameter to /cms/notify...

5.4CVSS5.4AI score0.00506EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/13 5:51 p.m.47 views

Possible XSS vulnerability with certain configurations of rails-html-sanitizer

Summary There is a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. This is due to an incomplete fix of CVE-2022-32209. - Versions affected: ALL - Not affected: NONE - Fixed versions: 1.4.4 Impact A possible XSS vulnerability with certain configurations of...

6.1CVSS6.3AI score0.29353EPSS
SaveExploits2References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/11/23 9:30 p.m.47 views

Password exposure in H2 Database

The web-based admin console in H2 Database Engine through 2.1.214 can be started via the CLI with the argument -webAdminPassword, which allows the user to specify the password in cleartext for the web admin console. Consequently, a local user or an attacker that has obtained local access through...

8.4CVSS7.3AI score0.00301EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/11/22 9:30 p.m.47 views

Code injection in quarkus dev ui config editor

A vulnerability was found in quarkus. This security flaw happens in Dev UI Config Editor which is vulnerable to drive-by localhost attacks leading to remote code execution...

9.8CVSS9.3AI score0.32516EPSS
SaveExploits0References6Affected Software1
Total number of security vulnerabilities5000