Lucene search
K

18 matches found

NVD
NVD
added 2026/06/16 7:17 p.m.11 views

CVE-2026-53844

OpenClaw before 2026.4.29 contains a session visibility check bypass vulnerability in shared memory search that allows authenticated callers to access memory entries without proper authorization. Attackers can skip session visibility guards on the search path to retrieve memory entries that shoul...

6.5CVSS0.0021EPSS
Exploits0References2
CVE
CVE
added 2026/06/16 6:4 p.m.16 views

CVE-2026-53844

OpenClaw vulnerability CVE-2026-53844 affects OpenClaw prior to version 2026.4.29, involving a session visibility check bypass in the shared memory search path. The issue enables authenticated callers to skip session visibility guards and access memory entries that should not be visible to their ...

6.5CVSS5.3AI score0.0021EPSS
Exploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/16 12:0 a.m.11 views

PT-2026-49761

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.4.29 Description A session visibility check bypass exists in the shared memory search of the memory-wiki feature. This allows authenticated callers to skip session visibility guards on the search path, enabling...

6.5CVSS5.2AI score0.0021EPSS
Exploits0References5
Metasploit
Metasploit
added 2022/09/19 7:51 p.m.193 views

MimiPenguin

This searches process memory for needles that indicate where cleartext passwords may be located. If any needles are discovered in the target process memory, collected strings in adjacent memory will be hashed and compared with password hashes found in /etc/shadow. Module Options msf use...

7.8CVSS8AI score0.01495EPSS
Exploits1
Kitploit
Kitploit
added 2021/07/08 9:30 p.m.64 views

Ipa-Medit - Memory Search And Patch Tool For Resigned Ipa Without Jailbreak

Ipa-medit is a memory search and patch tool for resigned ipa without jailbreak. It was created for mobile game security testing. Motivation Memory modification is the easiest way to cheat in games, it is one of the items to be checked in the security test. There are also cheat tools that can be...

7.2AI score
Exploits0References7
Packet Storm
Packet Storm
added 2021/04/06 12:0 a.m.862 views

Google Chrome 81.0.4044 V8 Remote Code Execution

Exploit Title: Google Chrome prior 83.0.4103.106 V8 - Remote Code Execution Date: 06/04/2021 Exploit Author: Tobias Marcotto Tested on: Kali Linux x64 Version: 83.0.4103.106 Description: Out of bounds write in V8 in Google Chrome prior to 83.0.4103.106 allowed a remote attacker to potentially...

6.8CVSS0.5AI score0.19419EPSS
Exploits6
Kitploit
Kitploit
added 2020/10/19 8:30 p.m.50 views

Apk-Medit - Memory Search And Patch Tool On Debuggable Apk Without Root & Ndk

Apk-medit is a memory search and patch tool for debuggable apk without root & ndk. It was created for mobile game security testing. Motivation Memory modification is the easiest way to cheat in games, it is one of the items to be checked in the security test. There are also cheat tools that can b...

7.6AI score
Exploits0References3
0day.today
0day.today
added 2020/04/27 12:0 a.m.125 views

Linux/x64_86 Egghunter Execve Shellcode (63 bytes)

63 bytes small Linux/x6486 dynamic egghunter shellcode that searches memory for 2 instances of the egg. When the eggs are found, the egghunter passes execution control to the payload at the memory address of the eggs. The payload is an execve/bin/bash shellcode. // Shellcode Title: Linux/x64 -...

7.5AI score
Exploits0
Kitploit
Kitploit
added 2018/09/08 1:20 p.m.242 views

PEDA - Python Exploit Development Assistance For GDB

PEDA - Python Exploit Development Assistance for GDB Key Features: Enhance the display of gdb: colorize and display disassembly codes, registers, memory information during debugging. Add commands to support debugging and exploit development for a full list of commands use peda help: aslr --...

7.5AI score
Exploits0References1
0day.today
0day.today
added 2018/06/08 12:0 a.m.50 views

