Lucene search
+L
GithubMost viewed

34201 matches found

Github Security Blog
Github Security Blog
added 2020/03/30 8:9 p.m.70 views

Exceptions displayed in non-debug configurations in Symfony

Description ----------- When ErrorHandler renders an exception HTML page, it uses un-escaped properties from the related Exception class to render the stacktrace. The security issue comes from the fact that the stacktraces were also displayed in non-debug environments. Resolution ---------- The...

5.5CVSS0.3AI score0.01197EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
added 2020/01/30 9:21 p.m.70 views

Hard-Coded Key Used For Remember-me Token in Opencast

Impact The security configuration in etc/security/mhdefaultorg.xml enables a remember-me cookie based on a hash created from the username, password, and an additional system key. Opencast has hard-coded this system key in the large XML file and never mentions to change this, basically ensuring th...

8.8CVSS0.6AI score0.00939EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2019/12/02 6:14 p.m.70 views

Cross-Site Scripting in iobroker.web

Versions of iobroker.web prior to 2.4.10 are vulnerable to Cross-Site Scripting. The package fails to escape URL parameters that may be reflected in the server response. This can be used by attackers to execute arbitrary JavaScript in the victim's browser. Recommendation Upgrade to version 2.4.10...

6.1CVSS5AI score0.00679EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2019/08/06 1:43 a.m.70 views

Allocation of Resources Without Limits or Throttling in Apache Tika

A carefully crafted package/compressed file that, when unzipped/uncompressed yields the same file a quine, causes a StackOverflowError in Apache Tika's RecursiveParserWrapper in versions 1.7-1.21. Apache Tika users should upgrade to 1.22 or later...

7.8CVSS4.2AI score0.02457EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2018/10/17 5:23 p.m.70 views

Spring Data Commons contain a property path parser vulnerability caused by unlimited resource allocation

Spring Data Commons, versions 1.13 to 1.13.10, 2.0 to 2.0.5, and older unsupported versions, contain a property path parser vulnerability caused by unlimited resource allocation. An unauthenticated remote malicious user or attacker can issue requests against Spring Data REST endpoints or endpoint...

7.5CVSS3.9AI score0.01969EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/22 5:27 p.m.69 views

qs has a remotely triggerable DoS: qs.stringify crashes with TypeError on null/undefined entries in comma-format arrays when encodeValuesOnly is set

Summary qs.stringify throws TypeError when called with arrayFormat: 'comma' and encodeValuesOnly: true on an array containing null or undefined. The throw is synchronous and not handled by any of qs's null-related options skipNulls, strictNullHandling. Details In the comma + encodeValuesOnly...

6.3CVSS5.9AI score0.00358EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/24 7:30 p.m.69 views

Gemini CLI: Remote Code Execution via workspace trust and tool allowlisting bypasses

Summary Gemini CLI @google/gemini-cli and the run-gemini-cli GitHub Action are being updated to harden workspace trust and tool allowlisting, in particular when used in untrusted environments like GitHub Actions. This update introduces a breaking change to how non-interactive headless environment...

6.5AI score
SaveExploits0References2Affected Software2
Github Security Blog
Github Security Blog
added 2026/03/16 3:30 p.m.69 views

Mattermost fails to preserve the redacted state of burn-on-read posts during deletion

Mattermost versions 11.3.x = 11.3.0 fail to preserve the redacted state of burn-on-read posts during deletion which allows channel members to access unrevealed burn-on-read message contents via the WebSocket post deletion event. Mattermost Advisory ID: MMSA-2026-00579...

4.3CVSS5.8AI score0.00219EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/28 2:50 a.m.69 views

Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()

Impact The serialize-javascript npm package versions tags, the injected code executes. javascript const serialize = require'serialize-javascript'; // Create an object that passes instanceof RegExp with a spoofed .flags const fakeRegex = Object.createRegExp.prototype; Object.definePropertyfakeRege...

8.1CVSS7.3AI score0.02574EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/05 2:15 p.m.69 views

Arbitrary JavaScript execution due to using outdated libraries

Summary gradio-pdf projects with dependencies on the pdf.js library are vulnerable to CVE-2024-4367, which allows arbitrary JavaScript execution. PoC 1. Generate a pdf file with a malicious script in the fontmatrix. This will run alert‘XSS’. poc.pdf 2. Run the app. In this PoC, I've used the demo...

8.8CVSS8.3AI score0.72648EPSS
SaveExploits16References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/28 6:30 p.m.69 views

ejs lacks certain pollution protection

The ejs aka Embedded JavaScript templates package before 3.1.10 for Node.js lacks certain pollution protection...

4CVSS7.1AI score0.00619EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/15 8:21 p.m.69 views

