Lucene search
+L

1395 matches found

Hacker One
Hacker One
added 2019/06/21 2:53 a.m.62 views

Internet Bug Bounty: Uninitialized read in gdImageCreateFromXbm

This bug is present in gdImageCreateFromXbm method of ext/gd/libgd/gdxbm.c file. This method contains below mentioned lines. c ... unsigned int b; ... sscanfh, "%x", &b; for bit = 1; bit = maxbit; bit = bit 1 gdImageSetPixelim, x++, y, b & bit ? 1 : 0; ... So when sscanf method is not able to rea...

5CVSS6.2AI score0.04332EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2019/06/18 12:0 a.m.42 views

SUSE SLES12 Security Update : kernel (SUSE-SU-2019:1534-1) (SACK Panic) (SACK Slowness)

The SUSE Linux Enterprise 12 SP2 kernel version 4.4.121 was updated to receive various security and bugfixes. The following security bugs were fixed : CVE-2019-11477: A sequence of SACKs may have been crafted by a remote attacker such that one can trigger an integer overflow, leading to a kernel...

9.3CVSS6.7AI score0.98745EPSS
SaveExploits10References46
RustSec
RustSec
added 2019/06/15 12:0 p.m.34 views

Format string vulnerabilities in `pancurses`

pancurses::mvprintw and pancurses::printw passes a pointer from a rust &str to C, allowing hostile input to execute a format string attack, which trivially allows writing arbitrary data to stack memory...

7.5CVSS6.4AI score0.01148EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2019/06/15 12:0 p.m.62 views

RUSTSEC-2019-0006 Buffer overflow and format vulnerabilities in functions exposed without unsafe

ncurses exposes functions from the ncurses library which: - Pass buffers without length to C functions that may write an arbitrary amount of data, leading to a buffer overflow. instr, mvwinstr, etc - Passes rust &str to strings expecting C format arguments, allowing hostile input to execute a...

9.8CVSS8.7AI score0.01615EPSS
SaveExploits0References3
OSV
OSV
added 2019/06/15 12:0 p.m.37 views

RUSTSEC-2019-0005 Format string vulnerabilities in `pancurses`

pancurses::mvprintw and pancurses::printw passes a pointer from a rust &str to C, allowing hostile input to execute a format string attack, which trivially allows writing arbitrary data to stack memory...

7.5CVSS7.5AI score0.01148EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2019/06/13 12:0 a.m.9 views

PT-2019-2568 · Abb · Abb Idal Ftp Server

Name of the Vulnerable Software and Affected Versions: ABB IDAL FTP server affected versions not specified Description: The issue is related to the mishandling of format strings in a username during the authentication process. Attempting to authenticate with the username %s%p%x%d will crash the...

8.8CVSS8.7AI score0.03713EPSS
SaveExploits2References11
Positive Technologies
Positive Technologies
added 2019/06/13 12:0 a.m.45 views

PT-2019-2567 · Abb · Abb Idal Ftp Server

Name of the Vulnerable Software and Affected Versions: ABB IDAL HTTP server affected versions not specified Description: The issue is related to the mishandling of format strings in a username or cookie during the authentication process. Attempting to authenticate with the username %25s%25p%25x%2...

8.8CVSS8.8AI score0.03713EPSS
SaveExploits2References10
Tenable Nessus
Tenable Nessus
added 2019/05/31 12:0 a.m.48 views

Amazon Linux AMI : kernel (ALAS-2019-1214)

A flaw was found in the Linux kernel's freescale hypervisor manager implementation. A parameter passed via to an ioctl was incorrectly validated and used in size calculations for the page size calculation. An attacker can use this flaw to crash the system or corrupt memory or, possibly, create...

8.3CVSS6.3AI score0.03812EPSS
SaveExploits2References6
Tenable Nessus
Tenable Nessus
added 2019/05/13 12:0 a.m.300 views

EulerOS Virtualization for ARM 64 3.0.1.0 : kernel (EulerOS-SA-2019-1516)

According to the versions of the kernel packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - The hi3660stubclkprobe function in drivers/clk/hisilicon/clk-hi3660-stub.c in the Linux kernel before 4.16 allows loca...

10CVSS7.2AI score0.17827EPSS
SaveExploits36References21
OSV
OSV
added 2019/05/10 10:29 p.m.12 views

