Lucene search
+L

754 matches found

ATTACKERKB
ATTACKERKB
added 2019/09/23 12:00 a.m.47 views

CVE-2019-1367

A remote code execution vulnerability exists in the way that the scripting engine handles objects in memory in Internet Explorer, aka ‘Scripting Engine Memory Corruption Vulnerability’. This CVE ID is unique from CVE-2019-1221. Recent assessments: gwillcox-r7 at November 22, 2020 2:47am UTC...

7.6CVSS8.3AI score0.44999EPSS
SaveIn wildExploits1References3
The Hacker News
The Hacker News
added 2019/09/10 6:16 p.m.4 views

Latest Microsoft Updates Patch 4 Critical Flaws In Windows RDP Client

Get your update caps on. Microsoft today released its monthly Patch Tuesday update for September 2019, patching a total of 79 security vulnerabilities in its software, of which 17 are rated critical, 61 as important, and one moderate in severity. Two of the security vulnerabilities patched by the...

9.3CVSS7.1AI score0.18982EPSS
SaveExploits0
GoogleProjectZero
GoogleProjectZero
added 2019/08/29 12:00 a.m.469 views

In-the-wild iOS Exploit Chain 1

Posted by Ian Beer, Project Zero TL;DR This exploit provides evidence that these exploit chains were likely written contemporaneously with their supported iOS versions; that is, the exploit techniques which were used suggest that this exploit was written around the time of iOS 10. This suggests...

7.5CVSS8AI score0.11029EPSS
SaveExploits2
GoogleProjectZero
GoogleProjectZero
added 2019/08/29 12:00 a.m.229 views

In-the-wild iOS Exploit Chain 5

Posted by Ian Beer, Project Zero TL;DR This exploit chain is a three way collision between this attacker group, Brandon Azad from Project Zero, and @S0rryMybad from 360 security. On November 17th 2018, @S0rryMybad used this vulnerability to win $200,000 USD at the TianFu Cup PWN competition...

7.8CVSS7.8AI score0.25863EPSS
SaveExploits6
NVD
NVD
added 2019/07/21 7:15 p.m.25 views

CVE-2019-14215

An issue was discovered in Foxit PhantomPDF before 8.3.11. The application could crash when calling xfa.event.rest XFA JavaScript due to accessing a wild pointer...

7.5CVSS7.4AI score0.01597EPSS
SaveExploits0References1
OSV
OSV
added 2019/07/21 7:15 p.m.9 views

CVE-2019-14215

An issue was discovered in Foxit PhantomPDF before 8.3.11. The application could crash when calling xfa.event.rest XFA JavaScript due to accessing a wild pointer...

7.5CVSS7.1AI score0.01597EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2019/06/27 10:16 a.m.11 views

Mozilla: Type confusion in Array.pop

A type confusion vulnerability can occur when manipulating JavaScript objects due to issues in Array.pop. This can allow for an exploitable crash. We are aware of targeted attacks in the wild abusing this flaw. This vulnerability affects Firefox ESR 60.7.1, Firefox 67.0.3, and Thunderbird 60.7.2...

8.8CVSS7.3AI score0.37696EPSS
SaveExploits8References6
ATTACKERKB
ATTACKERKB
added 2019/06/27 12:00 a.m.65 views

Google Chrome CVE-2019-5786 FileReader Use-After-Free Vulnerability

Google Chrome is prone to a use-after-free vulnerability. Attackers can exploit this issue to execute arbitrary code in the context of the browser. Failed attempts will likely cause a denial-of-service condition. Recent assessments: gwillcox-r7 at September 23, 2020 8:20pm UTC reported: This was...

6.5CVSS0.9AI score0.61537EPSS
SaveIn wildExploits10References9
The Hacker News
The Hacker News
added 2019/06/21 9:11 a.m.7 views

Firefox 67.0.4 Released — Mozilla Patches Second 0-Day Flaw This Week

Okay, folks, it's time to update your Firefox web browser once again—yes, for the second time this week. After patching a critical actively-exploited vulnerability in Firefox 67.0.3 earlier this week, Mozilla is now warning millions of its users about a second zero-day vulnerability that attacker...

10CVSS9.2AI score0.55874EPSS
SaveExploits16
Prion
Prion
added 2019/06/18 3:15 p.m.25 views

Command injection

Cerio DT-300N 1.1.6 through 1.1.12 devices allow OS command injection because of improper input validation of the web-interface PING feature's use of Save.cgi to execute a ping command, as exploited in the wild in October 2018...

9CVSS9AI score0.63797EPSS
SaveExploits0References1Affected Software1
CNVD
CNVD
added 2019/06/04 12:00 a.m.8 views

Memory Out-of-Bounds Access Vulnerability in CAJ Reading Tool