sqlparse parsing heavily nested list leads to Denial of Service

Summary Passing a heavily nested list to sqlparse.parse leads to a Denial of Service due to RecursionError. Details + PoC Running the following code will raise Maximum recursion limit exceeded exception: py import sqlparse sqlparse.parse'' 10000 + '' 10000 We expect a traceback of RecursionError:...

7.5CVSS7.3AI score0.0321EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/26 9:23 p.m.69 views

TinyMCE Cross-Site Scripting (XSS) vulnerability in handling external SVG files through Object or Embed elements

Impact A cross-site scripting XSS vulnerability was discovered in TinyMCE’s content loading and content inserting code. A SVG image could be loaded though an object or embed element and that image could potentially contain a XSS payload. Fix TinyMCE 6.8.1 introduced a new convertunsafeembeds opti...

6.1CVSS5.8AI score0.00722EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2024/02/12 5:28 p.m.69 views

python-multipart vulnerable to Content-Type Header ReDoS

Summary When using form data, python-multipart uses a Regular Expression to parse the HTTP Content-Type header, including options. An attacker could send a custom-made Content-Type option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely minutes or...

7.5CVSS7.3AI score0.01523EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2024/01/23 2:43 p.m.69 views

keycloak-core: open redirect via "form_post.jwt" JARM response mode

An incomplete fix was found in Keycloak Core patch. An attacker can steal authorization codes or tokens from clients using a wildcard in the JARM response mode "formpost.jwt". It is observed that changing the responsemode parameter in the original proof of concept from "formpost" to "formpost.jwt...

6.1CVSS7.2AI score0.01109EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/17 6:31 a.m.69 views

Concrete CMS allows unauthorized access because directories can be created with insecure permissions

Concrete CMS before 8.5.13 and 9.x before 9.2.2 allows unauthorized access because directories can be created with insecure permissions. File creation functions such as the Mkdir function gives universal access 0777 to created folders by default. Excessive permissions can be granted when creating...

9.8CVSS6.9AI score0.01233EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/25 5:33 p.m.69 views

yt-dlp on Windows vulnerable to `--exec` command injection when using `%q`

Impact yt-dlp allows the user to provide shell commands to be executed at various stages in its download process through the --exec flag. This flag allows output template expansion in its argument, so that video metadata values may be used in the shell commands. The metadata fields can be combine...

8.3CVSS7.9AI score0.01292EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/15 12:30 a.m.69 views

Froala Editor Cross-site Scripting vulnerability

Froala Editor v4.0.1 to v4.1.1 was discovered to contain a cross-site scripting XSS vulnerability...

5.4CVSS6.1AI score0.00892EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2023/09/12 8:51 p.m.69 views

Microsoft Security Advisory CVE-2023-36792: .NET Remote Code Execution Vulnerability

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

7.8CVSS7.3AI score0.01441EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2023/06/20 4:33 p.m.69 views

netty-handler SniHandler 16MB allocation

Summary The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. Details The SniHandler class is a handler that waits...

6.5CVSS7AI score0.02459EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/11 10:8 p.m.69 views

Commonmarker vulnerable to to several quadratic complexity bugs that may lead to denial of service

Impact Several quadratic complexity bugs in commonmarker's underlying cmark-gfm library may lead to unbounded resource exhaustion and subsequent denial of service. The following vulnerabilities were addressed: CVE-2023-24824 CVE-2023-26485 For more information, consult the release notes for versi...

7.5CVSS7.6AI score0.01029EPSS
SaveExploits3References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/28 11:25 p.m.69 views

api-platform/core's secured properties may be accessible within collections

Impact Resource properties secured with the security option of the ApiPlatform\Metadata\ApiProperty attribute can be disclosed to unauthorized users. The problem affects most serialization formats, including raw JSON, which is enabled by default when installing API Platform. Custom serialization...

7.7CVSS6.2AI score0.00604EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/20 6:30 p.m.69 views

Apache Commons FileUpload denial of service vulnerability

Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads. Note that, like all of the file upload limits, the new configuration option...

7.5CVSS7.7AI score0.46836EPSS
SaveExploits1References21Affected Software4
Github Security Blog
Github Security Blog
added 2022/12/25 9:30 p.m.69 views

Starcounter-Jack JSON-Patch Prototype Pollution vulnerability

A vulnerability has been found in Starcounter-Jack JSON-Patch up to 3.1.0 and classified as problematic. This vulnerability affects unknown code. The manipulation leads to improperly controlled modification of object prototype attributes 'prototype pollution'. The attack can be initiated remotely...

9.8CVSS2.8AI score0.01083EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2022/10/18 6:12 p.m.69 views

Update bundled libxml2 to v2.10.3 to resolve multiple CVEs

