Lucene search
+L
GithubMost viewed

34161 matches found

Github Security Blog
Github Security Blog
added 2021/01/04 6:22 p.m.51 views

XSS in HtmlSanitizer

Impact If you have explicitly allowed the tag, an attacker could craft HTML that includes script after passing through the sanitizer. The default settings disallow the tag so there is no risk if you have not explicitly allowed the tag. Patches The problem has been fixed in version 5.0.372...

6.1CVSS6.1AI score0.00997EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/21 4:28 p.m.51 views

Cross-Site Scripting in Fluid view helpers

Meta CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C 5.7 CWE-79 Problem It has been discovered that system extension Fluid typo3/cms-fluid of the TYPO3 core is vulnerable to cross-site scripting passing user-controlled data as argument to Fluid view helpers. Solution Update to...

6.1CVSS5.8AI score0.00715EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2020/12/17 9:0 p.m.51 views

Apache Airflow logs passwords in plaintext

In Airflow versions prior to 1.10.13, when creating a user using airflow CLI, the password gets logged in plain text in the Log table in Airflow Metadatase. The same happenes when creating a Connection with a password field...

6.5CVSS6.3AI score0.02537EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/16 7:25 p.m.51 views

Command Injection Vulnerability in systeminformation

Impact command injection vulnerability Patches Problem was fixed with a shell string sanitation fix. Please upgrade to version = 4.31.1 Workarounds If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to si.inetLatency For more information If you have any...

8.8CVSS8.6AI score0.02712EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2020/11/11 9:38 p.m.51 views

Exploitable inventory component chaining in PocketMine-MP

Impact Specially crafted InventoryTransactionPackets sent by malicious clients were able to exploit the behaviour of InventoryTransaction-findResultItem and cause it to take an abnormally long time to execute causing an apparent server freeze. The affected code is intended to compact conflicting...

2.2AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/10/27 5:55 p.m.51 views

Arbitrary Code Execution in blazar-dashboard

An issue was discovered in OpenStack blazar-dashboard before 1.3.1, 2.0.0, and 3.0.0. A user allowed to access the Blazar dashboard in Horizon may trigger code execution on the Horizon host as the user the Horizon service runs under because the Python eval function is used. This may result in...

9.9CVSS2.1AI score0.03286EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2020/10/08 7:55 p.m.51 views

Cross-Site Scripting in ternary conditional operator

Meta CVSS: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C5.0 CWE-79 --- :informationsource: This vulnerability has been fixed in May 2019 already, CVE and GHSA were assigned later in October 2020 --- Problem It has been discovered that the Fluid Engine package typo3fluid/fluid is...

6.1CVSS2.8AI score0.00966EPSS
SaveExploits1References8Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.51 views

Heap buffer overflow in Tensorflow

Impact The implementation of SparseFillEmptyRowsGrad uses a double indexing pattern: https://github.com/tensorflow/tensorflow/blob/0e68f4d3295eb0281a517c3662f6698992b7b2cf/tensorflow/core/kernels/sparsefillemptyrowsop.ccL263-L269 It is possible for reverseindexmapi to be an index outside of bound...

8.8CVSS1.4AI score0.0095EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/24 4:23 p.m.51 views

Contao Insert tag injection in forms

Impact It is possible to inject insert tags in front end forms which will be replaced when the page is rendered. Patches Update to Contao 4.4.52, 4.9.6 or 4.10.1. Workarounds Disable the front end login form and do not use form fields with array keys such as fieldname. References...

5.3CVSS5.1AI score0.00819EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2020/09/04 3:11 p.m.51 views

Regular Expression Denial of Service in markdown

All versions of markdown are vulnerable to Regular Expression Denial of Service ReDoS. The markdown.toHTML function has significantly degraded performance when parsing long strings containing underscores. This may lead to Denial of Service if the parser accepts user input. Recommendation No fix i...

4.8AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/04 2:57 p.m.51 views

Arbitrary Code Execution in handlebars

Versions of handlebars prior to 3.0.8 or 4.5.2 are vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. It can be used to run arbitrary code in a server...

3.3AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 9:19 p.m.51 views

Command Injection in ascii-art

Versions of ascii-art before 1.4.4 are vulnerable to command injection. This is exploitable when user input is passed into the argument of the ascii-art preview command. Example Proof of concept: ascii-art preview 'doom"; touch /tmp/malicious; echo "' Given that the input is passed on the command...

4.3AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 9:7 p.m.51 views

Malicious Package in boogeyman

All versions of boogeyman are considered malicious. This particular package would download a payload from pastebin.com, eval it to read ssh keys and the users .npmrc and send them to a private pastebin account. Recommendation This package was published to the npm Registry for a very short period ...

2.6AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 4:43 p.m.51 views

Command Execution in windows-cpu

