Lucene search
+L

5550 matches found

RedhatCVE
RedhatCVE
added 2019/04/04 8:50 a.m.30 views

CVE-2018-18495

WebExtension content scripts can be loaded into about: pages in some circumstances, in violation of the permissions granted to extensions. This could allow an extension to interfere with the loading and usage of these pages and use capabilities that were intended to be restricted from extensions...

6.5CVSS2AI score0.01665EPSS
SaveExploits0References2
Filippo.io
Filippo.io
added 2019/04/02 4:45 p.m.93 views

A Go implementation of Poly1305 that makes sense

Poly1305 is a Message Authentication Code--a cryptographic primitive for authenticating a message with a shared secret key, like HMAC. Although its really a fraction of the complexity of e.g. elliptic curves, most of the implementations Ive read look decidedly like magic, mysteriously multiplying...

7.4AI score
SaveExploits0
Prion
Prion
added 2019/04/02 4:29 p.m.19 views

Privilege escalation

An exploitable local privilege elevation vulnerability exists in the file system permissions of GOG Galaxy's “Games” directory, version 1.2.48.36 Windows 64-bit Installer. An attacker can overwrite executables of installed games to exploit this vulnerability and execute arbitrary code with elevat...

7.2CVSS7.8AI score0.00319EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2019/04/02 3:35 p.m.29 views

CVE-2018-4049

An exploitable local privilege elevation vulnerability exists in the file system permissions of GOG Galaxy's “Games” directory, version 1.2.48.36 Windows 64-bit Installer. An attacker can overwrite executables of installed games to exploit this vulnerability and execute arbitrary code with elevat...

9.3CVSS7.8AI score0.00319EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2019/04/01 12:00 a.m.78 views

SphereFTP 2.0 Denial Of Service

!/usr/bin/python Exploit Title: SphereFTP Server v2.0 Remote Denial of Service Vulnerability Date: 2019-31-03 Exploit Author: Sachin Wagh @tigertigerboy Software Link: http://www.menasoft.com/sphereftp/sphereftpwin32v20.zip Tested on: Windows 10 64-bit import socket import sys evil = "A"3000...

7.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2019/03/28 12:00 a.m.33 views