CVE-2019-11884

The dohidpsockioctl function in net/bluetooth/hidp/sock.c in the Linux kernel before 5.0.15 allows a local user to obtain potentially sensitive information from kernel stack memory via a HIDPCONNADD command, because a name field may not end with a '\0' character...

3.3CVSS7.2AI score
SaveExploits0References23
NVD
NVD
added 2019/05/10 10:29 p.m.27 views

CVE-2019-11884

The dohidpsockioctl function in net/bluetooth/hidp/sock.c in the Linux kernel before 5.0.15 allows a local user to obtain potentially sensitive information from kernel stack memory via a HIDPCONNADD command, because a name field may not end with a '\0' character...

3.3CVSS5.7AI score0.00495EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2019/05/10 12:0 a.m.44 views

EulerOS Virtualization 2.5.3 : kvm (EulerOS-SA-2019-1369)

According to the version of the kvm package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerability : - An information leakage issue was found in the way Linux kernel's KVM hypervisor handled page fault exceptions while emulating instructio...

5.5CVSS6.5AI score0.00678EPSS
SaveExploits1References2
Veracode
Veracode
added 2019/05/02 6:36 a.m.31 views

Information Disclosure

QEMU is vulnerable to information disclosure attacks. This is because the patchinstruction function in hw/i386/kvmvapic.c does not initialize the imm32 variable which allows a local attacker to obtain sensitive information from host stack memory by accessing the Task Priority Register TPR...

6.5CVSS5.9AI score0.00372EPSS
SaveExploits0References219Affected Software1
Cvelist
Cvelist
added 2019/03/09 12:0 a.m.25 views

CVE-2019-8277

UltraVNC revision 1211 contains multiple memory leaks CWE-665 in VNC server code, which allows an attacker to read stack memory and can be abused for information disclosure. Combined with another vulnerability, it can be used to leak stack memory and bypass ASLR. This attack appears to be...

7.5AI score0.02974EPSS
SaveExploits0References6
NVD
NVD
added 2019/03/08 11:29 p.m.19 views

CVE-2019-8277

UltraVNC revision 1211 contains multiple memory leaks CWE-665 in VNC server code, which allows an attacker to read stack memory and can be abused for information disclosure. Combined with another vulnerability, it can be used to leak stack memory and bypass ASLR. This attack appears to be...

7.5CVSS8.7AI score0.02974EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2019/03/05 11:0 p.m.62 views

CVE-2019-9578

In devs.c in Yubico libu2f-host before 1.1.8, the response to init is misparsed, leaking uninitialized stack memory back to the device...

7.5AI score0.02296EPSS
SaveExploits0References8
CVE
CVE
added 2019/03/05 11:0 p.m.187 views

CVE-2019-9578

Concrete details found: CVE-2019-9578 affects Yubico libu2f-host up to version 1.1.8, where the init response is misparsed, leaking uninitialized stack memory to the device. The issue is addressed in later OpenSUSE/SUSE advisories (e.g., libu2f-host 1.1.10) with a fix described as parsing the ini...

7.5CVSS7.3AI score0.02296EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2019/03/05 11:0 p.m.70 views

CVE-2019-9578

In devs.c in Yubico libu2f-host before 1.1.8, the response to init is misparsed, leaking uninitialized stack memory back to the device...

7.5CVSS7AI score0.02296EPSS
SaveExploits0
OSV
OSV
added 2019/03/05 3:29 p.m.7 views

CVE-2019-8259

UltraVNC revision 1198 contains multiple memory leaks CWE-655 in VNC client code, which allow an attacker to read stack memory and can be abused for information disclosure. Combined with another vulnerability, it can be used to leak stack memory and bypass ASLR. This attack appears to be...

7.5CVSS7.1AI score0.03009EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2019/03/05 3:0 p.m.38 views

CVE-2019-8259

UltraVNC revision 1198 contains multiple memory leaks CWE-655 in VNC client code, which allow an attacker to read stack memory and can be abused for information disclosure. Combined with another vulnerability, it can be used to leak stack memory and bypass ASLR. This attack appears to be...

7.5AI score0.03009EPSS
SaveExploits0References6
Rows per page
Query Builder