Lucene search
+L
GithubMost viewed

35598 matches found

Github Security Blog
Github Security Blog
added 2017/11/30 11:15 p.m.53 views

ejs is vulnerable to remote code execution due to weak input validation

nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile function...

10CVSS9.5AI score0.06328EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2017/11/30 11:14 p.m.53 views

Cross-Site Request Forgery (CSRF) in keystone

Versions of keystone prior to 4.0.0 are vulnerable to Cross-Site Request Forgery CSRF. The package fails to validate the presence of the X-CSRF-Token header, which may allow attackers to carry actions on behalf of other users on all endpoints. Recommendation Update to version 4.0.0 or later...

8.8CVSS5.1AI score0.02213EPSS
SaveExploits3References9Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.53 views

actionpack Cross-site Scripting vulnerability

Cross-site scripting XSS vulnerability in actionpack/lib/actionview/helpers/formtaghelper.rb in Ruby on Rails 3.x before 3.0.17, 3.1.x before 3.1.8, and 3.2.x before 3.2.8 allows remote attackers to inject arbitrary web script or HTML via the prompt field to the selecttag helper...

4.3CVSS4.1AI score0.01306EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/16 7:56 p.m.52 views

MCP Python SDK: Experimental task handlers allow any client to access and cancel other clients' tasks

Summary In affected versions, the default request handlers installed by the experimental tasks feature server.experimental.enabletasks did not check which session created a task before acting on it. On a server with more than one connected client, any client could observe, read results from, and...

7.6CVSS6.1AI score0.00388EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/10 12:03 a.m.52 views

Tesla vulnerable to atom exhaustion via untrusted URL scheme

Summary In the Mint adapter for the Tesla HTTP client library, Tesla.Adapter.Mint.openconn/2 passes the URL scheme of every outgoing request through String.toatom/1 with no allow-list validation. Because BEAM atoms are permanent never garbage-collected and the atom table is bounded at roughly...

8.2CVSS6AI score0.00347EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/18 3:04 p.m.52 views

Jupyter Server: Stored XSS in `NbconvertFileHandler` / `NbconvertPostHandler` via missing `sandbox` CSP

The nbconvert HTTP handlers in jupyterserver render user-authored notebook HTML under the Jupyter origin without a sandbox directive in their Content-Security-Policy. Combined with nbconvert.HTMLExporter's default non-sanitizing behavior, a notebook carrying an HTML payload in a displaydata outpu...

9.3CVSS5.3AI score0.00438EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/15 4:52 p.m.52 views

@angular/common: Denial of Service (DoS) via OOM in Number Formatting (digitsInfo)

A Denial of Service DoS vulnerability exists in the @angular/common package of Angular. The formatNumber function, which is also utilized by DecimalPipe, PercentPipe, and CurrencyPipe, does not properly validate the upper bounds of the digitsInfo parameter. Specifically, the minimum and maximum...

8.2CVSS5.5AI score0.00256EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/29 7:55 p.m.52 views

Nerdbank.MessagePack has a memory amplification DoS in collection deserialization

Nerdbank.MessagePack deserializers for many collection-shaped types trusted the element count declared in MessagePack array and map headers when allocating destination storage. A crafted payload could therefore force large arrays, pooled buffers, dictionaries, or collection instances to be...

5.7AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/26 11:41 p.m.52 views

FUXA has an unauthenticated arbitrary tag value disclosure via /api/getTagValue

Summary An authorization bypass in the /api/getTagValue endpoint allows unauthenticated access to tag values when the referenced script does not exist. Details The issue is caused by the combination of these code paths: - server/api/apikeys/verify-api-or-token.js:45 sends requests without x-api-k...

8.7CVSS6AI score0.00567EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/20 9:07 p.m.52 views

Investigation update: GitHub Enterprise Server signing key rotation

May 26, 2026 : GitHub recently detected a cyber-attack and immediately activated our response process to investigate, disrupt malicious activity, mitigate the attack, and deny the threat actor further access. It's important to note that this investigation is still ongoing, and we will continue to...

5.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/05/07 2:59 a.m.52 views

hickory-proto: NSEC3 closest-encloser proof validation enters unbounded loop on cross-zone responses

The NSEC3 closest-encloser proof validation in hickory-proto's 0.25.0-alpha.3 ... 0.25.2 and hickory-net's 0.26.0-alpha.1 .. 0.26.0 DnssecDnsHandle walks from the QNAME up to the SOA owner name, building a list of candidate encloser names. The iterator used assumes the QNAME is a descendant of th...

5.8AI score
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/04/28 10:46 p.m.52 views