Version of windows-cpu before 0.1.5 will execute arbitrary code passed into the first argument of the findLoad method, resulting in remote code execution. Proof of Concept js var win = require'windows-cpu'; wind.findLoad'foo & calc.exe'; Recommendation Update to version 0.1.5 or later...

9.8CVSS9.6AI score0.04236EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/31 10:58 p.m.51 views

Directory Traversal in st

Versions of st prior to 0.2.5 are affected by a directory traversal vulnerability. Vulnerable versions fail to properly handle URL encoded dots, which caused %2e to be interpreted as . by the filesystem, resulting the potential for an attacker to read sensitive files on the server. Recommendation...

7.5CVSS7.1AI score0.34012EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/31 10:49 p.m.51 views

LDAP Injection in ldapauth

Versions 2.2.4 and earlier of ldapauth-fork are affected by an LDAP injection vulnerability. This allows an attacker to inject and run arbitrary LDAP commands via the username parameter. Recommendation ldapauth is not actively maintained, having not seen a publish since 2014. As a result, there i...

7.5CVSS7.7AI score0.02119EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2020/07/29 6:7 p.m.51 views

Directory traversal in rollup-plugin-server

This affects all versions of package rollup-plugin-server. There is no path sanitization in readFile operation performed inside the readFileFromContentBase function...

7.5CVSS3.9AI score0.01768EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/29 4:15 p.m.51 views

Exposure of Sensitive Information to an Unauthorized Actor in TYPO3 CMS

Meta CVSS: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C 7.5 CWE-20, CWE-200 Problem In case an attacker manages to generate a valid cryptographic message authentication code HMAC-SHA1 - either by using a different existing vulnerability or in case the internal encryptionKey was...

8.1CVSS0.9AI score0.01782EPSS
SaveExploits1References6Affected Software2
Github Security Blog
Github Security Blog
added 2019/11/12 11:0 p.m.51 views

Symfony Cross-site Scripting (XSS) vulnerability

In Symfony before 2.7.51, 2.8.x before 2.8.50, 3.x before 3.4.26, 4.x before 4.1.12, and 4.2.x before 4.2.7, validation messages are not escaped, which can lead to XSS when user input is included. This is related to symfony/framework-bundle...

5.4CVSS7AI score0.01048EPSS
SaveExploits0References11Affected Software4
Github Security Blog
Github Security Blog
added 2019/08/01 7:18 p.m.51 views

Deserialization of untrusted data in FasterXML jackson-databind

A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x before 2.9.9.2, 2.8.11.4, 2.7.9.6, and 2.6.7.3. This occurs when Default Typing is enabled either globally or for a specific property for an externally exposed JSON endpoint and the service has the logback jar in the...

7.5CVSS8.4AI score0.1085EPSS
SaveExploits0References31Affected Software1
Github Security Blog
Github Security Blog
added 2019/07/05 9:8 p.m.51 views

Inadequate Encryption Strength in DotNetNuke

DNN aka DotNetNuke 9.2 through 9.2.1 uses a weak encryption algorithm to protect input parameters...

7.5CVSS4.3AI score0.74048EPSS
SaveExploits5References6Affected Software1
Github Security Blog
Github Security Blog
added 2019/05/01 6:37 p.m.51 views

Improper Input Validation in tar-fs

A vulnerability was found in tar-fs before 1.16.2. An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the...

7.5CVSS1.5AI score0.02106EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2019/03/14 3:40 p.m.51 views

org.apache.hive:hive, org.apache.hive:hive-exec, and org.apache.hive:hive-service vulnerable to Improper Certificate Validation

Apache Hive JDBC + HiveServer2 implements SSL for plain TCP and HTTP connections it supports both transport modes. While validating the server's certificate during the connection setup, the client in Apache Hive before 1.2.2 and 2.0.x before 2.0.1 doesn't seem to be verifying the common name...

7.5CVSS0.7AI score0.01006EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2019/03/07 6:48 p.m.51 views

Improper Input Validation in Apache Qpid Broker-J

A Denial of Service vulnerability was found in Apache Qpid Broker-J versions 6.0.0-7.0.6 inclusive and 7.1.0 which allows an unauthenticated attacker to crash the broker instance by sending specially crafted commands using AMQP protocol versions below 1.0 AMQP 0-8, 0-9, 0-91 and 0-10. Users of...

7.5CVSS4.7AI score0.03815EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2018/08/09 8:13 p.m.51 views

superagent vulnerable to zip bomb attacks

Affected versions of superagent do not check the post-decompression size of ZIP compressed HTTP responses prior to decompressing. This results in the package being vulnerable to a ZIP bomb attack, where an extremely small ZIP file becomes many orders of magnitude larger when decompressed. This ma...

7.1CVSS6AI score0.01767EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.51 views

crack does not properly restrict casts of string values

