Lucene search
+L

9961 matches found

Kitploit
Kitploit
•added 2026/09/25 3:24 a.m.•1045 views

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...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 2:43 a.m.•9 views

DRMBinViaOrdinalImports

DRMBinViaOrdinalImports - Create Anti-Copy DRM Malware Quick Links Maldev Academy Home Maldev Academy Syllabus Maldev Academy Pricing Summary This repository uses a technique to modify a program's Import Address Table IAT by replacing the imported function names with their corresponding ordinals,...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 8:34 p.m.•6 views

ParanoiDF

ParanoiDF The swiss army knife of PDF Analysis Tools. Based on peepdf - http://peepdf.eternal-todo.com. This README builds on the peepdf README. This tool was developed as part of my M.Sc dissertation/project for the School of Computing University of Kent, Canterbury, UK. The man behind the idea...

6.2AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 8:27 p.m.•14 views

Skrull

Skrull Skrull es un DRM para malware, que previene el envío automático de muestras por parte de AV/EDR y el escaneo de firmas desde el Kernel. Genera lanzadores que pueden ejecutar malware en la víctima usando la técnica Process Ghosting. Además, los lanzadores son totalmente anti-copia y se romp...

5.9AI score
SaveExploits0
NVD
NVD
•added 2026/09/24 5:17 p.m.•5 views

CVE-2026-97496

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix OOB memory exposure in getwavestate The getwavestate function for v9 trusts cphqdcntlstacksize and cphqdcntlstackoffset values read directly from the MQD, which are written by GPU microcode and fully...

SaveExploits0References3
NVD
NVD
•added 2026/09/24 5:17 p.m.•5 views

CVE-2026-97497

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check bounds for allocatesdmaqueue restoresdmaid allocatesdmaqueue has an option where the sdma queue id can be specified used by CRIU. We weren't bounds-checking that value. Confirm it's less than the maximum number ...

SaveExploits0References3
NVD
NVD
•added 2026/09/24 5:17 p.m.•5 views

CVE-2026-97428

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: harden FRU PIA parsing with bounded helpers Replace the open-coded TLV walk with frupiaadvance and frupiacopyfield helpers that bound every read by the actual EEPROM data length, preventing out-of-bounds reads on...

SaveExploits0References3
NVD
NVD
•added 2026/09/24 5:17 p.m.•5 views

CVE-2026-97429

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix UAF race in destroyqueuecpsch waitondestroyqueue drops locks to wait for queue resume, allowing a concurrent destroy to free the queue. Use isbeingdestroyed flag to serialize destruction...

SaveExploits0References3
NVD
NVD
•added 2026/09/24 5:17 p.m.•4 views

CVE-2026-93284

In the Linux kernel, the following vulnerability has been resolved: drm/pagemap: dma-unmap pages before handling migration errors drmpagemapmigrateunmappages relies on the pages array to determine which pages require DMA unmapping. However, drmpagemapmigrationunlockputpages clears the array as pa...

SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•5 views

kernel: drm/xe/eustall: Fix drm_dev_put called before stream disable in close

A flaw was found in the Linux kernel's drm/xe/eustall component. This vulnerability occurs because the drmdevput function is called before a stream is disabled and its resources are freed within xeeustallstreamclose. This timing issue can lead to a use-after-free condition, where device structure...

7.8CVSS7.2AI score0.00168EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•3 views

kernel: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation

A flaw was found in the Linux kernel's drm/amdkfd component. An integer overflow vulnerability exists in the calculation of a memory allocation size. When processing large input values, this calculation can result in an undersized memory region, which can then be overrun by firmware. This could...

7.8CVSS7.1AI score0.00175EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•4 views

kernel: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg

A flaw was found in the Linux kernel's drm/amdgpu/vcn3 component. This vulnerability, an Out-of-Bounds OOB read, occurs when parsing decoder messages without proper boundary checks. A local attacker could potentially exploit this to read sensitive information from memory or cause system...

7.1CVSS6.8AI score0.00167EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•3 views

kernel: drm/xe: Hold a dma-buf reference for imported BOs

A flaw was found in the drm/xe component of the Linux kernel. This vulnerability, a use-after-free, occurs because a dma-buf Direct Memory Access Buffer reference is not properly held for imported Buffer Objects BOs. If the exporter of a dma-buf is freed while a BO still references its reservatio...

7.8CVSS6.1AI score0.0017EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•3 views

kernel: drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelists

A flaw was found in the drm/xe/rtp component of the Linux kernel. This vulnerability arises from the unconditional whitelisting of Output/Availability OA registers, which is a security violation. By default, these registers could be whitelisted after system events such as probe, graphics...

5.9AI score0.00209EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•4 views

kernel: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg

A flaw was found in the Linux kernel's drm/amdgpu/vcn4 component. This vulnerability allows an attacker to trigger an out-of-bounds OOB read when parsing decoder messages due to insufficient bounds checking. This could lead to information disclosure, potentially revealing sensitive data from memo...

7.1CVSS6.8AI score0.00167EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•6 views

kernel: drm/amdgpu/userq: fix access to stale wptr mapping

A flaw was found in the Linux kernel. This vulnerability, located in the drm/amdgpu/userq component, involves improper handling of memory mappings. A local attacker could potentially exploit a race condition during queue creation, where a memory object is unmapped while another is being assigned ...

7.8CVSS7AI score0.00165EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/24 5:10 p.m.•4 views

kernel: drm/amdgpu/vce: fix integer overflow in image size

A flaw was found in the drm/amdgpu/vce component of the Linux kernel. Malicious VCE Video Codec Engine command streams with oversized dimensions can cause a 32-bit integer overflow. This overflow bypasses validation, allowing the GPU firmware to perform out-of-bound memory access. This could lead...

8.8CVSS6.4AI score0.00185EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/24 4:05 p.m.•6 views

CVE-2026-97519

The Linux kernel contains a null pointer dereference vulnerability within the drm/xe component during devcoredump cleanup . Specifically, in xe_devcoredump_snapshot_free(), the ss->gt pointer may be NULL if a snapshot was never fully populated, leading to a crash when xe_guc_capture_put_matche...

5.6AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:05 p.m.•4 views

EUVD-2026-86117

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix null pointer dereference in devcoredump cleanup In xedevcoredumpsnapshotfree, ss-gt may be NULL when the snapshot was never fully populated e.g., when cleanup is triggered without a prior capture. Guard the...

5.6AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•4 views

EUVD-2026-86096

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: pin mqd and fw object bo to avoid eviction mqd and fw objects are queue core objects which should remain valid and never be unmapped and evicted for user queues to work properly. During eviction if these buffers...

5.8AI score
SaveExploits0References2
Rows per page
Query Builder