CoreDNS has TSIG authentication bypass on DoT, DoH, DoH3, DoQ, and gRPC

Summary CoreDNS' tsig plugin can be bypassed on non-plain-DNS transports because it trusts the transport writer's TsigStatus instead of performing verification itself. In the attached PoC, plain DNS/TCP correctly rejects an invalid TSIG NOTAUTH, while the same invalid-TSIG request is accepted ove...

8.7CVSS5.5AI score0.00374EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/26 10:25 p.m.52 views

Harbor: LDAP password and OIDC secret are not redacted in the audit log

Impact Harbor write configuration payload to audit log when configuration change, the ldapsearchpassword and oidcclientsecret will be logged in the audit log without redacted Patches Harbor v2.15.0, v2.14.3, v2.13.5 Workarounds Disable audit log configure event in Harbor Web Console: Go to...

5.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/11 12:19 a.m.52 views

Parse Server has a protected fields bypass via logical query operators

Impact The validation for protected fields only checks top-level query keys. By wrapping a query constraint on a protected field inside a logical operator, the check is bypassed entirely. This allows any authenticated user to query on protected fields to extract field values. All Parse Server...

7.1CVSS5.8AI score0.00297EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/20 6:23 p.m.52 views

fast-xml-parser has an entity encoding bypass via regex injection in DOCTYPE entity names

Entity encoding bypass via regex injection in DOCTYPE entity names Summary A dot . in a DOCTYPE entity name is treated as a regex wildcard during entity replacement, allowing an attacker to shadow built-in XML entities , , &, ", ' with arbitrary values. This bypasses entity encoding and leads to...

9.3CVSS7.1AI score0.00462EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/17 4:44 p.m.52 views

OpenClaw's Windows cmd.exe parsing may bypass exec allowlist/approval gating

Summary On Windows nodes, exec requests were executed via cmd.exe /d /s /c . In allowlist/approval-gated mode, the allowlist analysis did not model Windows cmd.exe parsing and metacharacter behavior. A crafted command string could cause cmd.exe to interpret additional operations for example comma...

9.8CVSS5.8AI score0.00499EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/10/14 6:30 p.m.52 views

Playwright downloads and installs browsers without verifying the authenticity of the SSL certificate

Summary Use of curl with the -k or --insecure flag in installer scripts allows attackers to deliver arbitrary executables via Man-in-the-Middle MitM attacks. This can lead to full system compromise, as the downloaded files are installed as privileged applications. Details The following scripts in...

5.3CVSS7.8AI score0.00219EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/06/26 4:54 p.m.52 views

Gogs XSS allowed by stored call in PDF renderer

Summary A stored XSS is present in Gogs which allows client-side Javascript code execution. Details Gogs Version: docker images REPOSITORY TAG IMAGE ID CREATED SIZE gogs/gogs latest fe92583bc4fe 10 hours ago 99.3MB Application version: 0.14.0+dev Local setup using: bash Pull image from Docker Hub...

6.3CVSS8.5AI score0.00333EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2025/03/12 7:42 p.m.52 views

omniauth-saml has dependency on ruby-saml version with Signature Wrapping Attack issue

Summary There are 2 new Critical Signature Wrapping Vulnerabilities CVE-2025-25292, CVE-2025-25291 and a potential DDOS Moderated Vulneratiblity CVE-2025-25293 affecting ruby-saml, a dependency of omniauth-saml. The fix will be applied to ruby-saml and released 12 March 2025, under version 1.18.0...

9.8CVSS6.2AI score0.65086EPSS
SaveExploits3References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/02/05 9:49 p.m.52 views

Better Auth URL parameter HTML Injection (Reflected Cross-Site scripting)

Summary The better-auth /api/auth/error page was vulnerable to HTML injection, resulting in a reflected cross-site scripting XSS vulnerability. Details The value of error URL parameter was reflected as HTML on the error page:...

6AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/02/05 9:14 p.m.52 views

MobSF Local Privilege Escalation

Product: Mobile Security Framework MobSF Version: 4.3.0 CWE-ID: CWE-269: Improper Privilege Management CVSS vector v.4.0: 7.1 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N CVSS vector v.3.1: 6.5 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Description: MobSF has a functionality of dividing users ...

8.5CVSS7.1AI score0.00361EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/12/17 3:31 p.m.52 views

Apache Tomcat Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability

Time-of-check Time-of-use TOCTOU Race Condition vulnerability during JSP compilation in Apache Tomcat permits an RCE on case insensitive file systems when the default servlet is enabled for write non-default configuration. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from...

