5 matches found
samsung-q60t-exploit
Tizen 익스플로잇 설명 Grehack 2021에서 발표한 익스플로잇 및 펌웨어 복호화 스크립트입니다. 슬라이드는 slides . 디렉터리에서, 다시보기 영상은Youtube .에서 확인할 수 있습니다. 디렉터리 이 저장소에는 세 개의 디렉터리가 있습니다: exploit/: v8 익스플로잇과 커널 익스플로잇을 포함합니다, firmware/: 펌웨어 복호화 스크립트를 포함합니다 slides/: 이 작업에 대해 grehack에서 발표한 프레젠테이션을 포함합니다 익스플로잇 먼저 payload.c 안의 공격자 IP를 변경해야 합니다:...
EUVD-2022-42752
Malicious code in bioql PyPI...
Chromium: CVE-2025-5419 Out of bounds read and write in V8
This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information. Google is aware that an exploit for CVE-2025-5419 exists in the wild...
CVE-2025-0999
Heap buffer overflow in V8 in Google Chrome prior to 133.0.6943.126 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...
Google Chrome 60.0.3080.5 V8 JavaScript Engine - Out-of-Bounds Write
Google Chrome 60.0.3080.5 V8 JavaScript Engine - Out-of-Bounds Write // Source: https://halbecaf.com/2017/05/24/exploiting-a-v8-oob-write/ // // v8 exploit for https://crbug.com/716044 var oobrw = null; var leak = null; var arbrw = null; var code = function return 1; code; class BuggyArray extend...