Lucene search
K

16 matches found

GithubExploit
GithubExploit
added 2026/05/19 6:28 p.m.52 views

Exploit for Race Condition in Canonical Ubuntu_Linux

IoT Firmware Reverse Engineering — IoT Camera Security Uni...

7.2CVSS7.1AI score0.93929EPSS
Exploits77
Tenable Nessus
Tenable Nessus
added 2025/04/15 12:0 a.m.8 views

RHEL 7 : kernel-alt (RHSA-2018:0180)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2018:0180 advisory. The kernel-alt packages provide the Linux kernel version 4.x. Security Fixes: A flaw was found in the patches used to fix the 'dirtycow' vulnerabilit...

7.2CVSS7.3AI score0.93929EPSS
Exploits85References4
The Hacker News
The Hacker News
added 2024/06/24 7:49 a.m.62 views

RedJuliett Cyber Espionage Campaign Hits 75 Taiwanese Organizations

A likely China-linked state-sponsored threat actor has been linked to a cyber espionage campaign targeting government, academic, technology, and diplomatic organizations in Taiwan between November 2023 and April 2024. Recorded Future's Insikt Group is tracking the activity under the name...

7.2CVSS8.6AI score0.93929EPSS
Exploits77
The Hacker News
The Hacker News
added 2019/07/10 12:29 p.m.0 views

Powerful FinSpy Spyware Found Targeting iOS and Android Users in Myanmar

One of the most powerful, infamous, and advanced piece of government-grade commercial surveillance spyware dubbed FinSpy —also known as FinFisher —has been discovered in the wild targeting users in Myanmar. Created by German company Gamma International, FinSpy is spying software that can target...

6.3AI score
Exploits0
Imperva Blog
Imperva Blog
added 2019/02/25 9:22 p.m.73 views

Latest Drupal RCE Flaw Used by Cryptocurrency Miners and Other Attackers

Another remote code execution vulnerability has been revealed in Drupal, the popular open-source Web content management system. One exploit — still working at time of this writing — has been used in dozens of unsuccessful attacks against our customers, with an unknown number of attacks, some like...

7.9AI score
Exploits0
Imperva Blog
Imperva Blog
added 2018/11/19 12:30 p.m.26 views

DirtyCOW Bug Drives Attackers to A Backdoor in Vulnerable Drupal Web Servers

In this post we’ll unpack a short -- but no less serious -- attack that affected some Linux-based systems, on October 31. Throughout the campaign, the attacker used a chain of vulnerabilities including the infamous Drupalgeddon2 and DirtyCOW, and system misconfigurations to persistently infect...

1.5AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2018/04/18 12:0 a.m.111 views

Amazon Linux 2 : kernel (ALAS-2018-956) (Dirty COW) (Spectre)

Stack-based out-of-bounds read via vmcall instruction Linux kernel compiled with the KVM virtualization CONFIGKVM support is vulnerable to an out-of-bounds read access issue. It could occur when emulating vmcall instructions invoked by a guest. A guest user/process could use this flaw to disclose...

7.8CVSS6.8AI score0.9427EPSS
Exploits94References7
Amazon
Amazon
added 2018/02/20 12:0 a.m.49 views

Important: kernel

Issue Overview: Kernel address information leak in drivers/acpi/sbshc.c:acpismbushcadd function potentially allowing KASLR bypass The acpismbushcadd function in drivers/acpi/sbshc.c in the Linux kernel, through 4.14.15, allows local users to obtain sensitive address information by reading dmesg...

7.8CVSS7AI score0.9427EPSS
Exploits94
Amazon
Amazon
added 2017/12/21 12:0 a.m.106 views

Important: kernel

Issue Overview: A flaw was found in the patches used to fix the 'dirtycow' vulnerability CVE-2016-5195. An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages. CVE-2017-1000405 Linux kernel Virtualization Module CONFIGKVM...

7.8CVSS7.5AI score0.93929EPSS
Exploits89
RedhatCVE
RedhatCVE
added 2017/11/30 7:49 a.m.47 views

CVE-2017-1000405

A flaw was found in the patches used to fix the 'dirtycow' vulnerability CVE-2016-5195. An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages. Mitigation Disabling the use of zero page: It is possible to prevent the zero...

7.2CVSS7.5AI score0.93929EPSS
Exploits85References1
Exploit DB
Exploit DB
added 2016/11/28 12:0 a.m.591 views

Linux Kernel 2.6.22 < 3.9 - 'Dirty COW' 'PTRACE_POKEDATA' Race Condition Privilege Escalation (/etc/passwd Method)

// // This exploit uses the pokemon exploit of the dirtycow vulnerability // as a base and automatically generates a new passwd line. // The user will be prompted for the new password when the binary is run. // The original /etc/passwd file is then backed up to /tmp/passwd.bak // and overwrites t...

7.4AI score
Exploits0
n0where
n0where
added 2016/11/21 5:27 a.m.29 views

From XSS to RCE: XSSer

From XSS to RCE This demonstrates how an attacker can utilize XSS to execute arbitrary code on the web server when an administrative user inadvertently triggers a hidden XSS payload. Custom tools and payloads integrated with Metasploit’s Meterpreter in a highly automated approach will be...

2.8AI score
Exploits0References1
myhack58
myhack58
added 2016/11/02 12:0 a.m.98 views

DirtyCow Linux privilege escalation vulnerability analysis CVE-2 0 1 6-5 1 9 5-the vulnerability warning-the black bar safety net

0x0 overview DirtyCow vulnerability is the recent burst of the Linux kernel local elevation of privilege vulnerability. The vulnerability is easy to trigger the use of simple and stable, the impact of multiple systems be considered a good vulnerability. But the vulnerability has existed for many...

7AI score
Exploits0
0day.today
0day.today
added 2016/10/22 12:0 a.m.329 views

DirtyCow Local Root Proof Of Concept Exploit

Exploit for linux platform in category local exploits / uncomment correct payload first x86 or x64! $ gcc cowroot.c -o cowroot -pthread $ ./cowroot DirtyCow root privilege escalation Backing up /usr/bin/passwd.. to /tmp/bak Size of binary: 57048 Racing, this may take a while.. /usr/bin/passwd...

7.2CVSS8AI score0.93929EPSS
Exploits77
0day.today
0day.today
added 2016/10/22 12:0 a.m.149 views

DirtyCow Linux Kernel Race Condition Exploit

Exploit for linux platform in category local exploits / dirtyc0w.c $ sudo -s echo this is not a test foo chmod 0404 foo $ ls -lah foo -r-----r-- 1 root root 19 Oct 20 15:23 foo $ cat foo this is not a test $ gcc -lpthread dirtyc0w.c -o dirtyc0w $ ./dirtyc0w foo m00000000000000000 mmap 56123000...

7.2CVSS8AI score0.93929EPSS
Exploits77
Arista
Arista
added 2016/10/21 12:0 a.m.76 views

Security Advisory 0026

Security Advisory 0026 PDF Date: October 21st, 2016 Version: 1.0 Revision | Date | Changes ---|---|--- 1.0 | October 21st, 2016 | Initial release Arista Products vulnerability report for CVE-2016-5195 On October 21st 2016, information was released about a security advisory for a race condition...

7.2CVSS7.9AI score0.93929EPSS
Exploits77
Rows per page
Query Builder