CAJviewer and CAJ Cloud Reader are specialized full-text format readers for China Journal Network. A memory out-of-bounds access vulnerability exists in the CAJ Reader tool when parsing malformed CAJ documents. The vulnerability is due to the program using wild pointers for memory reads when...

6.7AI score
SaveExploits0
zdt
zdt
added 2019/05/21 12:00 a.m.216 views

macOS < 10.14.5 / iOS < 12.3 XNU - Wild-read due to bad cast in stf_ioctl Exploit

macOS ifaaddr-safamily != AFINET6 // - crash here IFAUNLOCKifa; error = EAFNOSUPPORT; break; Note that IFALOCK is called on user-provided data; it appears that there is an opportunity for memory corruption a controlled write when using indirect mutexes via LCKMTXTAGINDIRECT see lckmtxlockslow...

7.1CVSS7.3AI score0.04442EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2019/05/21 12:00 a.m.283 views

Apple macOS < 10.14.5 / iOS < 12.3 XNU - Wild-read due to bad cast in stf_ioctl

/ Reproduction Tested on macOS 10.14.3: $ clang -o stfwildread stfwildread.cc $ ./stfwildread Explanation SIOCSIFADDR is an ioctl that sets the address of an interface. The stf interface ioctls are handled by the stfioctl function. The crash occurs in the following case where a struct ifreq is re...

8.8CVSS7.4AI score0.04442EPSS
SaveExploits3
exploitpack
exploitpack
added 2019/05/21 12:00 a.m.26 views

Apple macOS 10.14.5 iOS 12.3 XNU - Wild-read due to bad cast in stf_ioctl

Apple macOS 10.14.5 iOS 12.3 XNU - Wild-read due to bad cast in stfioctl / Reproduction Tested on macOS 10.14.3: $ clang -o stfwildread stfwildread.cc $ ./stfwildread Explanation SIOCSIFADDR is an ioctl that sets the address of an interface. The stf interface ioctls are handled by the stfioctl...

6.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2019/04/09 12:00 a.m.124 views

CVE-2019-0703

An information disclosure vulnerability exists in the way that the Windows SMB Server handles certain requests, aka ‘Windows SMB Information Disclosure Vulnerability’. This CVE ID is unique from CVE-2019-0704, CVE-2019-0821. Recent assessments: gwillcox-r7 at November 22, 2020 2:42am UTC reported...

6.5CVSS6.4AI score0.0964EPSS
SaveIn wildExploits0References2
Tenable Nessus
Tenable Nessus
added 2019/02/21 12:00 a.m.41 views

Fedora 29 : createrepo_c / dnf / dnf-plugins-core / dnf-plugins-extras / etc (2019-1fccede810)

createrepoc - Include file timestamp in repomd.xml to allow reproducing exact metadata as produced in the past - Support of zchunk libcomps librepo - Add zchunk support libdnf - Enhance modular solver to handle enabled and default module streams differently RhBug:1648839 - Add support of wild car...

9.3CVSS7.6AI score0.0571EPSS
SaveExploits0References2
The Hacker News
The Hacker News
added 2019/02/12 7:32 p.m.5 views

Microsoft Patch Tuesday — February 2019 Update Fixes 77 Flaws

Microsoft has issued its second Patch Tuesday for this year to address a total of 77 CVE-listed security vulnerabilities in its Windows operating systems and other products, 20 of which are rated critical, 54 important and 3 moderate in severity. February security update addresses flaws in Adobe...

9.8CVSS8.8AI score0.99825EPSS
SaveExploits30
OSV
OSV
added 2019/02/05 6:29 a.m.10 views

CVE-2018-20753

Kaseya VSA RMM before R9.3 9.3.0.35, R9.4 before 9.4.0.36, and R9.5 before 9.5.0.5 allows unprivileged remote attackers to execute PowerShell payloads on all managed devices. In January 2018, attackers actively exploited this vulnerability in the wild...

9.8CVSS5.9AI score0.29336EPSS
SaveExploits1References3
Prion
Prion
added 2019/01/28 9:29 a.m.22 views

Type confusion

An issue was discovered in Foxit 3D Plugin Beta before 9.4.0.16807 for Foxit Reader and PhantomPDF. The application could encounter a Use-After-Free or Type Confusion and crash during handling of certain PDF files that embed specifically crafted 3D content, due to the use of a wild pointer...

4.3CVSS6.4AI score0.01117EPSS
SaveExploits0References1Affected Software1
The Hacker News
The Hacker News
added 2018/12/20 7:35 a.m.8 views

Microsoft Issues Emergency Patch For Under-Attack IE Zero Day

Microsoft today issued an out-of-band security update to patch a critical zero-day vulnerability in Internet Explorer IE Web browser that attackers are already exploiting in the wild to hack into Windows computers. Discovered by security researcher Clement Lecigne of Google's Threat Analysis Grou...

7.6CVSS8AI score0.24305EPSS
SaveExploits0
Rows per page
Query Builder