Ubuntu: Security Advisory (USN-3917-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2019 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.6AI score0.037EPSS
SaveExploits4References3
Tenable Nessus
Tenable Nessus
added 2019/03/27 12:00 a.m.46 views

openSUSE Security Update : the Linux Kernel (openSUSE-2019-398) (Spectre)

The openSUSE Leap 15.0 kernel was updated to receive various security and bugfixes. The following security bugs were fixed : - CVE-2018-3639: Systems with microprocessors utilizing speculative execution and speculative execution of memory reads before the addresses of all prior memory writes are...

5.5CVSS7.2AI score0.60631EPSS
SaveExploits3References3
RedhatCVE
RedhatCVE
added 2019/03/26 10:50 a.m.24 views

CVE-2018-12406

Mozilla developers and community members reported memory safety bugs present in Firefox 63. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox 64...

8.8CVSS3.3AI score0.0114EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/03/25 12:00 a.m.31 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS : snapd vulnerability (USN-3917-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS host has packages installed that are affected by a vulnerability as referenced in the USN-3917-1 advisory. The snapd default seccomp filter for strict mode snaps blocks the use of the ioctl system call when used with TIOCSTI as the second argume...

7.5CVSS6.4AI score0.037EPSS
SaveExploits4References2
Ubuntu
Ubuntu
added 2019/03/21 8:46 p.m.104 views

USN-3917-1: snapd vulnerability

The snapd default seccomp filter for strict mode snaps blocks the use of the ioctl system call when used with TIOCSTI as the second argument to the system call. Jann Horn discovered that this restriction could be circumvented on 64 bit architectures. A malicious snap could exploit this to bypass...

7.5CVSS6.4AI score0.037EPSS
SaveExploits4References1
OSV
OSV
added 2019/03/21 4:01 p.m.7 views

ALPINE-CVE-2019-9893

libseccomp before 2.4.0 did not correctly generate 64-bit syscall argument comparisons using the arithmetic operators LT, GT, LE, GE, which might able to lead to bypassing seccomp filters and potential privilege escalations...

9.8CVSS7AI score0.03041EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2019/03/21 2:30 a.m.36 views

CVE-2019-9893

libseccomp before 2.4.0 did not correctly generate 64-bit syscall argument comparisons using the arithmetic operators LT, GT, LE, GE, which might able to lead to bypassing seccomp filters and potential privilege escalations...

9.8CVSS9.7AI score0.03041EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2019/03/21 12:00 a.m.35 views

CVE-2019-7303

A vulnerability in the seccomp filters of Canonical snapd before version 2.37.4 allows a strict mode snap to insert characters into a terminal on a 64-bit host. The seccomp rules were generated to match 64-bit ioctl2 commands on a 64-bit platform; however, the Linux kernel only uses the lower 32...

7.5CVSS6.5AI score0.037EPSS
SaveExploits4References3
zdt
zdt
added 2019/03/19 12:00 a.m.25 views

libseccomp < 2.4.0 - Incorrect Compilation of Arithmetic Comparisons Exploit

When libseccomp compiles filters for 64-bit systems, it needs to split 64-bit comparisons into 32-bit comparisons because classic BPF can't operate on 64-bit values directly. libseccomp offers both bitwise comparisons NE, EQ, MASKEDEQ and arithmetic comparisons LT, LE, GE, GT. Bitwise comparisons...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2019/03/19 12:00 a.m.27 views

libseccomp 2.4.0 - Incorrect Compilation of Arithmetic Comparisons

libseccomp 2.4.0 - Incorrect Compilation of Arithmetic Comparisons When libseccomp compiles filters for 64-bit systems, it needs to split 64-bit comparisons into 32-bit comparisons because classic BPF can't operate on 64-bit values directly. libseccomp offers both bitwise comparisons NE, EQ,...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/03/19 12:00 a.m.76 views

Microsoft VBScript - VbsErase Memory Corruption

r eax=0000600c ebx=05dc10dc ecx=00000000 edx=00000000 esi=13371337 edi=05c5ca44 eip=6e0fc9fa esp=05c5ca28 ebp=05c5ca48 iopl=0 nv up ei pl zr na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010246 VBSCRIPT!VbsErase+0x5a: 6e0fc9fa 8b3e mov edi,dword ptr esi ds:002b:13371337=????????...

7.6CVSS7.5AI score0.3126EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2019/03/19 12:00 a.m.77 views

libseccomp < 2.4.0 - Incorrect Compilation of Arithmetic Comparisons

When libseccomp compiles filters for 64-bit systems, it needs to split 64-bit comparisons into 32-bit comparisons because classic BPF can't operate on 64-bit values directly. libseccomp offers both bitwise comparisons NE, EQ, MASKEDEQ and arithmetic comparisons LT, LE, GE, GT. Bitwise comparisons...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2019/03/18 12:00 a.m.36 views

libseccomp Incorrect Compilation Of Arithmetic Comparisons

libseccomp: incorrect compilation of arithmetic comparisons When libseccomp compiles filters for 64-bit systems, it needs to split 64-bit comparisons into 32-bit comparisons because classic BPF can't operate on 64-bit values directly. libseccomp offers both bitwise comparisons NE, EQ, MASKEDEQ an...

0.3AI score
SaveExploits0
zdt
zdt
added 2019/03/07 12:00 a.m.148 views

FreeBSD - Intel SYSRET Privilege Escalation Exploit

Exploit for freebsd platform in category local exploits This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'FreeBSD Intel SYSRET Privilege Escalation', 'Description' = %q This module exploits a...

7.2CVSS0.1AI score0.37465EPSS
SaveExploits8
Packet Storm
Packet Storm
added 2019/03/07 12:00 a.m.157 views

FreeBSD Intel SYSRET Privilege Escalation

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'FreeBSD Intel SYSRET Privilege Escalation', 'Description' = %q This module exploits a vulnerability in the FreeBSD kernel, when running on 64-bit...

7.2CVSS0.9AI score0.37465EPSS
SaveExploits8
Rows per page
Query Builder