Lucene search
+L

134 matches found

OSV
OSV
added 2025/07/02 8:19 a.m.5 views

MAL-2025-5579 Malicious code in rgl-transitions-library (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 9ee572182c10b596368b86b76ad1cfdd1caa58a5fc9309b10259c1d373732fcc Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/22 10:09 p.m.12 views

CVE-2022-39354

SputnikVM, also called evm, is a Rust implementation of Ethereum Virtual Machine. A custom stateful precompile can use the isstatic parameter to determine if the call is executed in a static context via STATICCALL, and thus decide if stateful operations should be done. Prior to version 0.36.0, th...

7.5CVSS6.7AI score0.00584EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/05/16 12:00 a.m.13 views

Unveiling the Black Box: a Multi-Layer Framework for Explaining Reinforcement Learning-Based Cyber Agents

Reinforcement Learning RL agents are increasingly used to simulate sophisticated cyberattacks, but their decision-making processes remain opaque, hindering trust, debugging, and defensive preparedness. In high-stakes cybersecurity contexts, explainability is essential for understanding how...

6.9AI score
SaveExploits0
OSV
OSV
added 2025/04/16 11:15 p.m.10 views

CVE-2025-1566

DNS Leak in Native System VPN in Google ChromeOS Dev Channel on ChromeOS 16002.23.0 allows network observers to expose plaintext DNS queries via failure to properly tunnel DNS traffic during VPN state transitions...

7.5CVSS5.8AI score0.00192EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/04/16 11:06 p.m.10 views

CVE-2025-1566

DNS Leak in Native System VPN in Google ChromeOS Dev Channel on ChromeOS 16002.23.0 allows network observers to expose plaintext DNS queries via failure to properly tunnel DNS traffic during VPN state transitions...

7.5AI score0.00192EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.7 views

SUSE CVE-2023-52941

In the Linux kernel, the following vulnerability has been resolved: can: isotp: split tx timer into transmission and timeout The timer for the transmission of isotp PDUs formerly had two functions: 1. send two consecutive frames with a given time gap 2. monitor the timeouts for flow control frame...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.63 views

CVE-2023-52941

In the Linux kernel, the following vulnerability has been resolved: can: isotp: split tx timer into transmission and timeout The timer for the transmission of isotp PDUs formerly had two functions: 1. send two consecutive frames with a given time gap 2. monitor the timeouts for flow control frame...

5.5CVSS5.6AI score0.00211EPSS
SaveExploits0
OSV
OSV
added 2025/03/04 2:15 p.m.9 views

UBUNTU-CVE-2025-1939

Android apps can load web pages using the Custom Tabs feature. This feature supports a transition animation that could have been used to trick a user into granting sensitive permissions by hiding what the user was actually clicking. This vulnerability affects Firefox 136...

3.9CVSS5.8AI score0.00184EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:00 a.m.15 views

CVE-2022-49219

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix memory leak during D3hot to D0 transition If 'vfiopcicoredevice::needspmrestore' is set PCI device does not have NoSoftReset bit set in its PMCSR config register, then the current PCI state will be saved locally in...

5.5CVSS0.00264EPSS
SaveExploits0References6
Zero Day Initiative
Zero Day Initiative
added 2024/06/12 12:00 a.m.40 views

(Pwn2Own) Microsoft Windows UnserializePropertySet Privilege Context Switching Error Local Privilege Escalation Vulnerability

This vulnerability allows local attackers to escalate privileges on affected installations of Microsoft Windows. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the...

8.8CVSS7.2AI score0.25222EPSS
SaveExploits7References1
OSV
OSV
added 2024/05/30 3:29 p.m.19 views

CVE-2024-36905 tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets TCPSYNRECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash 1, syzbot managed to trigger a divide by zero in...

6AI score
SaveExploits0References27
OSV
OSV
added 2024/05/23 2:47 p.m.43 views

GO-2024-2874 Inter-Blockchain Communication (IBC) protocol "Huckleberry" vulnerability in github.com/cosmos/ibc-go

The ibc-go module is affected by the Inter-Blockchain Communication IBC protocol "Huckleberry" vulnerability. The vulnerability allowed an attacker to send arbitrary transactions onto target chains and trigger arbitrary state transitions, including but not limited to, theft of funds. It was...

7.1AI score
SaveExploits0References2
OSV
OSV
added 2024/05/15 8:53 p.m.12 views

GHSA-86XW-VMCX-9MJ4 Drupal Content moderation Access bypass

In some conditions, drupal content moderation fails to check a users access to use certain transitions, leading to an access bypass...

7AI score
SaveExploits0References3
CNNVD
CNNVD
added 2024/04/19 12:00 a.m.9 views

Evmos 安全漏洞

Evmos is a scalable, high-throughput proof-of-equity blockchain. It is used for full compatibility and interoperability with Ether. A security vulnerability exists in Evmos versions prior to 17.0.0, which stems from the fact that transaction execution does not take into account all state...

9.1CVSS6.8AI score0.00943EPSS
SaveExploits0References4
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/02/21 1:00 a.m.20 views

View transitions: Handling aspect ratio changes

This post assumes some knowledge of view transitions. If you're looking for a from-scratch intro to the feature, see this article. When folks ask me for help with view transition animations that "don't quite look right", it's usually because the content changes aspect ratio. Here's how to handle...

7.4AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/02/21 1:00 a.m.14 views

View transitions: Handling aspect ratio changes

This post assumes some knowledge of view transitions. If you're looking for a from-scratch intro to the feature, see this article. When folks ask me for help with view transition animations that "don't quite look right", it's usually because the content changes aspect ratio. Here's how to handle...

7.4AI score
SaveExploits0
CNNVD
CNNVD
added 2023/11/21 12:00 a.m.5 views

Mozilla Firefox Security Vulnerability

Mozilla Firefox is an open source web browser from the Mozilla Foundation. A security vulnerability exists in Mozilla Firefox versions prior to 120, Firefox ESR versions prior to 115.5, and Thunderbird versions prior to 115.5.0, which originates from the use of full-screen transitions in the...

5.4CVSS8.7AI score0.00563EPSS
SaveExploits0References15
Patchstack
Patchstack
added 2023/07/18 12:00 a.m.10 views

WordPress Nitek Carousel Slider Cool Transitions Plugin <= 4.3 is vulnerable to Cross Site Scripting (XSS)

Software Nitek Carousel Slider Cool Transitions Type Plugin Vulnerable versions = 4.3 Fixed in N/A OWASP Top 10 A3: Injection Classification Cross Site Scripting XSS CVE CVE-2023-33999 Patch priority Medium CVSS severity Medium 7.1 Developer Claim ownership PSID 2a97bd96f108 Credits Rafie Muhamma...

6.8AI score0.00272EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 5:59 a.m.9 views

SUSE CVE-2010-1387

Use-after-free vulnerability in JavaScriptCore in WebKit in Apple iTunes before 9.2 on Windows, and Apple iOS before 4 on the iPhone and iPod touch, allows remote attackers to execute arbitrary code or cause a denial of service application crash via vectors related to page transitions, a differen...

9.3CVSS7.8AI score0.06102EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:22 a.m.5 views

SUSE CVE-2015-0820

Mozilla Firefox before 36.0 does not properly restrict transitions of JavaScript objects from a non-extensible state to an extensible state, which allows remote attackers to bypass a Caja Compiler sandbox protection mechanism or a Secure EcmaScript sandbox protection mechanism via a crafted web...

2.6CVSS8.6AI score0.01731EPSS
SaveExploits0References5
Rows per page
Query Builder