9.8CVSS8.9AI score0.44312EPSS
SaveExploits13References16Affected Software2
Github Security Blog
Github Security Blog
added 2024/12/02 5:26 p.m.52 views

vue-i18n has cross-site scripting vulnerability with prototype pollution

Vulnerability type XSS Description vue-i18n can be passed locale messages to createI18n or useI18n. we can then translate them using t and $t. vue-i18n has its own syntax for local messages, and uses a message compiler to generate AST. In order to maximize the performance of the translation...

5.3CVSS6.1AI score0.00674EPSS
SaveExploits0References5Affected Software5
Github Security Blog
Github Security Blog
added 2024/11/12 9:28 p.m.52 views

Zoraxy has an authenticated command injection in the Web SSH feature

Summary A command injection vulnerability in the Web SSH feature allows an authenticated attacker to execute arbitrary commands as root on the host. Details Zoraxy has a Web SSH terminal feature that allows authenticated users to connect to SSH servers from their browsers. In...

8.6CVSS8.8AI score0.01503EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/19 6:30 a.m.52 views

Denial of service in http-proxy-middleware

Versions of the package http-proxy-middleware before 2.0.7, from 3.0.0 and before 3.0.3 are vulnerable to Denial of Service DoS due to an UnhandledPromiseRejection error thrown by micromatch. An attacker could kill the Node.js process and crash the server by making requests to certain paths...

8.7CVSS6.6AI score0.01034EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/12 3:33 p.m.52 views

MindsDB Eval Injection vulnerability

An arbitrary code execution vulnerability exists in versions 23.11.4.2 up to 24.7.4.1 of the MindsDB platform, when one of several integrations is installed on the server. If a specially crafted ‘UPDATE’ query containing Python code is run against a database created with the specified integration...

8.8CVSS7.5AI score0.00851EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/15 5:55 p.m.52 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/21 6:31 a.m.52 views

ClassGraph XML External Entity Reference

ClassGraph before 4.8.112 was not resistant to XML eXternal Entity XXE attacks...

7.5CVSS6.8AI score0.00556EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/17 9:24 p.m.52 views

LNbits improperly handles potential network and payment failures when using Eclair backend

Summary Paying invoices in Eclair that do not get settled within the internal timeout about 30s lead to a payment being considered failed, even though it may still be in flight. Details Using blocking: true on the API call will lead to a timeout error if a payment does not get settled in the 30s...

8.1CVSS6.7AI score0.00602EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/05 3:30 p.m.52 views

PyMongo Out-of-bounds Read in the bson module

Versions of the package pymongo before 4.6.3 are vulnerable to Out-of-bounds Read in the bson module. Using the crafted payload the attacker could force the parser to deserialize unmanaged memory. The parser tries to interpret bytes next to buffer and throws an exception with string. If the...

8.1CVSS4.7AI score0.00663EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/04 12:31 p.m.52 views

MLFlow unsafe deserialization

Deserialization of untrusted data can occur in versions of the MLflow platform running version 1.24.0 or newer, enabling a maliciously uploaded pmdarima model to run arbitrary code on an end user’s system when interacted with...

8.8CVSS8.8AI score0.00623EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/02 10:30 p.m.52 views

Unsafe Reflection in base Component class in yiisoft/yii2

Yii2 supports attaching Behaviors to Components by setting properties having the format 'as '. Internally this is done using the set magic method. If the value passed to this method is not an instance of the Behavior class, a new object is instantiated using Yii::createObject$value. However, ther...

9.1CVSS8.3AI score0.80232EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/07 3:30 p.m.52 views

Apache Superset Incorrect Authorization vulnerability

An authenticated user could potentially access metadata for a datasource they are not authorized to view by submitting a targeted REST API request. This issue affects Apache Superset before 3.1.2. Users are recommended to upgrade to version 3.1.2 or above, which fixes the issue...

4.3CVSS4.5AI score0.00705EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/18 9:30 a.m.52 views

Apache Airflow: Sensitive configuration for providers displayed when "non-sensitive-only" config used

Airflow versions 2.7.0 through 2.8.4 have a vulnerability that allows an authenticated user to see sensitive provider configuration via the "configuration" UI page when "non-sensitive-only" was set as "webserver.exposeconfig" configuration The celery provider is the only community provider...

5.3CVSS6.7AI score0.01058EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/15 6:30 a.m.52 views

TCPDF Cross-site Scripting vulnerability

TCPDF before 6.7.4 mishandles calls that use HTML syntax...

6.1CVSS7AI score0.00582EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/09 6:30 p.m.52 views

Azure Identity Library for .NET Information Disclosure Vulnerability

