Lucene search
+L

3346 matches found

OSV
OSV
added 2024/03/06 11:11 a.m.36 views

BIT-TENSORFLOW-2022-36017 Segfault in `Requantize` in TensorFlow

TensorFlow is an open source platform for machine learning. If Requantize is given inputmin, inputmax, requestedoutputmin, requestedoutputmax tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.3AI score0.00448EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:06 a.m.67 views

BIT-DISCOURSE-2022-24850 Category group permissions leaked in Discourse

Discourse is an open source platform for community discussion. A category's group permissions settings can be viewed by anyone that has access to the category. As a result, a normal user is able to see whether a group has read/write permissions in the category even though the information should...

5.3CVSS4.8AI score0.00645EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 11:03 a.m.50 views

BIT-PRESTASHOP-2023-39527 PrestaShop XSS vulnerability through Validate::isCleanHTML method

PrestaShop is an open source e-commerce web application. Versions prior to 1.7.8.10, 8.0.5, and 8.1.1 are vulnerable to cross-site scripting through the isCleanHTML method. Versions 1.7.8.10, 8.0.5, and 8.1.1 contain a patch. There are no known workarounds...

6.5AI score
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:00 a.m.55 views

BIT-DISCOURSE-2023-23621 Discourse vulnerable to ReDoS in user agent parsing

Discourse is an open-source discussion platform. Prior to version 3.0.1 on the stable branch and version 3.1.0.beta2 on the beta and tests-passed branches, a malicious user can cause a regular expression denial of service using a carefully crafted user agent. This issue is patched in version 3.0....

8.6CVSS7.6AI score0.00868EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 10:56 a.m.70 views

BIT-ENVOY-2021-43826 Crash when tunneling TCP over HTTP in Envoy

Envoy is an open source edge and service proxy, designed for cloud-native applications. In affected versions of Envoy a crash occurs when configured for :ref:upstream tunneling and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established...

7.5CVSS7.8AI score0.01062EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 10:54 a.m.91 views

BIT-DISCOURSE-2023-40588 Discourse DoS via 2FA and Security Key Names

Discourse is an open-source discussion platform. Prior to version 3.1.1 of the stable branch and version 3.2.0.beta1 of the beta and tests-passed branches, a malicious user could add a 2FA or security key with a carefully crafted name to their account and cause a denial of service for other users...

6.5CVSS6.3AI score0.00512EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 10:53 a.m.74 views

BIT-GRADLE-2022-31156 Gradle's dependency verification can ignore checksum verification when signature verification cannot be performed

Gradle is a build tool. Dependency verification is a security feature in Gradle Build Tool that was introduced to allow validation of external dependencies either through their checksum or cryptographic signatures. In versions 6.2 through 7.4.2, there are some cases in which Gradle may skip that...

6.6CVSS5.5AI score0.00519EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2024/03/06 6:38 a.m.51 views

Security Bulletin: A security vulnerability has been identified in IBM HTTP Server shipped with IBM Rational ClearCase [CVE-2023-31122]

Summary IBM HTTP Server IHS is shipped as a component of IBM Rational ClearCase. Information about a security vulnerability affecting IHS has been published in a security bulletin. CVE-2023-31122 Vulnerability Details Refer to the security bulletins listed in the Remediation/Fixes section Affecte...

7.5CVSS7.5AI score0.03003EPSS
SaveExploits0Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/03/06 12:00 a.m.137 views

1Panel open source panel project has an unauthorized vulnerability.

The steps are as follows: 1. Access https://IP:PORT/ in the browser, which prompts the user to access with a secure entry point. 2. Use Burp to intercept: When opening the browser and entering the URL allowing the first intercepted packet through Burp, the following is displayed: It is found that...

6.3CVSS4.9AI score0.00471EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2024/03/04 8:45 p.m.59 views

GHSA-7JWH-3VRQ-Q3M8 pgproto3 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 v2.3.3...

9.8CVSS8.9AI score0.011EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2024/03/04 8:45 p.m.30 views

pgproto3 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 v2.3.3...

9.8CVSS7.5AI score0.011EPSS
SaveExploits1References8Affected Software2
OSV
OSV
added 2024/03/04 8:43 p.m.43 views

GHSA-MRWW-27VC-GGHV 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.8CVSS8.9AI score0.011EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2024/03/04 8:13 p.m.39 views

pgx SQL Injection via Line Comment Creation

Impact SQL injection can occur when all of the following conditions are met: 1. The non-default simple protocol is used. 2. A placeholder for a numeric value must be immediately preceded by a minus. 3. There must be a second placeholder for a string value after the first placeholder; both must be...

8.1CVSS8AI score0.00854EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2024/03/04 8:13 p.m.37 views

GHSA-M7WR-2XF7-CM9P pgx SQL Injection via Line Comment Creation

Impact SQL injection can occur when all of the following conditions are met: 1. The non-default simple protocol is used. 2. A placeholder for a numeric value must be immediately preceded by a minus. 3. There must be a second placeholder for a string value after the first placeholder; both must be...

8.7CVSS8AI score0.00854EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2024/03/04 10:53 a.m.33 views

Security Bulletin: IBM Transformation Extender Advanced vulnerable to LDAP security bypass due to Apache Derby [CVE-2022-46337]

Summary IBM Transformation Extender Advanced, also known as IBM Standards Processing Engine, includes and supports Apache Derby as a pre-production database for developers. LDAP for Apache Derby is not supported in production deployment of IBM Transformation Extender Advanced. This bulletin...

9.8CVSS9.3AI score0.01418EPSS
SaveExploits0Affected Software1
VulnCheck KEV
VulnCheck KEV
added 2024/03/04 12:00 a.m.11 views

VulnCheck KEV: CVE-2021-32849

Gerapy is a distributed crawler management framework. Prior to version 0.9.9, an authenticated user could execute arbitrary commands. This issue is fixed in version 0.9.9. There are no known workarounds...

9CVSS7.5AI score0.0765EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2024/03/01 11:32 p.m.35 views

Integer overflow in chunking helper causes dispatching to miss elements or panic

Any SpiceDB cluster with any schema where a resource being checked has more than 65535 relationships for the same resource and subject type is affected by this problem. The issue may also lead to a panic rendering the server unavailable The following API methods are affected: - CheckPermission -...

9.1CVSS7AI score0.00456EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/03/01 8:11 p.m.26 views

Directus version number disclosure

Impact Currently the exact Directus version number is being shipped in compiled JS bundles which are accessible without authentication. With this information a malicious attacker can trivially look for known vulnerabilities in Directus core or any of its shipped dependencies in that specific...

5.3CVSS6.9AI score0.0057EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/03/01 8:11 p.m.60 views

GHSA-5MHG-WV8W-P59J Directus version number disclosure

Impact Currently the exact Directus version number is being shipped in compiled JS bundles which are accessible without authentication. With this information a malicious attacker can trivially look for known vulnerabilities in Directus core or any of its shipped dependencies in that specific...

5.3CVSS5.3AI score0.0057EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/03/01 4:57 p.m.32 views

Potential leakage of Sentry auth tokens by React Native SDK with Expo plugin

Impact SDK versions between and including 5.16.0 and 5.19.0 allowed Sentry auth tokens to be set in the optional authToken configuration parameter, for debugging purposes. Doing so would result in the auth token being built into the application bundle, and therefore the auth token could be...

6.9AI score
SaveExploits0References4Affected Software1
Rows per page
Query Builder