Lucene search
+L

2105 matches found

Github Security Blog
Github Security Blog
added 2023/04/20 10:24 p.m.35 views

XWiki Platform's async and display macro allow displaying and interacting with any document in restricted mode

Impact It's possible to display any page you cannot access through the combination of the async and display macro. Steps to reproduce: 1. Enable comments for guests by giving guests comment rights 2. As a guest, create a comment with content asyncdisplay reference="Menu.WebHome" //async 3. Open t...

9.9CVSS6AI score0.01144EPSS
SaveExploits1References5Affected Software2
Prion
Prion
added 2023/04/19 12:15 a.m.28 views

Code injection

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In affected versions it's possible to display or interact with any page a user cannot access through the combination of the async and display macros. A comment with either macro will be execut...

6.5CVSS8.8AI score0.01144EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2023/04/18 10:57 p.m.68 views

CVE-2023-29526

CVE-2023-29526 affects XWiki Platform. In affected versions, the async and display macros allow a user to display or interact with pages they should not access, enabling a code injection vector in the server context when a comment containing the macro is viewed. The issue is mitigated by upgradin...

9.9CVSS9.3AI score0.01144EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2023/04/18 10:57 p.m.45 views

CVE-2023-29526 Async and display macro allow displaying and interacting with any document in restricted mode

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In affected versions it's possible to display or interact with any page a user cannot access through the combination of the async and display macros. A comment with either macro will be execut...

9.9CVSS9.8AI score0.01144EPSS
SaveExploits1References3
Veracode
Veracode
added 2023/04/11 2:50 a.m.32 views

Arbitrary Code Execution

vm2 is vulnerable to Arbitrary Code Execution. The vulnerability exists because the newWrapped function of setup-sandbox.js does not properly handle host objects passed to Error.prepareStackTrace in case of unhandled async errors, which allows an attacker to bypass the sandbox protections and...

10CVSS9.3AI score0.63186EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/07 8:35 p.m.98 views

vm2 vulnerable to sandbox escape

vm2 was not properly handling host objects passed to Error.prepareStackTrace in case of unhandled async errors. - vm2 version: 3.9.14 - Node version: 18.15.0, 19.8.1, 17.9.1 Impact A threat actor can bypass the sandbox protections to gain remote code execution rights on the host running the...

10CVSS9.7AI score0.63186EPSS
SaveExploits2References6Affected Software1
NVD
NVD
added 2023/04/06 8:15 p.m.23 views

CVE-2023-29017

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Prior to version 3.9.15, vm2 was not properly handling host objects passed to Error.prepareStackTrace in case of unhandled async errors. A threat actor could bypass the sandbox protections to gain remote code...

10CVSS10AI score0.63186EPSS
SaveExploits2References4
Prion
Prion
added 2023/04/06 8:15 p.m.31 views

Remote code execution

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Prior to version 3.9.15, vm2 was not properly handling host objects passed to Error.prepareStackTrace in case of unhandled async errors. A threat actor could bypass the sandbox protections to gain remote code...

7.5CVSS9.8AI score0.63186EPSS
SaveExploits2References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/04/06 7:18 p.m.11 views

CVE-2023-29017 vm2 Sandbox Escape vulnerability

vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Prior to version 3.9.15, vm2 was not properly handling host objects passed to Error.prepareStackTrace in case of unhandled async errors. A threat actor could bypass the sandbox protections to gain remote code...

10CVSS10AI score0.63186EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2023/03/29 1:53 a.m.6 views

SUSE CVE-2023-28858

redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT, and 4.3.6, 4.4....

4.3CVSS9.2AI score0.01018EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/03/29 1:53 a.m.12 views

SUSE CVE-2023-28859

redis-py before 4.4.4 and 4.5.x before 4.5.4 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request. This could, for example, happen for a non-pipeline operation. NOTE: the solutions for CVE-2023-288...

4.3CVSS9.2AI score0.01034EPSS
SaveExploits0References6
Veracode
Veracode
added 2023/03/28 2:50 a.m.31 views

Race Condition

redis is vulnerable to a Race Condition. The vulnerability exists because the library leaves the connection open after cancelling an async Redis command at a critical time such as the case of a pipeline operation resulting in a client receiving data from an related request. Note: this issue exist...

6.5CVSS5.9AI score0.01034EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2023/03/27 9:12 p.m.24 views

NATS TLS certificate common name validation bypass

The NATS official Rust clients are vulnerable to MitM when using TLS. A fix for the nats crate hasn't been released yet. Since the nats crate is going to be deprecated anyway, consider switching to async-nats = 0.29 which already fixed this vulnerability. The common name of the server's TLS...

6.5AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/03/27 9:12 p.m.22 views

GHSA-WVC4-J7G5-4F79 NATS TLS certificate common name validation bypass

The NATS official Rust clients are vulnerable to MitM when using TLS. A fix for the nats crate hasn't been released yet. Since the nats crate is going to be deprecated anyway, consider switching to async-nats = 0.29 which already fixed this vulnerability. The common name of the server's TLS...

7AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2023/03/26 9:30 p.m.91 views

redis-py Race Condition vulnerability

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

3.7CVSS6AI score0.01018EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2023/03/26 9:30 p.m.2 views

GHSA-24WV-MV5M-XV4H redis-py Race Condition vulnerability

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

6.3CVSS6.5AI score0.01018EPSS
SaveExploits0References12
OSV
OSV
added 2023/03/26 9:30 p.m.9 views

GHSA-8FWW-64CX-X8P5 redis-py Race Condition due to incomplete fix

redis-py through 4.5.3 and 4.4.3 leaves a connection open after canceling an async Redis command at an inopportune time in the case of a non-pipeline operation, and can send response data to the client of an unrelated request. NOTE: this issue exists because of an incomplete fix for CVE-2023-2885...

7.1CVSS7.2AI score0.01034EPSS
SaveExploits0References12
OSV
OSV
added 2023/03/26 7:15 p.m.3 views

DEBIAN-CVE-2023-28858

redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT, and 4.3.6, 4.4....

3.7CVSS5.4AI score0.01018EPSS
SaveExploits0References1
NVD
NVD
added 2023/03/26 7:15 p.m.26 views

CVE-2023-28859

redis-py before 4.4.4 and 4.5.x before 4.5.4 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request. This could, for example, happen for a non-pipeline operation. NOTE: the solutions for CVE-2023-288...

6.5CVSS5.4AI score0.01034EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2023/03/26 7:15 p.m.39 views

CVE-2023-28858

redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT, and 4.3.6, 4.4....

3.7CVSS6.4AI score0.01018EPSS
SaveExploits0References6
Rows per page
Query Builder