8742 matches found
ParanoiDF
ParanoiDF السكين السويسري لأدوات تحليل PDF. مبني على peepdf - http://peepdf.eternal-todo.com. يستند ملف README هذا إلى ملف README الخاص بـ peepdf. تم تطوير هذه الأداة كجزء من رسالة الماجستير/المشروع الخاص بي لكلية الحوسبة جامعة كنت، كانتربري، المملكة المتحدة. كان صاحب فكرة هذه الأداة هو Julio...
wcw-cyberring-pav-decryptor
مفكك تشفير WCW CyberRing PAV تحليل تشفير لنظام إدارة حقوق رقمية خاص بفيديو من عام 1999، واستعادة 51 دقيقة من الوسائط المفقودة من خلال تحليل ثنائي ثابت وهجوم النص المعروف. إطار من مباراة "CyberRing" مستعادة. تم تصوير مصارعي WCW أمام شاشة زرقاء ودمجهم في ساحة CGI مع تأثيرات نار. هكذا كان يبدو الترف...
vaultize_CVE-2024-36079
حول الثغرة النسخة المحلية on-premise من Vaultize DRM v.21.07.27 معرّضة لرفع ملفات تعسفية. قد يتم رفع الملفات التي تحتوي أسماؤها على جزء من المسار المطلق لنظام الملفات بسبب عدم وجود تصفية لأسماء الملفات. عند محاولة تنزيل الملفات يقوم التطبيق بإنشاء ملف مؤقت يقع في المسار النهائي داخل نظام الملفات...
CVE-2026-80909
CVE-2026-80909 affects the drm/amdgpu driver in the Linux kernel , specifically the UVD (Unified Video Decoder) subsystem. The vulnerability arises when a UVD message containing an invalid number of H.265 references is not validated, leading to an integer overflow during the subsequent calculatio...
CVE-2026-80903 drm/xe/oa: Fix sync entry leak on OA config emit failure
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xeoaemitoaconfig releases the sync entries and the syncs array only on its success path. When it fails before the point of no return fence allocation, config buffer...
CVE-2026-80903
CVE-2026-80903 affects the Linux kernel's drm/xe/oa component (Intel Xe graphics driver, Open Animation subsystem). The root cause is a memory leak : xe_oa_emit_oa_config() releases sync entries and the syncs array only on its success path. When it fails before the point of no return (fence alloc...
EUVD-2026-71662
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xeoaemitoaconfig releases the sync entries and the syncs array only on its success path. When it fails before the point of no return fence allocation, config buffer...
CVE-2026-80883
CVE-2026-80883 affects the Linux kernel 's drm/tegra subsystem, specifically the gr2d and gr3d drivers. The root cause is a race condition : the host1x_client_register() function is called before the address register map initialization loop completes, making the device available to userspace prem...
EUVD-2026-71513
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered The host1xclientregister function is called just prior to register map initialization loop, making the device available to userspace. This m...
EUVD-2026-71500
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Validate CRIU-restored IDs before idralloc The KFD CRIU restore flow restores previously saved object IDs from userspace. For event restore: kfdcriurestoreevent - createsignalevent / createotherevent -...
Skrull
Skrull Skrull est un DRM pour malware, qui empêche la soumission automatique d'échantillons par les AV/EDR et le scan de signatures depuis le noyau. Il génère des lanceurs capables d'exécuter des malwares sur la victime en utilisant la technique Process Ghosting. De plus, les lanceurs sont...
widevine-l3-decryptor
Avertissement d'obsolescence Ce dépôt contenait auparavant du code pour contourner le DRM Widevine L3 dans Chrome sur les machines Windows. Il ne fonctionne plus depuis le 31 mai 2021, mais vous pouvez consulter l'article de reverse engineering. Mise à jour Google a émis une demande de retrait DM...
widevine-l3-decryptor
Deprecation Warning This repository used to contain code to circumvent Widevine L3 DRM in Chrome on Windows machines. It's not working anymore as of May 31st 2021, but you can read the reversing writeup. Update Google issued a DMCA takedown request against most forks of this repository. The...
DRMBinViaOrdinalImports
DRMBinViaOrdinalImports - 복사 방지 DRM 악성코드 생성 빠른 링크 Maldev Academy 홈 Maldev Academy 강의 계획서 Maldev Academy 가격 요약 이 저장소는 프로그램의 Import Address TableIAT에서 가져온 함수 이름을 해당 서수ordinal로 대체하여, 오직 서수를 통해서만 함수를 가져오는 바이너리를 생성하는 기술을 사용합니다. 이 기술은 시스템마다 서수 값이 일치하지 않기 때문에 샌드박스 시스템이 바이너리를 성공적으로 분석할 가능성을 줄여줍니다. 이러한 불일...
CVE-2026-80749
In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination a generic target, sized to accept many different data blocks...
CVE-2026-80741
In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...
CVE-2026-80749
CVE-2026-80749 is an out-of-bounds memory read in the Linux kernel 's DRM/connector/HDMI subsystem. A helper function copying an audio infoframe used the destination size (60 bytes) instead of the source size (28 bytes) , reading 32 bytes beyond the allocation. The fix uses the correct source siz...
CVE-2026-80749 drm/connector/hdmi: Fix out of bounds memory read
In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination a generic target, sized to accept many different data blocks...
EUVD-2026-70353
In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination a generic target, sized to accept many different data blocks...
CVE-2026-80747
CVE-2026-80747 is a Linux kernel vulnerability in the drm/amdkfd driver's CRAT table parser . The root cause is a missing bounds check: the parser verifies that the subtype header fits within the image but does not validate that the advertised subtype length stays within bounds. A malformed CRAT ...