cve_id
stringlengths
13
16
description
stringlengths
34
2.67k
published_date
stringdate
1999-03-01 00:00:00
2018-08-06 00:00:00
last_modified
stringdate
2024-11-21 00:00:00
2026-05-06 00:00:00
cwe_ids
stringclasses
347 values
affected_products
stringlengths
7
639
reference_urls
stringlengths
49
643
exploit_available
stringclasses
2 values
cvss_score
stringclasses
35 values
cvss_severity
stringclasses
4 values
attack_vector
stringclasses
3 values
attack_complexity
stringclasses
2 values
privileges_required
stringclasses
3 values
user_interaction
stringclasses
2 values
scope
stringclasses
2 values
confidentiality_impact
stringclasses
3 values
integrity_impact
stringclasses
3 values
availability_impact
stringclasses
3 values
exploitability_score
stringclasses
12 values
impact_score
stringclasses
15 values
attack_type
stringclasses
33 values
likely_mitre_tactic
stringclasses
7 values
risk_score
stringclasses
58 values
risk_level
stringclasses
4 values
primary_vendor_product
stringlengths
5
107
in_cisa_kev
stringclasses
2 values
ransomware_use
stringclasses
2 values
kev_required_action
stringclasses
7 values
CVE-2017-1000219
npm/KyleRoss windows-cpu all versions vulnerable to command injection resulting in code execution as Node.js user
2017-11-17
2025-04-20
CWE-78
windows-cpu_project/windows-cpu:0.1.1|windows-cpu_project/windows-cpu:0.1.2
https://nodesecurity.io/advisories/336|https://nodesecurity.io/advisories/336
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
windows-cpu_project/windows-cpu
False
Unknown
nan
CVE-2017-1000210
picoTCP (versions 1.7.0 - 1.5.0) is vulnerable to stack buffer overflow resulting in code execution or denial of service attack
2017-11-17
2025-04-20
CWE-119
altran/picotcp:1.5.0|altran/picotcp:1.5.1|altran/picotcp:1.6.0|altran/picotcp:1.6.1|altran/picotcp:1.6.2|altran/picotcp:1.7.0
https://github.com/tass-belgium/picotcp/pull/473|https://github.com/tass-belgium/picotcp/pull/473
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
altran/picotcp
False
Unknown
nan
CVE-2017-1000220
soyuka/pidusage <=1.1.4 is vulnerable to command injection in the module resulting in arbitrary command execution
2017-11-17
2025-04-20
CWE-78
pidusage_project/pidusage:*
https://nodesecurity.io/advisories/356|https://nodesecurity.io/advisories/356
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
pidusage_project/pidusage
False
Unknown
nan
CVE-2017-1000194
October CMS build 412 is vulnerable to Apache configuration modification via file upload functionality resulting in site compromise and possibly other applications on the server.
2017-11-17
2025-04-20
CWE-434
octobercms/october:*
https://github.com/octobercms/october/compare/v1.0.412...v1.0.413#diff-c328b7b99eac0d17b3c71eb37038fd61R224|https://github.com/octobercms/october/compare/v1.0.412...v1.0.413#diff-c328b7b99eac0d17b3c71eb37038fd61R224
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unrestricted File Upload
Initial Access
83.5
HIGH
octobercms/october
False
Unknown
nan
CVE-2017-1000196
October CMS build 412 is vulnerable to PHP code execution in the asset manager functionality resulting in site compromise and possibly other applications on the server.
2017-11-17
2025-04-20
CWE-94
octobercms/october:*
https://github.com/octobercms/october/compare/v1.0.412...v1.0.413#diff-c328b7b99eac0d17b3c71eb37038fd61R49|https://github.com/octobercms/october/compare/v1.0.412...v1.0.413#diff-c328b7b99eac0d17b3c71eb37038fd61R49
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Code Injection
Execution
83.5
HIGH
octobercms/october
False
Unknown
nan
CVE-2017-1000197
October CMS build 412 is vulnerable to file path modification in asset move functionality resulting in creating creating malicious files on the server.
2017-11-17
2025-04-20
CWE-417
octobercms/october:*
https://github.com/octobercms/october/compare/v1.0.412...v1.0.413#diff-eef90a4e3585febf6489916dc242d0ceR241|https://github.com/octobercms/october/compare/v1.0.412...v1.0.413#diff-eef90a4e3585febf6489916dc242d0ceR241
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Other
Unknown
83.5
HIGH
octobercms/october
False
Unknown
nan
CVE-2017-1000172
Creolabs Gravity Version: 1.0 Use-After-Free Possible code execution. An example of a Heap-Use-After-Free after the 'sublexer' pointer has been freed. Line 542 of gravity_lexer.c. 'lexer' is being used to access a variable but 'lexer' has already been freed, creating a Heap Use-After-Free condition.
2017-11-17
2025-04-20
CWE-416
creolabs/gravity:1.0
https://github.com/marcobambini/gravity/issues/144|https://github.com/marcobambini/gravity/issues/144
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Use After Free
Execution
98.5
CRITICAL
creolabs/gravity
False
Unknown
nan
CVE-2017-1000173
Creolabs Gravity Version: 1.0 Heap Overflow Potential Code Execution. By creating a large loop whiling pushing data to a buffer, we can break out of the bounds checking of that buffer. When list.join is called on the data it will read past a buffer resulting in a Heap-Buffer-Overflow.
2017-11-17
2025-04-20
CWE-125
creolabs/gravity:1.0
https://github.com/marcobambini/gravity/issues/172|https://github.com/marcobambini/gravity/issues/172
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Out-of-Bounds Read
Unknown
98.5
CRITICAL
creolabs/gravity
False
Unknown
nan
CVE-2017-1000228
nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile() function
2017-11-17
2025-04-20
CWE-20
ejs/ejs:*
http://www.securityfocus.com/bid/101897|https://snyk.io/vuln/npm:ejs:20161128|http://www.securityfocus.com/bid/101897|https://snyk.io/vuln/npm:ejs:20161128
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
98.5
CRITICAL
ejs/ejs
False
Unknown
nan
CVE-2017-1000231
A double-free vulnerability in parse.c in ldns 1.7.0 have unspecified impact and attack vectors.
2017-11-17
2025-04-20
CWE-415
nlnetlabs/ldns:1.7.0
http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00000.html|https://lists.debian.org/debian-lts-announce/2017/11/msg00028.html|https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1256|http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00000.html|https://lists.debian.org/debian-lts-announce/...
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Other
Unknown
83.5
HIGH
nlnetlabs/ldns
False
Unknown
nan
CVE-2017-1000232
A double-free vulnerability in str2host.c in ldns 1.7.0 have unspecified impact and attack vectors.
2017-11-17
2025-04-20
CWE-415
nlnetlabs/ldns:1.7.0
http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00000.html|https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1257|http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00000.html|https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1257
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Other
Unknown
98.5
CRITICAL
nlnetlabs/ldns
False
Unknown
nan
CVE-2017-1000235
I, Librarian version <=4.6 & 4.7 is vulnerable to OS Command Injection in batchimport.php resulting the web server being fully compromised.
2017-11-17
2025-12-05
CWE-78
scilico/i\,_librarian:*|scilico/i\,_librarian:4.7
https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20170509-0_I_Librarian_Multiple_vulnerabilities_v10.txt|https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20170509-0_I_Librarian_Multiple_vulnerabilities_v10.txt
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
scilico/i\,_librarian
False
Unknown
nan
CVE-2017-1000237
I, Librarian version <=4.6 & 4.7 is vulnerable to Server-Side Request Forgery in the ajaxsupplement.php resulting in the attacker being able to reset any user's password.
2017-11-17
2025-12-05
CWE-918
scilico/i\,_librarian:*|scilico/i\,_librarian:4.7
https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20170509-0_I_Librarian_Multiple_vulnerabilities_v10.txt|https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20170509-0_I_Librarian_Multiple_vulnerabilities_v10.txt
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Server-Side Request Forgery (SSRF)
Initial Access
98.5
CRITICAL
scilico/i\,_librarian
False
Unknown
nan
CVE-2017-1000248
Redis-store <=v1.3.0 allows unsafe objects to be loaded from redis
2017-11-17
2025-04-20
CWE-502
redis-store/redis-store:*
https://github.com/redis-store/redis-store/commit/e0c1398d54a9661c8c70267c3a925ba6b192142e|https://github.com/redis-store/redis-store/commit/e0c1398d54a9661c8c70267c3a925ba6b192142e
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Deserialization Vulnerability
Execution
98.5
CRITICAL
redis-store/redis-store
False
Unknown
nan
CVE-2017-1000158
CPython (aka Python) up to 2.7.13 is vulnerable to an integer overflow in the PyString_DecodeEscape function in stringobject.c, resulting in heap-based buffer overflow (and possible arbitrary code execution)
2017-11-17
2025-04-20
CWE-190
python/python:*|python/python:*|python/python:*|debian/debian_linux:7.0|debian/debian_linux:8.0|debian/debian_linux:9.0
http://www.securitytracker.com/id/1039890|https://bugs.python.org/issue30657|https://lists.debian.org/debian-lts-announce/2017/11/msg00035.html|https://lists.debian.org/debian-lts-announce/2017/11/msg00036.html|https://lists.debian.org/debian-lts-announce/2018/09/msg00030.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Integer Overflow
Unknown
98.5
CRITICAL
python/python
False
Unknown
nan
CVE-2017-16872
An issue was discovered in Teluu pjproject (pjlib and pjlib-util) in PJSIP before 2.7.1. Parsing the numeric header fields in a SIP message (like cseq, ttl, port, etc.) all had the potential to overflow, either causing unintended values to be captured or, if the values were subsequently converted back to strings, a buf...
2017-11-17
2025-04-20
CWE-119
teluu/pjsip:*|debian/debian_linux:9.0
https://trac.pjsip.org/repos/milestone/release-2.7.1|https://trac.pjsip.org/repos/ticket/2056|https://www.debian.org/security/2018/dsa-4170|https://trac.pjsip.org/repos/milestone/release-2.7.1|https://trac.pjsip.org/repos/ticket/2056
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
teluu/pjsip
False
Unknown
nan
CVE-2017-1000206
samtools htslib library version 1.4.0 and earlier is vulnerable to buffer overflow in the CRAM rANS codec resulting in potential arbitrary code execution
2017-11-17
2025-04-20
CWE-119
htslib/htslib:*
https://github.com/samtools/htslib/blob/1.4.1/NEWS|https://github.com/samtools/htslib/blob/1.4.1/NEWS
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
htslib/htslib
False
Unknown
nan
CVE-2017-1000212
Elixir's vim plugin, alchemist.vim is vulnerable to remote code execution in the bundled alchemist-server. A malicious website can execute requests against an ephemeral port on localhost that are then evaluated as elixir code.
2017-11-17
2025-04-20
UNKNOWN
alchemist-elixir/alchemist-server:-
https://github.com/tonini/alchemist-server/issues/14|https://github.com/tonini/alchemist-server/issues/14
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
98.5
CRITICAL
alchemist-elixir/alchemist-server
False
Unknown
nan
CVE-2017-1000192
Cygnux sysPass version 2.1.7 and older is vulnerable to a Local File Inclusion in the functionality of javascript files inclusion. The attacker can read the configuration files that contain the login and password from the database, private encryption key, as well as other sensitive information.
2017-11-17
2025-04-20
UNKNOWN
cygnux/syspass:*
https://github.com/nuxsmin/sysPass/releases/tag/2.1.8.17042901|https://github.com/nuxsmin/sysPass/releases/tag/2.1.8.17042901
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
98.5
CRITICAL
cygnux/syspass
False
Unknown
nan
CVE-2017-1000169
QuickerBB version <= 0.7.2 is vulnerable to arbitrary file writes which can lead to remote code execution. This can lead to the complete takeover of the server hosting QuickerBB.
2017-11-17
2025-04-20
CWE-20
quickerbb_project/quickerbb:*
https://github.com/halojoy/QuickerBB/issues/10|https://github.com/halojoy/QuickerBB/issues/10
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
98.5
CRITICAL
quickerbb_project/quickerbb
False
Unknown
nan
CVE-2017-1000215
ROOT xrootd version 4.6.0 and below is vulnerable to an unauthenticated shell command injection resulting in remote code execution
2017-11-17
2025-04-20
CWE-78
xrootd/xrootd:*
https://github.com/xrootd/xrootd/blob/befa2e627a5a33a38c92db3e57c07d8246a24acf/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc#L85|https://github.com/xrootd/xrootd/blob/v4.6.1/docs/ReleaseNotes.txt|https://github.com/xrootd/xrootd/commit/befa2e627a5a33a38c92db3e57c07d8246a24acf|https://security.gentoo.org/glsa/201903-11|https://...
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
xrootd/xrootd
False
Unknown
nan
CVE-2017-16845
hw/input/ps2.c in Qemu does not validate 'rptr' and 'count' values during guest migration, leading to out-of-bounds access.
2017-11-17
2025-04-20
CWE-20
qemu/qemu:*|debian/debian_linux:8.0|debian/debian_linux:9.0|canonical/ubuntu_linux:14.04|canonical/ubuntu_linux:16.04|canonical/ubuntu_linux:17.10|canonical/ubuntu_linux:18.04
http://www.securityfocus.com/bid/101923|https://lists.debian.org/debian-lts-announce/2018/09/msg00007.html|https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg02982.html|https://usn.ubuntu.com/3575-1/|https://usn.ubuntu.com/3649-1/
True
10.0
CRITICAL
NETWORK
LOW
NONE
NONE
CHANGED
HIGH
NONE
HIGH
3.9
5.8
Improper Input Validation
Unknown
99.5
CRITICAL
qemu/qemu
False
Unknown
nan
CVE-2017-1000190
SimpleXML (latest version 2.7.1) is vulnerable to an XXE vulnerability resulting SSRF, information disclosure, DoS and so on.
2017-11-17
2025-09-12
CWE-611
apache/solr:8.4.1|simplexml_project/simplexml:*
https://github.com/ngallagher/simplexml/issues/18|https://lists.apache.org/thread.html/708d94141126eac03011144a971a6411fcac16d9c248d1d535a39451%40%3Csolr-user.lucene.apache.org%3E|https://lists.apache.org/thread.html/8c4ef27e2c0218f29e785990dc919266855aea137c958f10d242cb36%40%3Cdev.lucene.apache.org%3E|https://lists.ap...
True
9.1
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
NONE
HIGH
3.9
5.2
XML External Entity (XXE)
Initial Access
95.0
CRITICAL
apache/solr
False
Unknown
nan
CVE-2017-16566
On Jooan IP Camera A5 2.3.36 devices, an insecure FTP server does not require authentication, which allows remote attackers to read or replace core system files including those used for authentication (such as passwd and shadow). This can be abused to take full root level control of the device.
2017-11-17
2025-04-20
CWE-287
qacctv/jooan_a5_ip_camera_firmware:2.3.36
https://siggyd.github.io/Advisories/CVE-2017-16566|https://siggyd.github.io/Advisories/CVE-2017-16566
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Authentication
Initial Access
98.5
CRITICAL
qacctv/jooan_a5_ip_camera_firmware
False
Unknown
nan
CVE-2017-11401
An issue has been discovered on the Belden Hirschmann Tofino Xenon Security Appliance before 03.2.00. Improper handling of the mbap.length field of ModBus packets in the ModBus DPI filter allows an attacker to send malformed/crafted packets to a protected asset, bypassing function code filtering.
2017-11-20
2025-04-20
UNKNOWN
belden/tofino_xenon_security_appliance_firmware:*
https://github.com/airbus-seclab/security-advisories/blob/master/belden/tofino.txt|https://www.belden.com/hubfs/support/security/bulletins/Belden-Security-Bulletin-BSECV-2017-14-1v1-1.pdf|https://github.com/airbus-seclab/security-advisories/blob/master/belden/tofino.txt|https://www.belden.com/hubfs/support/security/bul...
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
98.5
CRITICAL
belden/tofino_xenon_security_appliance_firmware
False
Unknown
nan
CVE-2017-11402
An issue has been discovered on the Belden Hirschmann Tofino Xenon Security Appliance before 03.2.00. Design flaws in OPC classic and in custom netfilter modules allow an attacker to remotely activate rules on the firewall and to connect to any TCP port of a protected asset, thus bypassing the firewall. The attack meth...
2017-11-20
2025-04-20
CWE-20
belden/tofino_xenon_security_appliance_firmware:*
https://github.com/airbus-seclab/security-advisories/blob/master/belden/tofino.txt|https://www.belden.com/hubfs/support/security/bulletins/Belden-Security-Bulletin-BSECV-2017-14-1v1-1.pdf|https://github.com/airbus-seclab/security-advisories/blob/master/belden/tofino.txt|https://www.belden.com/hubfs/support/security/bul...
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
98.5
CRITICAL
belden/tofino_xenon_security_appliance_firmware
False
Unknown
nan
CVE-2017-16896
A SQL injection in classes/handler/public.php in the forgotpass component of Tiny Tiny RSS 17.4 exists via the login parameter.
2017-11-20
2025-04-20
CWE-89
tt-rss/tiny_tiny_rss:17.4
https://discourse.tt-rss.org/t/sql-injection-in-forgotpass-fixed/669|https://git.tt-rss.org/git/tt-rss/commit/2352c320c2ed34ec7df1ad22f0c55a1b26489815|https://discourse.tt-rss.org/t/sql-injection-in-forgotpass-fixed/669|https://git.tt-rss.org/git/tt-rss/commit/2352c320c2ed34ec7df1ad22f0c55a1b26489815
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
SQL Injection
Initial Access
83.5
HIGH
tt-rss/tiny_tiny_rss
False
Unknown
nan
CVE-2017-16903
LvyeCMS through 3.1 allows remote attackers to upload and execute arbitrary PHP code via directory traversal sequences in the dir parameter, in conjunction with PHP code in the content parameter, within a template Style add request to index.php.
2017-11-20
2025-04-20
CWE-22
lvyecms_project/lvyecms:*
https://github.com/SQYY/CVE/blob/master/Lvyecms_G.txt|https://github.com/SQYY/CVE/blob/master/Lvyecms_G.txt
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Path Traversal
Defense Evasion
98.5
CRITICAL
lvyecms_project/lvyecms
False
Unknown
nan
CVE-2017-16840
The VC-2 Video Compression encoder in FFmpeg 3.0 and 3.4 allows remote attackers to cause a denial of service (out-of-bounds read) because of incorrect buffer padding for non-Haar wavelets, related to libavcodec/vc2enc.c and libavcodec/vc2enc_dwt.c.
2017-11-21
2025-04-20
CWE-125
ffmpeg/ffmpeg:3.0|ffmpeg/ffmpeg:3.4|debian/debian_linux:9.0
http://git.videolan.org/?p=ffmpeg.git%3Ba=commit%3Bh=a94cb36ab2ad99d3a1331c9f91831ef593d94f74|http://www.securityfocus.com/bid/101924|https://github.com/FFmpeg/FFmpeg/commit/94e538aebbc9f9c529e8b1f2eda860cfb8c473b1|https://www.debian.org/security/2017/dsa-4049|http://git.videolan.org/?p=ffmpeg.git%3Ba=commit%3Bh=a94cb3...
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Out-of-Bounds Read
Unknown
98.5
CRITICAL
ffmpeg/ffmpeg
False
Unknown
nan
CVE-2017-16613
An issue was discovered in middleware.py in OpenStack Swauth through 1.2.0 when used with OpenStack Swift through 2.15.1. The Swift object store and proxy server are saving (unhashed) tokens retrieved from the Swauth middleware authentication mechanism to a log file as part of a GET URI. This allows attackers to bypass...
2017-11-21
2025-04-20
CWE-287
openstack/swauth:*|openstack/swift:*|debian/debian_linux:9.0
http://www.securityfocus.com/bid/101926|https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882314|https://bugs.launchpad.net/swift/+bug/1655781|https://github.com/openstack/swauth/commit/70af7986265a3defea054c46efc82d0698917298|https://www.debian.org/security/2017/dsa-4044
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Authentication
Initial Access
98.5
CRITICAL
openstack/swauth
False
Unknown
nan
CVE-2017-16920
v5/config/system.php in dayrui FineCms 5.2.0 has a default SYS_KEY value and does not require key regeneration for each installation, which allows remote attackers to upload arbitrary .php files via a member api swfupload action to index.php.
2017-11-21
2025-04-20
UNKNOWN
finecms/finecms:5.2.0
https://gitee.com/dayrui…c7d4f1b00ca7.jpg
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
98.5
CRITICAL
finecms/finecms
False
Unknown
nan
CVE-2017-5719
A vulnerability in the Intel Deep Learning Training Tool Beta 1 allows a network attacker to remotely execute code as a local user.
2017-11-21
2025-04-20
UNKNOWN
intel/deep_learning_training_tool:-
https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00100&languageid=en-fr|https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00100&languageid=en-fr
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
83.5
HIGH
intel/deep_learning_training_tool
False
Unknown
nan
CVE-2015-3934
Multiple SQL injection vulnerabilities in Fiyo CMS 2.0_1.9.1 allow remote attackers to execute arbitrary SQL commands via the (1) id parameter to apps/app_article/controller/rating.php or (2) user parameter to user/login.
2017-11-21
2025-04-20
CWE-89
fiyo/fiyo_cms:2.0.1.9.1
http://packetstormsecurity.com/files/132479/Fiyo-CMS-2.0_1.9.1-SQL-Injection.html|http://packetstormsecurity.com/files/132479/Fiyo-CMS-2.0_1.9.1-SQL-Injection.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
SQL Injection
Initial Access
98.5
CRITICAL
fiyo/fiyo_cms
False
Unknown
nan
CVE-2017-7550
A flaw was found in the way Ansible (2.3.x before 2.3.3, and 2.4.x before 2.4.1) passed certain parameters to the jenkins_plugin module. Remote attackers could use this flaw to expose sensitive information from a remote host's logs. This flaw was fixed by not allowing passwords to be specified in the "params" argument,...
2017-11-21
2025-04-20
CWE-532|CWE-532
redhat/ansible:*|redhat/ansible:*|redhat/enterprise_linux_server:7.0
https://access.redhat.com/errata/RHSA-2017:2966|https://bugzilla.redhat.com/show_bug.cgi?id=1473645|https://github.com/ansible/ansible/issues/30874|https://access.redhat.com/errata/RHSA-2017:2966|https://bugzilla.redhat.com/show_bug.cgi?id=1473645
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Other
Unknown
98.5
CRITICAL
redhat/ansible
False
Unknown
nan
CVE-2017-16926
Ohcount 3.0.0 is prone to a command injection via specially crafted filenames containing shell metacharacters, which can be exploited by an attacker (providing a source tree for Ohcount processing) to execute arbitrary code as the user running Ohcount.
2017-11-22
2025-04-20
CWE-78
ohcount_project/ohcount:3.0.0
https://bugs.debian.org/882372|https://bugs.debian.org/882372
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
ohcount_project/ohcount
False
Unknown
nan
CVE-2017-8861
Missing authentication for the remote configuration port 1236/tcp on the Cohu 3960HD allows an attacker to change configuration parameters such as IP address and username/password via specially crafted XML SOAP packets.
2017-11-22
2025-04-20
CWE-287
cohuhd/3960hd_firmware:-
https://bneg.io/2017/05/12/vulnerabilities-in-cohu-3960hd/|https://bneg.io/2017/05/12/vulnerabilities-in-cohu-3960hd/
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Authentication
Initial Access
98.5
CRITICAL
cohuhd/3960hd_firmware
False
Unknown
nan
CVE-2017-8862
The webupgrade function on the Cohu 3960HD does not verify the firmware upgrade files or process, allowing an attacker to upload a specially crafted postinstall.sh file that will be executed with "root" privileges.
2017-11-22
2025-04-20
CWE-434
cohuhd/3960hd_firmware:-
https://bneg.io/2017/05/12/vulnerabilities-in-cohu-3960hd/|https://bneg.io/2017/05/12/vulnerabilities-in-cohu-3960hd/
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unrestricted File Upload
Initial Access
98.5
CRITICAL
cohuhd/3960hd_firmware
False
Unknown
nan
CVE-2017-8864
Client-side enforcement using JavaScript of server-side security options on the Cohu 3960HD allows an attacker to manipulate options sent to the camera and cause malfunction or code execution, as demonstrated by a client-side "if (!passwordsAreEqual())" test.
2017-11-22
2025-04-20
CWE-693
cohuhd/3960hd_firmware:-
https://bneg.io/2017/05/12/vulnerabilities-in-cohu-3960hd/|https://bneg.io/2017/05/12/vulnerabilities-in-cohu-3960hd/
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Other
Unknown
98.5
CRITICAL
cohuhd/3960hd_firmware
False
Unknown
nan
CVE-2017-13071
QNAP has already patched this vulnerability. This security concern allows a remote attacker to run arbitrary commands on the QNAP Video Station 5.1.3 (for QTS 4.3.3), 5.2.0 (for QTS 4.3.4), and earlier.
2017-11-22
2025-04-20
CWE-77
qnap/video_station:5.1.3|qnap/video_station:5.2.0
https://www.qnap.com/zh-tw/security-advisory/nas-201711-21|https://www.qnap.com/zh-tw/security-advisory/nas-201711-21
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Command Injection
Execution
83.5
HIGH
qnap/video_station
False
Unknown
nan
CVE-2017-2738
VCM5010 with software versions earlier before V100R002C50SPC100 has an authentication bypass vulnerability. This is due to improper implementation of authentication for accessing web pages. An unauthenticated attacker could bypass the authentication by sending a crafted HTTP request. 5010 with software versions earlier...
2017-11-22
2025-04-20
CWE-287
huawei/vcm5010_firmware:*
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170329-01-vcm-en|http://www.securityfocus.com/bid/97231|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170329-01-vcm-en|http://www.securityfocus.com/bid/97231
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Authentication
Initial Access
98.5
CRITICAL
huawei/vcm5010_firmware
False
Unknown
nan
CVE-2017-8117
The UMA product with software V200R001 and V300R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001|huawei/uma:v300r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8119
The UMA product with software V200R001 and V300R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001|huawei/uma:v300r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8120
The UMA product with software V200R001 and V300R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001|huawei/uma:v300r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8122
The UMA product with software V200R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.securityfocus.com/bid/101961|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.securityfocus.com/bid/101961
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
98.5
CRITICAL
huawei/uma
False
Unknown
nan
CVE-2017-8123
The UMA product with software V200R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8124
The UMA product with software V200R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8126
The UMA product with software V200R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8128
The UMA product with software V200R001 and V300R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001|huawei/uma:v300r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-8129
The UMA product with software V200R001 and V300R001 has a privilege elevation vulnerability due to insufficient validation or improper processing of parameters. An attacker could craft specific packets to exploit these vulnerabilities to gain elevated privileges.
2017-11-22
2025-04-20
CWE-20
huawei/uma:v200r001|huawei/uma:v300r001
http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en|http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20170612-01-uma-en
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
huawei/uma
False
Unknown
nan
CVE-2017-15088
plugins/preauth/pkinit/pkinit_crypto_openssl.c in MIT Kerberos 5 (aka krb5) through 1.15.2 mishandles Distinguished Name (DN) fields, which allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) in situations involving untrusted X.509 data, related to the ...
2017-11-23
2025-04-20
CWE-121|CWE-119
mit/kerberos_5:*
http://www.securityfocus.com/bid/101594|https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871698|https://bugzilla.redhat.com/show_bug.cgi?id=1504045|https://github.com/krb5/krb5/commit/fbb687db1088ddd894d975996e5f6a4252b9a2b4|https://github.com/krb5/krb5/pull/707
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
mit/kerberos_5
False
Unknown
nan
CVE-2017-13701
An issue was discovered on MOXA EDS-G512E 5.1 build 16072215 devices. The backup file contains sensitive information in a insecure way. There is no salt for password hashing. Indeed passwords are stored without being ciphered with a timestamped ciphering method.
2017-11-23
2025-04-20
CWE-200
moxa/eds-g512e_firmware:5.1
http://www.securityfocus.com/bid/101966|https://www.sentryo.net/wp-content/uploads/2017/11/Switch-Moxa-Analysis.pdf|http://www.securityfocus.com/bid/101966|https://www.sentryo.net/wp-content/uploads/2017/11/Switch-Moxa-Analysis.pdf
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Information Disclosure
Collection
98.5
CRITICAL
moxa/eds-g512e_firmware
False
Unknown
nan
CVE-2017-16931
parser.c in libxml2 before 2.9.5 mishandles parameter-entity references because the NEXTL macro calls the xmlParserHandlePEReference function in the case of a '%' character in a DTD name.
2017-11-23
2025-04-20
CWE-119
xmlsoft/libxml2:*
http://xmlsoft.org/news.html|https://bugzilla.gnome.org/show_bug.cgi?id=766956|https://github.com/GNOME/libxml2/commit/e26630548e7d138d2c560844c43820b6767251e3|https://lists.debian.org/debian-lts-announce/2017/11/msg00041.html|https://www.oracle.com//security-alerts/cpujul2021.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
xmlsoft/libxml2
False
Unknown
nan
CVE-2017-16934
The web server on DBL DBLTek devices allows remote attackers to execute arbitrary OS commands by obtaining the admin password via a frame.html?content=/dev/mtdblock/5 request, and then using this password for the HTTP Basic Authentication needed for a change_password.csp request, which supports a "<%%25call system.exec...
2017-11-24
2025-04-20
CWE-78
dbltek/web_server:-
https://blogs.securiteam.com/index.php/archives/3437|https://blogs.securiteam.com/index.php/archives/3437
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
dbltek/web_server
False
Unknown
nan
CVE-2017-16935
Ametys before 4.0.3 requires authentication only for URIs containing a /cms/ substring, which allows remote attackers to bypass intended access restrictions via a direct request to /plugins/core-ui/servercomm/messages.xml, as demonstrated by changing the admin password by obtaining account details via a users/search.js...
2017-11-24
2025-04-20
CWE-20
ametys/ametys:*
https://blogs.securiteam.com/index.php/archives/3517|https://issues.ametys.org/browse/RUNTIME-2582|https://blogs.securiteam.com/index.php/archives/3517|https://issues.ametys.org/browse/RUNTIME-2582
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
98.5
CRITICAL
ametys/ametys
False
Unknown
nan
CVE-2017-16943
The receive_msg function in receive.c in the SMTP daemon in Exim 4.88 and 4.89 allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free) via vectors involving BDAT commands.
2017-11-25
2025-04-20
CWE-416
exim/exim:4.88|exim/exim:4.89|debian/debian_linux:9.0
http://openwall.com/lists/oss-security/2017/11/25/1|http://openwall.com/lists/oss-security/2017/11/25/2|http://openwall.com/lists/oss-security/2017/11/25/3|http://www.openwall.com/lists/oss-security/2021/05/04/7|http://www.securitytracker.com/id/1039872
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Use After Free
Execution
98.5
CRITICAL
exim/exim
False
Unknown
nan
CVE-2017-8045
In Pivotal Spring AMQP versions prior to 1.7.4, 1.6.11, and 1.5.7, an org.springframework.amqp.core.Message may be unsafely deserialized when being converted into a string. A malicious payload could be crafted to exploit this and enable a remote code execution attack.
2017-11-27
2025-04-20
CWE-502
pivotal_software/spring_advanced_message_queuing_protocol:1.5.0|pivotal_software/spring_advanced_message_queuing_protocol:1.5.0|pivotal_software/spring_advanced_message_queuing_protocol:1.5.0|pivotal_software/spring_advanced_message_queuing_protocol:1.5.1|pivotal_software/spring_advanced_message_queuing_protocol:1.5.2|...
http://www.securityfocus.com/bid/100936|https://pivotal.io/security/cve-2017-8045|http://www.securityfocus.com/bid/100936|https://pivotal.io/security/cve-2017-8045
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Deserialization Vulnerability
Execution
98.5
CRITICAL
pivotal_software/spring_advanced_message_queuing_protocol
False
Unknown
nan
CVE-2017-1000214
GitPHP by xiphux is vulnerable to OS Command Injections
2017-11-27
2025-04-20
CWE-78
gitphp_project/gitphp:0.0.5|gitphp_project/gitphp:0.0.6|gitphp_project/gitphp:0.0.7|gitphp_project/gitphp:0.0.8|gitphp_project/gitphp:0.0.9|gitphp_project/gitphp:0.1.0|gitphp_project/gitphp:0.1.1|gitphp_project/gitphp:0.2.0|gitphp_project/gitphp:0.2.1|gitphp_project/gitphp:0.2.2
https://github.com/Enalean/gitphp/commit/160621785ee812d6d90e20878bd6175e42c13c94|https://github.com/xiphux/gitphp/pull/37|https://github.com/Enalean/gitphp/commit/160621785ee812d6d90e20878bd6175e42c13c94|https://github.com/xiphux/gitphp/pull/37
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
gitphp_project/gitphp
False
Unknown
nan
CVE-2017-1001002
math.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution.
2017-11-27
2025-04-20
CWE-94|CWE-94
mathjs/math.js:*
https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170|https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7a9e1cf6a55a90|https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170|https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7...
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Code Injection
Execution
83.5
HIGH
mathjs/math.js
False
Unknown
nan
CVE-2017-1001003
math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by using unicode characters when creating an object.
2017-11-27
2025-04-20
CWE-88|CWE-20
mathjs_project/mathjs:*
https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170|https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c3dccaa3a4e761|https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170|https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c...
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
mathjs_project/mathjs
False
Unknown
nan
CVE-2017-14586
The Hipchat for Mac desktop client is vulnerable to client-side remote code execution via video call link parsing. Hipchat for Mac desktop clients at or above version 4.0 and before version 4.30 are affected by this vulnerability.
2017-11-27
2025-04-20
CWE-119
atlassian/hipchat:*
http://www.securityfocus.com/bid/101947|https://confluence.atlassian.com/hc/hipchat-server-security-advisory-2017-11-22-939946293.html|https://jira.atlassian.com/browse/HCPUB-3473|http://www.securityfocus.com/bid/101947|https://confluence.atlassian.com/hc/hipchat-server-security-advisory-2017-11-22-939946293.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
atlassian/hipchat
False
Unknown
nan
CVE-2017-14746
Use-after-free vulnerability in Samba 4.x before 4.7.3 allows remote attackers to execute arbitrary code via a crafted SMB1 request.
2017-11-27
2025-04-20
CWE-416
samba/samba:*|samba/samba:*|samba/samba:*|samba/samba:*|canonical/ubuntu_linux:14.04|canonical/ubuntu_linux:16.04|canonical/ubuntu_linux:17.04|canonical/ubuntu_linux:17.10|debian/debian_linux:8.0|debian/debian_linux:9.0
http://www.securityfocus.com/bid/101907|http://www.securitytracker.com/id/1039856|http://www.ubuntu.com/usn/USN-3486-1|https://access.redhat.com/errata/RHSA-2017:3260|https://access.redhat.com/errata/RHSA-2017:3261
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Use After Free
Execution
98.5
CRITICAL
samba/samba
False
Unknown
nan
CVE-2017-8020
An issue was discovered in EMC ScaleIO 2.0.1.x. A buffer overflow vulnerability in the SDBG service may potentially allow a remote unauthenticated attacker to execute arbitrary commands with root privileges on an affected server.
2017-11-28
2025-04-20
CWE-119
emc/scaleio:2.0.1.0|emc/scaleio:2.0.1.1|emc/scaleio:2.0.1.2|emc/scaleio:2.0.1.3
http://seclists.org/fulldisclosure/2017/Nov/35|http://www.securityfocus.com/bid/101995|http://seclists.org/fulldisclosure/2017/Nov/35|http://www.securityfocus.com/bid/101995
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
emc/scaleio
False
Unknown
nan
CVE-2017-9315
Customer of Dahua IP camera or IP PTZ could submit relevant device information to receive a time limited temporary password from Dahua authorized dealer to reset the admin password. The algorithm used in this mechanism is potentially at risk of being compromised and subsequently utilized by attacker.
2017-11-28
2025-04-20
UNKNOWN
dahuasecurity/ipc-hfw1xxx_firmware:-|dahuasecurity/ipc-hdw1xxx_firmware:-|dahuasecurity/ipc-hdbw1xxx_firmware:-|dahuasecurity/ipc-hfw2xxx_firmware:-|dahuasecurity/ipc-hdw2xxx_firmware:-|dahuasecurity/ipc-hdbw2xxx_firmware:-|dahuasecurity/ipc-hfw4xxx_firmware:-|dahuasecurity/ipc-hdw4xxx_firmware:-|dahuasecurity/ipc-hdbw...
http://www.dahuasecurity.com/annoucementsingle/security-advisory--admin-password-recovery-mechanism-in-some-dahua-ip-camera-and-ip-ptz-could-lead-to-security-risk_14731_221.html|http://www.dahuasecurity.com/annoucementsingle/security-advisory--admin-password-recovery-mechanism-in-some-dahua-ip-camera-and-ip-ptz-could-l...
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
83.5
HIGH
dahuasecurity/ipc-hfw1xxx_firmware
False
Unknown
nan
CVE-2017-14377
EMC RSA Authentication Agent for Web: Apache Web Server version 8.0 and RSA Authentication Agent for Web: Apache Web Server version 8.0.1 prior to Build 618 have a security vulnerability that could potentially lead to authentication bypass.
2017-11-29
2025-04-20
CWE-287
rsa/authentication_agent_for_web:8.0|rsa/authentication_agent_for_web:8.0.1
http://seclists.org/fulldisclosure/2017/Nov/46|http://www.securityfocus.com/bid/101980|http://www.securitytracker.com/id/1039876|http://seclists.org/fulldisclosure/2017/Nov/46|http://www.securityfocus.com/bid/101980
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Authentication
Initial Access
98.5
CRITICAL
rsa/authentication_agent_for_web
False
Unknown
nan
CVE-2017-14378
EMC RSA Authentication Agent API 8.5 for C and RSA Authentication Agent SDK 8.6 for C allow attackers to bypass authentication, aka an "Error Handling Vulnerability."
2017-11-29
2025-04-20
UNKNOWN
emc/rsa_authentication_agent_api_for_c:8.5|emc/rsa_authentication_agent_sdk_for_c:8.6
http://seclists.org/fulldisclosure/2017/Nov/48|http://www.securityfocus.com/bid/101979|http://www.securitytracker.com/id/1039877|http://seclists.org/fulldisclosure/2017/Nov/48|http://www.securityfocus.com/bid/101979
True
10.0
CRITICAL
NETWORK
LOW
NONE
NONE
CHANGED
HIGH
HIGH
HIGH
3.9
6.0
Unknown
Unknown
99.5
CRITICAL
emc/rsa_authentication_agent_api_for_c
False
Unknown
nan
CVE-2017-8816
The NTLM authentication feature in curl and libcurl before 7.57.0 on 32-bit platforms allows attackers to cause a denial of service (integer overflow and resultant buffer overflow, and application crash) or possibly have unspecified other impact via vectors involving long user and password fields.
2017-11-29
2026-04-15
CWE-190|CWE-190
haxx/curl:*|haxx/libcurl:*|debian/debian_linux:8.0|debian/debian_linux:9.0
http://security.cucumberlinux.com/security/details.php?id=161|http://www.securityfocus.com/bid/101998|http://www.securitytracker.com/id/1039896|http://www.securitytracker.com/id/1040608|https://access.redhat.com/errata/RHSA-2018:3558
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Integer Overflow
Unknown
98.5
CRITICAL
haxx/curl
False
Unknown
nan
CVE-2017-8817
The FTP wildcard function in curl and libcurl before 7.57.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a string that ends with an '[' character.
2017-11-29
2026-04-15
CWE-125|CWE-125
haxx/curl:*|haxx/libcurl:*|debian/debian_linux:8.0|debian/debian_linux:9.0
http://security.cucumberlinux.com/security/details.php?id=162|http://www.securityfocus.com/bid/102057|http://www.securitytracker.com/id/1039897|https://access.redhat.com/errata/RHSA-2018:3558|https://curl.haxx.se/docs/adv_2017-ae72.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Out-of-Bounds Read
Unknown
98.5
CRITICAL
haxx/curl
False
Unknown
nan
CVE-2017-8818
curl and libcurl before 7.57.0 on 32-bit platforms allow attackers to cause a denial of service (out-of-bounds access and application crash) or possibly have unspecified other impact because too little memory is allocated for interfacing to an SSL library.
2017-11-29
2025-04-20
CWE-119
haxx/curl:7.56.0|haxx/curl:7.56.1|haxx/libcurl:7.56.0|haxx/libcurl:7.56.1
http://security.cucumberlinux.com/security/details.php?id=163|http://www.securityfocus.com/bid/102014|http://www.securitytracker.com/id/1039898|https://curl.haxx.se/docs/adv_2017-af0a.html|https://security.gentoo.org/glsa/201712-04
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
haxx/curl
False
Unknown
nan
CVE-2017-14189
An improper access control vulnerability in Fortinet FortiWebManager 5.8.0 allows anyone that can access the admin webUI to successfully log-in regardless the provided password.
2017-11-29
2025-04-20
CWE-521
fortinet/fortiweb_manager:5.8.0
http://www.securityfocus.com/bid/101953|http://www.securitytracker.com/id/1039892|https://fortiguard.com/advisory/FG-IR-17-248|http://www.securityfocus.com/bid/101953|http://www.securitytracker.com/id/1039892
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Other
Unknown
98.5
CRITICAL
fortinet/fortiweb_manager
False
Unknown
nan
CVE-2017-14591
Atlassian Fisheye and Crucible versions less than 4.4.3 and version 4.5.0 are vulnerable to argument injection through filenames in Mercurial repositories, allowing attackers to execute arbitrary code on a system running the impacted software.
2017-11-29
2025-04-20
CWE-88
atlassian/crucible:*|atlassian/crucible:4.5.0|atlassian/fisheye:*|atlassian/fisheye:4.5.0
http://www.securityfocus.com/bid/102194|https://confluence.atlassian.com/x/plcGO|http://www.securityfocus.com/bid/102194|https://confluence.atlassian.com/x/plcGO
True
9.0
CRITICAL
NETWORK
HIGH
NONE
NONE
CHANGED
HIGH
HIGH
HIGH
2.2
6.0
Other
Unknown
86.0
CRITICAL
atlassian/crucible
False
Unknown
nan
CVE-2017-17067
Splunk Web in Splunk Enterprise 7.0.x before 7.0.0.1, 6.6.x before 6.6.3.2, 6.5.x before 6.5.6, 6.4.x before 6.4.9, and 6.3.x before 6.3.12, when the SAML authType is enabled, mishandles SAML, which allows remote attackers to bypass intended access restrictions or conduct impersonation attacks.
2017-11-30
2025-04-20
CWE-863
splunk/splunk:*|splunk/splunk:*|splunk/splunk:*|splunk/splunk:*|splunk/splunk:*
http://www.securityfocus.com/bid/102005|https://www.splunk.com/view/SP-CAAAP3K|http://www.securityfocus.com/bid/102005|https://www.splunk.com/view/SP-CAAAP3K
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Incorrect Authorization
Unknown
98.5
CRITICAL
splunk/splunk
False
Unknown
nan
CVE-2017-12367
A "Cisco WebEx Network Recording Player Denial of Service Vulnerability" exists in Cisco WebEx Network Recording Player for Advanced Recording Format (ARF) and WebEx Recording Format (WRF) files. A remote attacker could exploit this by providing a user with a malicious ARF or WRF file via email or URL and convincing th...
2017-11-30
2025-04-20
CWE-119|CWE-20
cisco/webex_meetings_server:t29|cisco/webex_meetings_server:t30|cisco/webex_meetings_server:t31.11.2
http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895|https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-webex-players|http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895
True
9.6
CRITICAL
NETWORK
LOW
NONE
REQUIRED
CHANGED
HIGH
HIGH
HIGH
2.8
6.0
Buffer Overflow
Execution
92.0
CRITICAL
cisco/webex_meetings_server
False
Unknown
nan
CVE-2017-12368
A "Cisco WebEx Network Recording Player Remote Code Execution Vulnerability" exists in Cisco WebEx Network Recording Player for Advanced Recording Format (ARF) and WebEx Recording Format (WRF) files. A remote attacker could exploit this by providing a user with a malicious ARF or WRF file via email or URL and convincin...
2017-11-30
2025-04-20
CWE-119|CWE-119
cisco/webex_meetings:t29|cisco/webex_meetings:t30|cisco/webex_meetings:t31|cisco/webex_meetings:t32|cisco/webex_meetings_server:2.6|cisco/webex_meetings_server:2.7
http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895|https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-webex-players|http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895
True
9.6
CRITICAL
NETWORK
LOW
NONE
REQUIRED
CHANGED
HIGH
HIGH
HIGH
2.8
6.0
Buffer Overflow
Execution
92.0
CRITICAL
cisco/webex_meetings
False
Unknown
nan
CVE-2017-12369
A "Cisco WebEx Network Recording Player Out-of-Bounds Vulnerability" exists in Cisco WebEx Network Recording Player for Advanced Recording Format (ARF) and WebEx Recording Format (WRF) files. A remote attacker could exploit this by providing a user with a malicious ARF or WRF file via email or URL and convincing the us...
2017-11-30
2025-04-20
CWE-119|CWE-125
cisco/webex_meetings:t29|cisco/webex_meetings:t30|cisco/webex_meetings:t31|cisco/webex_meetings:t32
http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895|https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-webex-players|http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895
True
9.6
CRITICAL
NETWORK
LOW
NONE
REQUIRED
CHANGED
HIGH
HIGH
HIGH
2.8
6.0
Buffer Overflow
Execution
92.0
CRITICAL
cisco/webex_meetings
False
Unknown
nan
CVE-2017-12370
A "Cisco WebEx Network Recording Player Remote Code Execution Vulnerability" exists in Cisco WebEx Network Recording Player for Advanced Recording Format (ARF) and WebEx Recording Format (WRF) files. A remote attacker could exploit this by providing a user with a malicious ARF or WRF file via email or URL and convincin...
2017-11-30
2025-04-20
CWE-119|CWE-119
cisco/webex_meetings:t30|cisco/webex_meetings:t31
http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895|https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-webex-players|http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895
True
9.6
CRITICAL
NETWORK
LOW
NONE
REQUIRED
CHANGED
HIGH
HIGH
HIGH
2.8
6.0
Buffer Overflow
Execution
92.0
CRITICAL
cisco/webex_meetings
False
Unknown
nan
CVE-2017-12371
A "Cisco WebEx Network Recording Player Remote Code Execution Vulnerability" exists in Cisco WebEx Network Recording Player for Advanced Recording Format (ARF) and WebEx Recording Format (WRF) files. A remote attacker could exploit this by providing a user with a malicious ARF or WRF file via email or URL and convincin...
2017-11-30
2025-04-20
CWE-119|CWE-119
cisco/webex_meetings:t30|cisco/webex_meetings:t31
http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895|https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-webex-players|http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895
True
9.6
CRITICAL
NETWORK
LOW
NONE
REQUIRED
CHANGED
HIGH
HIGH
HIGH
2.8
6.0
Buffer Overflow
Execution
92.0
CRITICAL
cisco/webex_meetings
False
Unknown
nan
CVE-2017-12372
A "Cisco WebEx Network Recording Player Remote Code Execution Vulnerability" exists in Cisco WebEx Network Recording Player for Advanced Recording Format (ARF) and WebEx Recording Format (WRF) files. A remote attacker could exploit this by providing a user with a malicious ARF or WRF file via email or URL and convincin...
2017-11-30
2025-04-20
CWE-119|CWE-119
cisco/webex_meetings_server:2.6|cisco/webex_meetings_server:2.7|cisco/webex_meetings:t29|cisco/webex_meetings:t30|cisco/webex_meetings:t31.11.2
http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895|https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171129-webex-players|http://www.securityfocus.com/bid/102017|http://www.securitytracker.com/id/1039895
True
9.6
CRITICAL
NETWORK
LOW
NONE
REQUIRED
CHANGED
HIGH
HIGH
HIGH
2.8
6.0
Buffer Overflow
Execution
92.0
CRITICAL
cisco/webex_meetings_server
False
Unknown
nan
CVE-2017-11281
Adobe Flash Player has an exploitable memory corruption vulnerability in the text handling function. Successful exploitation could lead to arbitrary code execution. This affects 26.0.0.151 and earlier.
2017-12-01
2025-04-20
CWE-119
adobe/flash_player:*|adobe/flash_player:*|adobe/flash_player:*|adobe/flash_player:*|redhat/enterprise_linux_desktop:6.0|redhat/enterprise_linux_server:6.0|redhat/enterprise_linux_workstation:6.0
http://www.securityfocus.com/bid/100710|http://www.securitytracker.com/id/1039314|https://access.redhat.com/errata/RHSA-2017:2702|https://helpx.adobe.com/security/products/flash-player/apsb17-28.html|https://security.gentoo.org/glsa/201709-16
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
adobe/flash_player
False
Unknown
nan
CVE-2017-11282
Adobe Flash Player has an exploitable memory corruption vulnerability in the MP4 atom parser. Successful exploitation could lead to arbitrary code execution. This affects 26.0.0.151 and earlier.
2017-12-01
2025-04-20
CWE-119
adobe/flash_player:*|adobe/flash_player:*|adobe/flash_player:*|adobe/flash_player:*|redhat/enterprise_linux_desktop:6.0|redhat/enterprise_linux_server:6.0|redhat/enterprise_linux_workstation:6.0
http://packetstormsecurity.com/files/144332/Adobe-Flash-appleToRange-Out-Of-Bounds-Read.html|http://www.securityfocus.com/bid/100716|http://www.securitytracker.com/id/1039314|https://access.redhat.com/errata/RHSA-2017:2702|https://bugs.chromium.org/p/project-zero/issues/detail?id=1323
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
adobe/flash_player
False
Unknown
nan
CVE-2017-11283
Adobe ColdFusion has an Untrusted Data Deserialization vulnerability. This affects Update 4 and earlier versions for ColdFusion 2016, and Update 12 and earlier versions for ColdFusion 11.
2017-12-01
2025-04-20
CWE-502
adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0
http://www.securityfocus.com/bid/100708|http://www.securitytracker.com/id/1039321|https://helpx.adobe.com/security/products/coldfusion/apsb17-30.html|http://www.securityfocus.com/bid/100708|http://www.securitytracker.com/id/1039321
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Deserialization Vulnerability
Execution
98.5
CRITICAL
adobe/coldfusion
False
Unknown
nan
CVE-2017-11284
Adobe ColdFusion has an Untrusted Data Deserialization vulnerability. This affects Update 4 and earlier versions for ColdFusion 2016, and Update 12 and earlier versions for ColdFusion 11.
2017-12-01
2025-04-20
CWE-502
adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0|adobe/coldfusion:11.0
http://www.securityfocus.com/bid/100708|http://www.securitytracker.com/id/1039321|https://helpx.adobe.com/security/products/coldfusion/apsb17-30.html|http://www.securityfocus.com/bid/100708|http://www.securitytracker.com/id/1039321
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Deserialization Vulnerability
Execution
98.5
CRITICAL
adobe/coldfusion
False
Unknown
nan
CVE-2017-15607
Inedo Otter before 1.7.4 has directory traversal in filesystem-based rafts via vectors involving '/' characters or initial '.' characters, aka OT-181.
2017-12-01
2025-04-20
CWE-22
inedo/otter:*
https://inedo.com/blog/otter-174-released|https://inedo.myjetbrains.com/youtrack/issue/OT-181|https://inedo.com/blog/otter-174-released|https://inedo.myjetbrains.com/youtrack/issue/OT-181
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Path Traversal
Defense Evasion
83.5
HIGH
inedo/otter
False
Unknown
nan
CVE-2017-17086
Indeo Otter through 1.7.4 mishandles a "" substring in an initial DP payload, which allows remote attackers to cause a denial of service (crash) or possibly have unspecified other impact, as demonstrated by the Plan Editor.
2017-12-01
2025-04-20
CWE-20
inedo/otter:*
https://inedo.myjetbrains.com/youtrack/issue/ILIB-11|https://inedo.myjetbrains.com/youtrack/issue/ILIB-11
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
83.5
HIGH
inedo/otter
False
Unknown
nan
CVE-2017-10861
Directory traversal vulnerability in QND Advance/Standard allows an attacker to read arbitrary files via a specially crafted command.
2017-12-01
2025-04-20
CWE-22
qualitysoft/qnd_advance\/standard:*
http://www.qualitysoft.com/qnd_vulnerabilities|https://jvn.jp/en/vu/JVNVU94198685/index.html|http://www.qualitysoft.com/qnd_vulnerabilities|https://jvn.jp/en/vu/JVNVU94198685/index.html
True
9.1
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
NONE
3.9
5.2
Path Traversal
Defense Evasion
95.0
CRITICAL
qualitysoft/qnd_advance\/standard
False
Unknown
nan
CVE-2017-10898
SQL injection vulnerability in the A-Member and A-Member for MT cloud versions 3.8.6 and earlier allows an attacker to execute arbitrary SQL commands via unspecified vectors.
2017-12-01
2025-04-20
CWE-89
ark-web/a-member:*|ark-web/a-member:*
https://jvn.jp/en/jp/JVN78501037/index.html|https://jvn.jp/en/jp/JVN78501037/index.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
SQL Injection
Initial Access
98.5
CRITICAL
ark-web/a-member
False
Unknown
nan
CVE-2017-10899
SQL injection vulnerability in the A-Reserve and A-Reserve for MT cloud versions 3.8.6 and earlier allows an attacker to execute arbitrary SQL commands via unspecified vectors.
2017-12-01
2025-04-20
CWE-89
ark-web/a-reserve:*|ark-web/a-reserve:*
https://jvn.jp/en/jp/JVN78501037/index.html|https://jvn.jp/en/jp/JVN78501037/index.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
SQL Injection
Initial Access
98.5
CRITICAL
ark-web/a-reserve
False
Unknown
nan
CVE-2017-10900
PTW-WMS1 firmware version 2.000.012 allows remote attackers to bypass access restrictions to obtain or delete data on the disk via unspecified vectors.
2017-12-01
2025-04-20
UNKNOWN
princeton/ptw-wms1_firmware:2.000.012
https://jvn.jp/en/jp/JVN98295787/index.html|https://jvn.jp/en/jp/JVN98295787/index.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
98.5
CRITICAL
princeton/ptw-wms1_firmware
False
Unknown
nan
CVE-2017-10902
PTW-WMS1 firmware version 2.000.012 allows remote attackers to execute arbitrary OS commands via unspecified vectors.
2017-12-01
2025-04-20
CWE-78
princeton/ptw-wms1_firmware:2.000.012
https://jvn.jp/en/jp/JVN98295787/index.html|https://jvn.jp/en/jp/JVN98295787/index.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
princeton/ptw-wms1_firmware
False
Unknown
nan
CVE-2017-10903
Improper authentication issue in PTW-WMS1 firmware version 2.000.012 allows remote attackers to log in to the device with root privileges and conduct arbitrary operations via unspecified vectors.
2017-12-01
2025-04-20
CWE-287
princeton/ptw-wms1_firmware:2.000.012
https://jvn.jp/en/jp/JVN98295787/index.html|https://jvn.jp/en/jp/JVN98295787/index.html
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Authentication
Initial Access
98.5
CRITICAL
princeton/ptw-wms1_firmware
False
Unknown
nan
CVE-2017-15702
In Apache Qpid Broker-J 0.18 through 0.32, if the broker is configured with different authentication providers on different ports one of which is an HTTP port, then the broker can be tricked by a remote unauthenticated attacker connecting to the HTTP port into using an authentication provider that was configured on a d...
2017-12-01
2025-04-20
UNKNOWN
apache/qpid_broker-j:*
http://www.securityfocus.com/bid/102040|https://issues.apache.org/jira/browse/QPID-8039|https://lists.apache.org/thread.html/59d241e30db23b8b0af26bb273f789aa1f08515d3dc1a3868d3ba090%40%3Cdev.qpid.apache.org%3E|https://qpid.apache.org/cves/CVE-2017-15702.html|http://www.securityfocus.com/bid/102040
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
98.5
CRITICAL
apache/qpid_broker-j
False
Unknown
nan
CVE-2017-13664
Password file exposure in firmware in iSmartAlarm CubeOne version 2.2.4.8 and earlier allows attackers to execute arbitrary commands with administrative privileges by retrieving credentials from this file.
2017-12-01
2025-04-20
CWE-200
ismartalarm/cubeone_firmware:*
https://poppopretn.com/2017/11/30/public-disclosure-firmware-vulnerabilities-in-ismartalarm-cubeone/|https://poppopretn.com/2017/11/30/public-disclosure-firmware-vulnerabilities-in-ismartalarm-cubeone/
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Information Disclosure
Collection
98.5
CRITICAL
ismartalarm/cubeone_firmware
False
Unknown
nan
CVE-2017-14487
The OhMiBod Remote app for Android and iOS allows remote attackers to impersonate users by sniffing network traffic for search responses from the OhMiBod API server and then editing the username, user_id, and token fields in data/data/com.ohmibod.remote2/shared_prefs/OMB.xml.
2017-12-01
2025-04-20
CWE-290
ohmibod/ohmibod_remote:*|ohmibod/ohmibod_remote:*
https://dl.acm.org/citation.cfm?id=3139942&preflayout=flat|https://dl.acm.org/citation.cfm?id=3139942&preflayout=flat
True
9.1
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
NONE
3.9
5.2
Other
Unknown
95.0
CRITICAL
ohmibod/ohmibod_remote
False
Unknown
nan
CVE-2017-16930
The remote management interface on the Claymore Dual GPU miner 10.1 allows an unauthenticated remote attacker to execute arbitrary code due to a stack-based buffer overflow in the request handler. This can be exploited via a long API request that is mishandled during logging.
2017-12-05
2025-04-20
CWE-119
claymore_dual_miner_project/claymore_dual_miner:10.1
http://www.openwall.com/lists/oss-security/2017/12/04/3|https://github.com/tintinweb/pub/tree/master/pocs/cve-2017-16930|https://www.exploit-db.com/exploits/43231/|http://www.openwall.com/lists/oss-security/2017/12/04/3|https://github.com/tintinweb/pub/tree/master/pocs/cve-2017-16930
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
98.5
CRITICAL
claymore_dual_miner_project/claymore_dual_miner
False
Unknown
nan
CVE-2016-1253
The most package in Debian wheezy before 5.0.0a-2.2, in Debian jessie before 5.0.0a-2.3+deb8u1, and in Debian unstable before 5.0.0a-3 allows remote attackers to execute arbitrary commands via shell metacharacters in the name of an LZMA-compressed file.
2017-12-05
2025-04-20
CWE-78
debian/most:*|debian/most:*
http://seclists.org/oss-sec/2016/q4/666|http://www.securityfocus.com/bid/94931|https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848132|https://lists.debian.org/debian-lts-announce/2016/12/msg00020.html|http://seclists.org/oss-sec/2016/q4/666
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
OS Command Injection
Execution
98.5
CRITICAL
debian/most
False
Unknown
nan
CVE-2017-14907
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, cryptographic strength is reduced while deriving disk encryption key.
2017-12-05
2025-04-20
UNKNOWN
google/android:-
https://source.android.com/security/bulletin/pixel/2017-12-01|https://source.android.com/security/bulletin/pixel/2017-12-01
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
83.5
HIGH
google/android
False
Unknown
nan
CVE-2017-15813
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, a buffer overflow can occur while reading firmware logs.
2017-12-05
2025-04-20
CWE-119
google/android:-
https://source.android.com/security/bulletin/pixel/2017-12-01|https://source.android.com/security/bulletin/pixel/2017-12-01
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Buffer Overflow
Execution
83.5
HIGH
google/android
False
Unknown
nan
CVE-2017-9709
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, a privilege escalation vulnerability exists in telephony.
2017-12-05
2025-04-20
UNKNOWN
google/android:-
https://source.android.com/security/bulletin/pixel/2017-12-01|https://source.android.com/security/bulletin/pixel/2017-12-01
False
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Unknown
Unknown
83.5
HIGH
google/android
False
Unknown
nan
CVE-2017-11005
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, a Use After Free condition can occur during a deinitialization path.
2017-12-05
2025-04-20
CWE-416
google/android:-
http://www.securityfocus.com/bid/102072|https://source.android.com/security/bulletin/2017-12-01|http://www.securityfocus.com/bid/102072|https://source.android.com/security/bulletin/2017-12-01
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Use After Free
Execution
98.5
CRITICAL
google/android
False
Unknown
nan
CVE-2017-11006
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, a Use After Free condition can occur during positioning.
2017-12-05
2025-04-20
CWE-416
google/android:-
http://www.securityfocus.com/bid/102072|https://source.android.com/security/bulletin/2017-12-01|http://www.securityfocus.com/bid/102072|https://source.android.com/security/bulletin/2017-12-01
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Use After Free
Execution
98.5
CRITICAL
google/android
False
Unknown
nan
CVE-2017-14908
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, the SafeSwitch test application does not properly validate the number of blocks to verify.
2017-12-05
2025-04-20
CWE-20
google/android:-
http://www.securityfocus.com/bid/102072|https://source.android.com/security/bulletin/2017-12-01|http://www.securityfocus.com/bid/102072|https://source.android.com/security/bulletin/2017-12-01
True
9.8
CRITICAL
NETWORK
LOW
NONE
NONE
UNCHANGED
HIGH
HIGH
HIGH
3.9
5.9
Improper Input Validation
Unknown
98.5
CRITICAL
google/android
False
Unknown
nan