Linux/ARM - Egghunter (0x50905090) + execve(/bin/sh) Shellcode (60 bytes)

/ Title: Linux/ARM - Memsafe egghunter 0x50905090 + execve"/bin/sh". Null free shellcode 60 bytes Date: 2018-06-06 Tested: armv7l Raspberry Pi v3 and armv6l Raspberry Pi Zero W Author: rtmcx - twitter: @rtmcx Description: The shellcode will search the memory for the "EGG" and, when found, redirec...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2016/09/07 12:0 a.m.32 views

Forticlient ™ end-SSLVPN 5.4 - credentials information disclosure

No description provided by source. from winappdbg import Debug, Process, HexDump import sys filename = "FortiTray.exe" 程序名 searchstring = "fortissl" 当用户凭证存储在进程内存中,模仿偏移 查询用户凭证函数 def memorysearch pid, strings : process = Process pid memdump =...

7.1AI score
Exploits0
0day.today
0day.today
added 2015/04/09 12:0 a.m.22 views

linux/x86 Egg-hunter - 20 bytes

; Egg Hunter 20 bytes ; - searches from current addr towards lower memory ; - marker: 0x5159 push ecx,pop ecx ; Paw Petersen, SLAE-656 ; https://www.pawpetersen.dk/slae-assignment-3-egg-hunter-linux-x86/ global start section .text start: jmp callegghunter egghunter: pop ecx ; save addr ptr sub ec...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.26 views

FreeBSD <= 6.4 Netgraph Local Privledge Escalation Exploit

No description provided by source. / FreeBSD = 6.4-RELEASE Netgraph Exploit by zx2c4 This is an exploit for CVE-2008-5736, the FreeBSD protosw and loosely based on Don Bailey's 2008 exploit - http://www.exploit-db.com/exploits/7581/ . The thing with Don's exploit is that it relies on having a kno...

7.2CVSS6.6AI score0.01195EPSS
Exploits5
Kitploit
Kitploit
added 2013/12/22 2:16 p.m.46 views

[WinAppDbg 1.5] Python Debugger

The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment. It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach...

8AI score
Exploits0
exploitpack
exploitpack
added 2011/03/10 12:0 a.m.23 views

FreeBSD 6.4 - Netgraph Privilege Escalation

FreeBSD 6.4 - Netgraph Privilege Escalation / FreeBSD include include include...

7.2CVSS0.6AI score0.01195EPSS
Exploits5
Saint
Saint
added 2010/11/22 12:0 a.m.24 views

Foxit Reader Crafted PDF Title Handling Stack Buffer Overflow

Added: 11/22/2010 OSVDB: 68648 Background Foxit Reader is a free PDF reader for Microsoft Windows systems. Problem Foxit Reader for Windows is vulnerable to a stack buffer overflow which could allow execution of arbitrary code. A remote attacker can exploit this vulnerability by enticing a user t...

0.6AI score
Exploits0
0day.today
0day.today
added 2010/02/09 12:0 a.m.20 views

feedDemon version 3.1.0.9 .opml file local buffer overflow exploit

Exploit for unknown platform in category local exploits ================================================================== feedDemon version 3.1.0.9 .opml file local buffer overflow exploit ================================================================== /Download latest vuln app...

6.8AI score
Exploits0
Exploit DB
Exploit DB
added 2004/11/19 12:0 a.m.40 views

Microsoft Windows - Compressed Zipped Folders (MS04-034)

/ Microsoft Windows Vulnerability in Compressed zipped Folders MS04-034 Tested under Windows XP SP0 Spanish/English Original Advisory: http://www.eeye.com/html/research/advisories/AD20041012A.html Exploit Date: 21/10/2004 Tarako - Haxorcitos.com 2004 THIS PROGRAM IS FOR EDUCATIONAL PURPOSES ONLY ...

7AI score
Exploits0
Rows per page
Query Builder