Lucene search
+L

863 matches found

CNVD
CNVD
added 2020/02/11 12:0 a.m.4 views

Jobberbase SQL Injection Vulnerability (CNVD-2020-04571)

Jobberbase is an open source platform for building job search websites. A SQL injection vulnerability exists in Jobberbase. The vulnerability stems from a lack of validation of externally entered SQL statements in the database-based application. An attacker can exploit this vulnerability to execu...

9.8CVSS8.2AI score0.01986EPSS
SaveExploits1References1
CNVD
CNVD
added 2019/12/11 12:0 a.m.30 views

Siemens SiNVR 3 Central Control Server (CCS) Elevation of Privilege Vulnerability

SiNVR is the Siemens OEM version of SiVMS, a video management solution acquired by PKE Deutsch land gmmbH and formerly distributed by Schille Informationssysteme gmmbH. An elevation of privilege vulnerability exists in Siemens SiNVR 3 Central Control Server CCS. A remote attacker could use this...

9.9CVSS7.2AI score0.02126EPSS
SaveExploits0References1
OSV
OSV
added 2019/10/21 11:15 p.m.23 views

CVE-2019-16404

Authenticated SQL Injection in interface/forms/eyemag/js/eyebase.php in OpenEMR through 5.0.2 allows a user to extract arbitrary data from the openemr database via a non-parameterized INSERT INTO statement, as demonstrated by the providerID parameter...

8.8CVSS8.3AI score
SaveExploits0References1
Cvelist
Cvelist
added 2019/08/13 7:10 p.m.28 views

CVE-2019-12806

UniSign 2.0.4.0 and earlier version contains a stack-based buffer overflow vulnerability which can overwrite the stack with arbitrary data, due to a buffer overflow in a library. That leads remote attacker to execute arbitrary code via crafted https packets...

9.1AI score0.04126EPSS
SaveExploits0References1
OSV
OSV
added 2019/08/01 3:15 p.m.5 views

CVE-2018-20914

In cPanel before 70.0.23, OpenID providers can inject arbitrary data into cPanel session files SEC-368...

7.3CVSS5.9AI score0.00834EPSS
SaveExploits0References1
NVD
NVD
added 2019/08/01 3:15 p.m.15 views

CVE-2018-20914

In cPanel before 70.0.23, OpenID providers can inject arbitrary data into cPanel session files SEC-368...

7.3CVSS7.2AI score0.00834EPSS
SaveExploits0References1
Prion
Prion
added 2019/08/01 3:15 p.m.18 views

Command injection

In cPanel before 70.0.23, OpenID providers can inject arbitrary data into cPanel session files SEC-368...

4.9CVSS7.2AI score0.00834EPSS
SaveExploits0References1Affected Software1
CNVD
CNVD
added 2019/07/21 12:0 a.m.4 views

WordPress Viral Quiz Maker - OnionBuzz Plugin SQL Injection Vulnerability

WordPress is a blogging platform developed by the WordPress Foundation using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.Viral Quiz Maker - OnionBuzz plugin is one of the quiz plugins used in it. A SQL injection vulnerability exists in WordPress Viral Quiz...

9.8CVSS8AI score0.04619EPSS
SaveExploits1References1
Hacker One
Hacker One
added 2019/07/12 3:23 p.m.157 views

Internet Bug Bounty: Basic Authentication Heap Overflow

Summary: An attacker can get arbitrary data overflowed in the heap via Basic Authorization base64 blob. Even when basic auth isn't configured. Report sent to developers When calling HttpHeader::getAuth the field value will be base64 decoded. The call to the decode method doesn't ensure that the...

6.8CVSS9.9AI score0.49037EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2019/07/10 12:0 a.m.37 views

CVE-2019-13132

In ZeroMQ libzmq before 4.0.9, 4.1.x before 4.1.7, and 4.2.x before 4.3.2, a remote, unauthenticated client connecting to a libzmq application, running with a socket listening with CURVE encryption/authentication enabled, may cause a stack overflow and overwrite the stack with arbitrary data, due...

9.8CVSS4.2AI score0.42464EPSS
SaveExploits1
CNVD
CNVD
added 2019/06/21 12:0 a.m.6 views

Cisco Integrated Management Controller Access Control Error Vulnerability (CNVD-2019-18903)

Cisco Integrated Management Controller IMC is a set of software from the American company Cisco Cisco for the management of UCS Unified Computing System. The software supports HTTP, SSH access, etc., and can perform operations such as powering on, powering off and rebooting the server. An access...

5.3CVSS7.3AI score0.01516EPSS
SaveExploits0References1
NVD
NVD
added 2019/06/20 3:15 a.m.25 views

CVE-2019-1629

A vulnerability in the configuration import utility of Cisco Integrated Management Controller IMC could allow an unauthenticated, remote attacker to have write access and upload arbitrary data to the filesystem. The vulnerability is due to a failure to delete temporarily uploaded files. An attack...

5.3CVSS5.5AI score0.01516EPSS
SaveExploits0References2
OSV
OSV
added 2019/06/20 3:15 a.m.8 views

CVE-2019-1629

A vulnerability in the configuration import utility of Cisco Integrated Management Controller IMC could allow an unauthenticated, remote attacker to have write access and upload arbitrary data to the filesystem. The vulnerability is due to a failure to delete temporarily uploaded files. An attack...

5.3CVSS6.2AI score0.01516EPSS
SaveExploits0References2
RustSec
RustSec
added 2019/06/15 12:0 p.m.25 views

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.8CVSS4.7AI score0.01615EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2019/06/15 12:0 p.m.61 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.36 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
Tenable Nessus
Tenable Nessus
added 2019/04/18 12:0 a.m.120 views

Oracle Database Server Multiple Vulnerabilities (Apr 2019 CPU)

The remote Oracle Database Server is missing the April 2019 Critical Patch Update CPU. It is, therefore, affected by multiple vulnerabilities : - An authenticated local Portable Clusterware takeover vulnerability exists in the Oracle RDBMS. An authenticated, local attacker with the Grid...

9.1CVSS6.9AI score0.01713EPSS
SaveExploits0References7
CNVD
CNVD
added 2019/03/25 12:0 a.m.6 views

Insteon Hub Buffer Overflow Vulnerability (CNVD-2019-13142)

The Insteon Hub is an Insteon central controller product from Insteon USA. This product can remotely control light bulbs, wall switches, air conditioners and more in your home. A buffer overflow vulnerability exists in Insteon Hub 2245-222 using firmware version 1012. An attacker could exploit th...

8.5CVSS7.3AI score0.01223EPSS
SaveExploits1References1
NVD
NVD
added 2019/03/21 5:29 p.m.22 views

CVE-2017-16253

An exploitable buffer overflow vulnerability exists in the PubNub message handler Insteon Hub 2245-222 - Firmware version 1012 for the cc channel of Insteon Hub running firmware version 1012. Specially crafted commands sent through the PubNub service can cause a stack-based buffer overflow...

8.5CVSS8.4AI score0.01079EPSS
SaveExploits1References1
NVD
NVD
added 2019/03/21 5:29 p.m.14 views

CVE-2017-16255

An exploitable buffer overflow vulnerability exists in the PubNub message handler Insteon Hub 2245-222 - Firmware version 1012. Specially crafted commands sent through the PubNub service can cause a stack-based buffer overflow overwriting arbitrary data. An attacker can send an authenticated HTTP...

8.5CVSS8.3AI score0.01223EPSS
SaveExploits1References1
Rows per page
Query Builder