Summary Nokogiri v1.13.9 upgrades the packaged version of its dependency libxml2 to v2.10.3 from v2.9.14. libxml2 v2.10.3 addresses the following known vulnerabilities: - CVE-2022-2309 - CVE-2022-40304 - CVE-2022-40303 Please note that this advisory only applies to the CRuby implementation of...

7.8CVSS1AI score0.22791EPSS
SaveExploits3References2Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/19 12:0 a.m.69 views

Got allows a redirect to a UNIX socket

The got package before 11.8.5 and 12.1.0 for Node.js allows a redirect to a UNIX socket...

5.3CVSS6.5AI score0.02162EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:19 a.m.69 views

golang.org/x/net/html has Improper Restriction of Operations within the Bounds of a Memory Buffer

The html package aka x/net/html through 2018-09-17 in Go mishandles , leading to a "panic: runtime error" in inBodyIM in parse.go during an html.Parse call...

7.5CVSS7.3AI score0.02772EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/05 12:0 a.m.69 views

Cross Site Request Forgery in intelliants/subrion

Cross Site Request Forgery CSRF vulnerability exists in Intelliants Subrion CMS v4.2.1 via the Members administrator function, which could let a remote unauthenticated malicious user send an authorised request to victim and successfully create an arbitrary administrator user...

8.8CVSS8.6AI score0.02224EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 12:56 a.m.69 views

Improper Input Validation in Keycloak

A flaw was found in Keycloak before version 11.0.0, where the code base contains usages of ObjectInputStream without type checks. This flaw allows an attacker to inject arbitrarily serialized Java Objects, which would then get deserialized in a privileged context and potentially lead to remote co...

8.8CVSS8.6AI score0.02604EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2022/02/01 12:48 a.m.69 views

Denial of Service by injecting highly recursive collections or maps in XStream

Impact The vulnerability may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. Patches XStream 1.4.19 monitors and accumulates the...

7.5CVSS7.8AI score0.07934EPSS
SaveExploits1References14Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/08 5:43 p.m.69 views

Prototype Pollution in json-ptr

This affects the package json-ptr before 3.0.0. A type confusion vulnerability can lead to a bypass of CVE-2020-7766 when the user-provided keys used in the pointer parameter are arrays...

9.8CVSS3.5AI score0.01769EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/19 8:16 p.m.69 views

Improper sanitization of delegated role names

Impact The tough library, prior to 0.12.0, does not properly sanitize delegated role names when caching a repository, or when loading a repository from the filesystem. When the repository is cached or loaded, files ending with the .json extension could be overwritten with role metadata anywhere o...

8.2CVSS7.2AI score0.0124EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/13 3:22 p.m.69 views

Cross-site scripting in jfinal

An issue was discovered in JFinal framework v4.9.10 and below. The "set" method of the "Controller" class of jfinal framework is not strictly filtered, which will lead to XSS vulnerabilities in some cases...

6.1CVSS1.2AI score0.00641EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/09 8:42 p.m.69 views

Directory Traversal in elFinder.AspNet

This affects the package elFinder.AspNet before 1.1.1. The user-controlled file name is not properly sanitized before it is used to create a file system path...

7.5CVSS3.1AI score0.01732EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/07/19 9:22 p.m.69 views

URIjs Vulnerable to Hostname spoofing via backslashes in URL

Impact If using affected versions to determine a URL's hostname, the hostname can be spoofed by using a combination of backslash \ and slash / characters as part of the scheme delimiter, e.g. scheme:///\hostname. If the hostname is used in security decisions, the decision may be incorrect...

6.1CVSS6.6AI score0.0091EPSS
SaveExploits1References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/22 3:23 p.m.69 views

Cross-Site Request Forgery in forkcms

Cross-site request forgery CSRF in Fork-CMS before 5.8.2 allow remote attackers to hijack the authentication of logged administrators...

8.8CVSS8.6AI score0.00629EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/17 8:10 p.m.69 views

Cross-site Scripting in wagtail

Impact When the % includeblock % template tag is used to output the value of a plain-text StreamField block CharBlock, TextBlock or a similar user-defined block derived from FieldBlock, and that block does not specify a template for rendering, the tag output is not properly escaped as HTML. This...

5.4CVSS5.8AI score0.01109EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/06/16 5:39 p.m.69 views

Improper Authentication in Apache ActiveMQ and Apache Artemis

The optional ActiveMQ LDAP login module can be configured to use anonymous access to the LDAP server. In this case, for Apache ActiveMQ Artemis prior to version 2.16.0 and Apache ActiveMQ prior to versions 5.16.1 and 5.15.14, the anonymous context is used to verify a valid users password in error...