The crack gem 0.3.1 and earlier for Ruby does not properly restrict casts of string values, which might allow remote attackers to conduct object-injection attacks and execute arbitrary code, or cause a denial of service memory and CPU consumption by leveraging Action Pack support for 1 YAML type...

7.5CVSS5.6AI score0.04952EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.51 views

actionpack allows bypass of database-query restrictions

actionpack/lib/actiondispatch/http/request.rb in Ruby on Rails before 3.2.16 and 4.x before 4.0.2 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query...

6.4CVSS3.7AI score0.02371EPSS
SaveExploits0References16Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/02 8:17 p.m.50 views

9router: Missing Authorization and OS Command Injection

Unauthenticated RCE via /api/tunnel/tailscale-install Affected: 9router npm package — current master v0.4.39. Summary POST /api/tunnel/tailscale-install accepts a JSON body with a sudoPassword field and pipes it, followed by the body of https://tailscale.com/install.sh, into a child process spawn...

9.8CVSS5.9AI score0.01338EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/15 7:29 p.m.50 views

PyJWT: Unauthenticated DoS via unbounded Base64URL decoding of unused payload segment in b64=false detached JWS

!NOTE Practical impact depends on whether request body-size limits are enforced upstream proxy/web-server/framework. Deployments with typical body-size caps ≤2 MB bound the amplifier significantly; deployments accepting larger token inputs are more exposed. When verifying detached JWS tokens usin...

5.3CVSS5.5AI score0.0037EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/08 11:2 p.m.50 views

Netty: DNS Cache Poisoning due to Predictable PRNG and Default Static Source Port

Summary Netty's DNS resolver uses a predictable PRNG for generating DNS transaction IDs and defaults to a static UDP source port. This combination reduces the entropy of DNS queries, enabling DNS Cache Poisoning Kaminsky attack. Details Two factors contribute to this vulnerability in...

6.8CVSS5.5AI score0.00256EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/29 7:26 p.m.50 views

uv is vulnerable to arbitrary file write through entry point names

Impact In versions of uv prior to 0.11.15, when installing a distribution containing an entry point specification under consolescripts or guiscripts, uv would place the generated entry point according to the given name even if doing so resulted in a path outside of the environment's scripts...

6.2AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/21 8:35 p.m.50 views

NocoDB: Missing File Size Enforcement in Upload-by-URL Allows Denial of Service via Disk Exhaustion

Summary The uploadViaURL path in the v1/v2 attachment API did not enforce NCATTACHMENTFIELDSIZE against the remote content-length or against the response stream. An authenticated user Editor+ could direct the server to download arbitrarily large files, exhausting disk space and causing denial of...

6.5CVSS5.9AI score0.00235EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/25 11:51 p.m.50 views

OpenClaw: Agent gateway config mutations could change protected operator settings

Affected Packages / Versions - Package: openclaw npm - Affected versions: 2026.4.20 - Patched version: 2026.4.20 Impact The agent-facing gateway config.patch / config.apply guard did not cover several operator-trusted settings, including sandbox policy, plugin enablement, gateway auth/TLS, hook...

5.4AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/22 8:23 p.m.50 views

xmldom: Uncontrolled recursion in XML serialization leads to DoS

Summary Seven recursive traversals in lib/dom.js operate without a depth limit. A sufficiently deeply nested DOM tree causes a RangeError: Maximum call stack size exceeded, crashing the application. Reported operations: - Node.prototype.normalize — reported by @praveen-kv email 2026-04-05 and...

8.7CVSS6.1AI score0.00643EPSS
SaveExploits0References14Affected Software2
Github Security Blog
Github Security Blog
added 2026/04/21 2:38 p.m.50 views

python-dotenv: Symlink following in set_key allows arbitrary file overwrite via cross-device rename fallback

Summary setkey and unsetkey in python-dotenv follow symbolic links when rewriting .env files, allowing a local attacker to overwrite arbitrary files via a crafted symlink when a cross-device rename fallback is triggered. Details The rewrite context manager in dotenv/main.py is used by both setkey...

6.6CVSS5.8AI score0.00258EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/26 9:27 p.m.50 views

OpenClaw: Tlon cite expansion happens before channel and DM authorization is complete

Summary Tlon cite expansion happened before channel and DM authorization completed, allowing cite work and content handling before the final auth decision. Affected Packages / Versions - Package: openclaw npm - Affected: = 2026.3.22 - Latest released tag checked: v2026.3.23-2...

7.3CVSS5.8AI score0.00247EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/11 9:30 p.m.50 views

DiskCache has unsafe pickle deserialization

DiskCache python-diskcache through 5.6.3 uses Python pickle for serialization by default. An attacker with write access to the cache directory can achieve arbitrary code execution when a victim application reads from the cache...

9.8CVSS6.4AI score0.00521EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/03 7:7 p.m.50 views