Azure Identity Library for .NET Information Disclosure Vulnerability...

5.5CVSS7AI score0.00711EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/05 5:16 p.m.52 views

ibc-go: Potential Reentrancy using Timeout Callbacks in ibc-hooks

Name: ASA-2024-007: Potential Reentrancy using Timeout Callbacks in ibc-hooks Component: ibc-go Criticality: Critical ACMv1: I:Critical; L:AlmostCertain Affected versions: v4.6.0, v5.4.0, v6.3.0, v7.4.0, v8.2.0 Affected users: Chain Builders + Maintainers Summary Through the deployment and...

7.1AI score
SaveExploits0References7Affected Software8
Github Security Blog
Github Security Blog
added 2024/03/29 7:05 p.m.52 views

Kimai API returns timesheet entries a user should not be authorized to view

Summary The permission viewothertimesheet performs differently for the Kimai UI and the API, thus returning unexpected data through the API. Details When setting the viewothertimesheet permission to true, on the frontend, users can only see timesheet entries for teams they are a part of. When...

6.8CVSS6.3AI score0.00644EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/15 7:46 p.m.52 views

Cross-site scripting on application summary component

Summary Due to the improper URL protocols filtering of links specified in the link.argocd.argoproj.io annotations in the application summary component, an attacker can achieve cross-site scripting with elevated permissions. Impact All unpatched versions of Argo CD starting with v1.0.0 are...

9CVSS8.5AI score0.00654EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2024/03/15 12:30 p.m.52 views

Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling

Information disclosure in persistent watchers handling in Apache ZooKeeper due to missing ACL check. It allows an attacker to monitor child znodes by attaching a persistent watcher addWatch command to a parent which the attacker has already access to. ZooKeeper server doesn't do ACL check when th...

5.3CVSS5.9AI score0.00246EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/07 6:30 p.m.52 views

Grafana's users with permissions to create a data source can CRUD all data sources

A user with the permissions to create a data source can use Grafana API to create a data source with UID set to . Doing this will grant the user access to read, query, edit and delete all data sources within the organization...

8.8CVSS6.7AI score0.00802EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/05 8:54 p.m.52 views

Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping

Summary A maliciously crafted permission request can show the spoofed permission prompt by inserting a broken ANSI escape sequence into the request contents. Details In the patch for CVE-2023-28446, Deno is stripping any ANSI escape sequences from the permission prompt, but permissions given to t...

8.8CVSS6.1AI score0.00943EPSS
SaveExploits1References5Affected Software2
Github Security Blog
Github Security Blog
added 2024/03/04 8:43 p.m.52 views

pgx SQL Injection via Protocol Message Size Overflow

Impact SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the attacker's control. Patches The problem is resolved in v4.18....

9.8CVSS7.2AI score0.01109EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2024/02/26 6:30 p.m.52 views

langchain Server-Side Request Forgery vulnerability

With the following crawler configuration: python from bs4 import BeautifulSoup as Soup url = "https://example.com" loader = RecursiveUrlLoader url=url, maxdepth=2, extractor=lambda x: Soupx, "html.parser".text docs = loader.load An attacker in control of the contents of https://example.com could...

8.1CVSS4AI score0.00517EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/08 6:46 p.m.52 views

Rancher API Server Cross-site Scripting Vulnerability

Impact A vulnerability has been identified in which unauthenticated cross-site scripting XSS in the API Server's public API endpoint can be exploited. This can lead to an attacker exploiting the vulnerability to trigger JavaScript code and execute commands remotely. The attack vector was identifi...

8.3CVSS6.1AI score0.00352EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/07 12:30 p.m.52 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/09 4:18 p.m.52 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/13 6:31 p.m.52 views

Password stored in a recoverable format by Jenkins OpenId Connect Authentication Plugin

Jenkins OpenId Connect Authentication Plugin stores a password of a local user account used as an anti-lockout feature in a recoverable format, allowing attackers with access to the Jenkins controller file system to recover the plain text password of that account, likely gaining administrator...

6.7CVSS6.7AI score0.00286EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/05 6:12 p.m.52 views

Traefik vulnerable to potential DDoS via ACME HTTPChallenge

Impact There is a potential vulnerability in Traefik managing the ACME HTTP challenge. When Traefik is configured to use the HTTPChallenge to generate and renew the Let's Encrypt TLS certificates, the delay authorized to solve the challenge 50 seconds can be exploited by attackers slowloris attac...

5.9CVSS6.9AI score0.00791EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2023/11/29 9:33 p.m.52 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
Total number of security vulnerabilities5000