7.5CVSS4.2AI score0.11239EPSS
SaveExploits0References42Affected Software2
Github Security Blog
Github Security Blog
added 2021/06/01 9:56 p.m.69 views

Exposure of sensitive information to an unauthorized actor in HyperKitty

An issue was discovered in management/commands/hyperkittyimport.py in HyperKitty prior to 1.3.5. When importing a private mailing list's archives, these archives are publicly visible for the duration of the import. For example, sensitive information might be available on the web for an hour durin...

7.5CVSS0.8AI score0.01861EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/28 7:18 p.m.69 views

constructEvent does not verify header

Impact Anyone verifying a Stripe webhook request via this library's constructEvent function. Patches Upgrade to 1.1.4. Workarounds Use await verifyHeader... directly instead of constructEvent. References https://github.com/worker-tools/stripe-webhook/issues/1...

1.5AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/24 4:57 p.m.69 views

Repository index file allows for duplicates of the same chart entry in helm

Impact During a security audit of Helm's code base, security researchers at Trail of Bits identified a bug in which the a Helm repository can contain duplicates of the same chart, with the last one always used. If a repository is compromised, this lowers the level of access that an attacker needs...

4CVSS5.2AI score0.00883EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2021/05/21 7:20 p.m.69 views

Command injection in Apache Flink

A vulnerability in Apache Flink where, when running a process with an enabled JMXReporter, with a port configured via metrics.reporter.reportername.port, an attacker with local access to the machine and JMX port can execute a man-in-the-middle attack using a specially crafted request to rebind th...

4.7CVSS5.4AI score0.00863EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/10 3:18 p.m.69 views

Incorrect Authorization in Spring Cloud Netflix Zuul

Applications using the “Sensitive Headers” functionality in Spring Cloud Netflix Zuul 2.2.6.RELEASE and below may be vulnerable to bypassing the “Sensitive Headers” restriction when executing requests with specially constructed URLs. Applications that use Spring Security's StrictHttpFirewall...

5.3CVSS2.4AI score0.00819EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/07 4:28 p.m.69 views

Improperly Controlled Modification of Dynamically-Determined Object Attributes in utilitify

utilitify prior to 1.0.3 allows modification of object properties. The merge method could be tricked into adding or modifying properties of the Object.prototype...

8.8CVSS3.9AI score0.02044EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 3:52 p.m.69 views

Command Injection in psnode

This affects all current versions of package psnode. If attacker-controlled user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the childprocess exec function without input sanitization...

9.8CVSS5.8AI score0.01336EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/30 5:29 p.m.69 views

Improper Input Validation in Spring Framework

In Spring Framework versions 5.2.0 - 5.2.8, 5.1.0 - 5.1.17, 5.0.0 - 5.0.18, 4.3.0 - 4.3.28, and older unsupported versions, the protections against RFD attacks from CVE-2015-5211 may be bypassed depending on the browser used through the use of a jsessionid path parameter...

8.7CVSS7.7AI score0.10736EPSS
SaveExploits1References26Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/29 9:53 p.m.69 views

DOM XSS in Theme Preview

Impact An unused endpoint added during the development of 4.0.0 has left sites vulnerable to untrusted users gaining access to Ghost Admin. Attackers can gain access by getting logged in users to click a link containing malicious code. Users do not need to enter credentials and may not know they'...

6.8CVSS0.3AI score0.07935EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/22 4:16 p.m.69 views

Observable Differences in Behavior to Error Inputs in Bouncy Castle

In Legion of the Bouncy Castle BC before 1.55 and BC-FJA before 1.0.2, attackers can obtain sensitive information about a private exponent because of Observable Differences in Behavior to Error Inputs. This occurs in org.bouncycastle.crypto.encodings.OAEPEncoding. Sending invalid ciphertext that...

5.3CVSS5.5AI score0.00925EPSS
SaveExploits0References8Affected Software8
Github Security Blog
Github Security Blog
added 2021/04/20 4:46 p.m.69 views

Ansible vulnerable to Exposure of Resource to Wrong Sphere and Insecure Temporary File

A race condition flaw was found in Ansible Engine 2.7.17 and prior, 2.8.9 and prior, 2.9.6 and prior when running a playbook with an unprivileged become user. When Ansible needs to run a module with become user, the temporary directory is created in /var/tmp. This directory is created with "umask...

5CVSS6AI score0.00403EPSS
SaveExploits1References14Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/20 4:39 p.m.69 views

py vulnerable to Regular Expression Denial of Service

A denial of service via regular expression in the py.path.svnwc component of py aka python-py through 1.9.0 could be used by attackers to cause a compute-time denial of service attack by supplying malicious input to the blame functionality...

7.5CVSS7.2AI score0.04607EPSS
SaveExploits0References12Affected Software1
Total number of security vulnerabilities5000