Next.js is vulnerable to RCE in React flight protocol

A vulnerability affects certain React packages1 for versions 19.0.0, 19.1.0, 19.1.1, and 19.2.0 and frameworks that use the affected packages, including Next.js 15.x and 16.x using the App Router. The issue is tracked upstream as CVE-2025-55182. Fixed in: React: 19.0.1, 19.1.2, 19.2.1 Next.js:...

10CVSS7.7AI score0.99616EPSS
SaveExploits380References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/11/20 5:36 p.m.50 views

@hpke/core reuses AEAD nonces

Summary The public SenderContext Seal API has a race condition which allows for the same AEAD nonce to be re-used for multiple Seal calls. This can lead to complete loss of Confidentiality and Integrity of the produced messages. Details The SenderContext Seal implementation allows for concurrent...

9.1CVSS7AI score0.00208EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/11/14 8:33 p.m.50 views

PrivateBin's template-switching feature allows arbitrary local file inclusion through path traversal

Summary An unauthenticated Local File Inclusion exists in the template-switching feature: if templateselection is enabled in the configuration, the server trusts the template cookie and includes the referenced PHP file. An attacker can read sensitive data or, if they manage to drop a PHP file...

5.8CVSS8.2AI score0.00482EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/28 2:25 p.m.50 views

Traefik allows path traversal using url encoding

Impact There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a URL encoded string in its path, it’s possible to target ...

9.1CVSS6.2AI score0.00784EPSS
SaveExploits0References6Affected Software3
Github Security Blog
Github Security Blog
added 2024/11/27 7:0 p.m.50 views

Querydsl vulnerable to HQL injection through orderBy

Summary The order by method enables injecting HQL queries. This may cause blind HQL injection, which could lead to leakage of sensitive information, and potentially also Denial Of Service. This vulnerability is present since the original querydsl repositoryhttps://github.com/querydsl/querydsl whe...

6.7AI score0.00391EPSS
SaveExploits0References9Affected Software4
Github Security Blog
Github Security Blog
added 2024/11/20 9:30 p.m.50 views

Duplicate Advisory: Querydsl SQL/HQL injection

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6q3q-6v5j-h6vg. This link is maintained to preserve external references. Original Description Querydsl 5.1.0 allows SQL/HQL injection in orderBy in JPAQuery...

6.9AI score0.00391EPSS
SaveExploits0References7Affected Software4
Github Security Blog
Github Security Blog
added 2024/10/02 9:33 p.m.50 views

Pomerium service account access token may grant unintended access to databroker API

Impact We've identified a vulnerability in the Pomerium databroker service API that may grant unintended access under specific conditions. This affects only certain Pomerium Zero and Pomerium Enterprise deployments. Who is affected? A Pomerium deployment is susceptible to this issue if all of the...

6.8CVSS7AI score0.00577EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/07/30 9:31 a.m.50 views

GraphQL Java does not properly consider ExecutableNormalizedFields (ENFs) as part of preventing denial of service

GraphQL Java aka graphql-java before 21.5 does not properly consider ExecutableNormalizedFields ENFs as part of preventing denial of service via introspection queries. 20.9 and 19.11 are also fixed versions...

5.3CVSS6.9AI score0.00943EPSS
SaveExploits2References11Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/05 3:30 p.m.50 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/05/13 7:40 p.m.50 views

Directus allows redacted data extraction on the API through "alias"

Summary A user with permission to view any collection using redacted hashed fields can get access the raw stored version using the alias functionality on the API. Normally, these redacted fields will return however if we change the request to ?aliasworkaround=redacted we can instead retrieve the...

4.9CVSS6.5AI score0.00757EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/18 8:39 p.m.50 views

[TagAwareCipher] - Decryption Failure (Regex Match)

Impact Vulnerability in SecureProps involves a regex failing to detect tags during decryption of encrypted data. This occurs when the encrypted data has been encoded with NullEncoder and passed to TagAwareCipher, and contains special characters such as \n. As a result, the decryption process is...

2.6CVSS6.7AI score0.00328EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/12 8:47 p.m.50 views

Session Token in URL in directus

Impact When reaching the /files page, a JWT is passed via GET request. Inclusion of session tokens in URLs poses a security risk as URLs are often logged in various places e.g., web server logs, browser history. Attackers gaining access to these logs may hijack active user sessions, leading to...

2.3CVSS6.7AI score0.00245EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/06 8:11 p.m.50 views

Go SDK for CloudEvents's use of WithRoundTripper to create a Client leaks credentials

Impact What kind of vulnerability is it? Who is impacted? Using cloudevents.WithRoundTripper to create a cloudevents.Client with an authenticated http.RoundTripper causes the go-sdk to leak credentials to arbitrary endpoints. The relevant code is here also inline, emphasis added: if p.Client == n...

7.5CVSS7AI score0.00661EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities5000