# |
CVE ID
|
CWE ID
|
# of Exploits
|
Vulnerability Type(s)
|
Publish Date
|
Update Date
|
Score
|
Gained Access Level
|
Access
|
Complexity
|
Authentication
|
Conf.
|
Integ.
|
Avail.
|
1 |
CVE-2012-2576 |
89 |
2
|
Exec Code Sql |
2017-12-20 |
2018-01-11 |
10.0 |
None |
Remote |
Low |
Not required |
Complete |
Complete |
Complete |
SQL injection vulnerability in the LoginServlet page in SolarWinds Storage Manager before 5.1.2, SolarWinds Storage Profiler before 5.1.2, and SolarWinds Backup Profiler before 5.1.2 allows remote attackers to execute arbitrary SQL commands via the loginName field. |
2 |
CVE-2017-1000410 |
200 |
|
Bypass +Info |
2017-12-07 |
2019-04-08 |
5.0 |
None |
Remote |
Low |
Not required |
Partial |
None |
None |
The Linux kernel version 3.3-rc1 and later is affected by a vulnerability lies in the processing of incoming L2CAP commands - ConfigRequest, and ConfigResponse messages. This info leak is a result of uninitialized stack variables that may be returned to an attacker in their uninitialized state. By manipulating the code flows that precede the handling of these configuration messages, an attacker can also gain some control over which data will be held in the uninitialized stack variables. This can allow him to bypass KASLR, and stack canaries protection - as both pointers and stack canaries may be leaked in this manner. Combining this vulnerability (for example) with the previously disclosed RCE vulnerability in L2CAP configuration parsing (CVE-2017-1000251) may allow an attacker to exploit the RCE against kernels which were built with the above mitigations. These are the specifics of this vulnerability: In the function l2cap_parse_conf_rsp and in the function l2cap_parse_conf_req the following variable is declared without initialization: struct l2cap_conf_efs efs; In addition, when parsing input configuration parameters in both of these functions, the switch case for handling EFS elements may skip the memcpy call that will write to the efs variable: ... case L2CAP_CONF_EFS: if (olen == sizeof(efs)) memcpy(&efs, (void *)val, olen); ... The olen in the above if is attacker controlled, and regardless of that if, in both of these functions the efs variable would eventually be added to the outgoing configuration request that is being built: l2cap_add_conf_opt(&ptr, L2CAP_CONF_EFS, sizeof(efs), (unsigned long) &efs); So by sending a configuration request, or response, that contains an L2CAP_CONF_EFS element, but with an element length that is not sizeof(efs) - the memcpy to the uninitialized efs variable can be avoided, and the uninitialized variable would be returned to the attacker (16 bytes). |
3 |
CVE-2017-1000407 |
754 |
|
DoS |
2017-12-11 |
2019-05-14 |
6.1 |
None |
Local Network |
Low |
Not required |
None |
None |
Complete |
The Linux Kernel 2.6.32 and later are affected by a denial of service, by flooding the diagnostic port 0x80 an exception can be triggered leading to a kernel panic. |
4 |
CVE-2017-1000385 |
203 |
|
|
2017-12-12 |
2019-10-03 |
4.3 |
None |
Remote |
Medium |
Not required |
Partial |
None |
None |
The Erlang otp TLS server answers with different TLS alerts to different error types in the RSA PKCS #1 1.5 padding. This allows an attacker to decrypt content or sign messages with the server's private key (this is a variation of the Bleichenbacher attack). |
5 |
CVE-2017-18005 |
476 |
|
|
2017-12-31 |
2018-01-17 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
None |
Partial |
Exiv2 0.26 has a Null Pointer Dereference in the Exiv2::DataValue::toLong function in value.cpp, related to crafted metadata in a TIFF file. |
6 |
CVE-2017-18004 |
79 |
|
XSS |
2017-12-31 |
2018-01-11 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
Zurmo 3.2.3 allows XSS via the latitude or longitude parameter to maps/default/mapAndPoint. |
7 |
CVE-2017-18001 |
306 |
|
|
2017-12-31 |
2019-10-03 |
10.0 |
None |
Remote |
Low |
Not required |
Complete |
Complete |
Complete |
Trustwave Secure Web Gateway (SWG) through 11.8.0.27 allows remote attackers to append an arbitrary public key to the device's SSH Authorized Keys data, and consequently obtain remote root access, via the publicKey parameter to the /sendKey URI. |
8 |
CVE-2017-17997 |
476 |
|
|
2017-12-30 |
2019-03-01 |
5.0 |
None |
Remote |
Low |
Not required |
None |
None |
Partial |
In Wireshark before 2.2.12, the MRDISC dissector misuses a NULL pointer and crashes. This was addressed in epan/dissectors/packet-mrdisc.c by validating an IPv4 address. This vulnerability is similar to CVE-2017-9343. |
9 |
CVE-2017-17995 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
Biometric Shift Employee Management System has XSS via the Last_Name parameter in an index.php?user=ajax request. |
10 |
CVE-2017-17994 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
Biometric Shift Employee Management System has XSS via the criteria parameter in an index.php?user=competency_criteria request. |
11 |
CVE-2017-17993 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
Biometric Shift Employee Management System has XSS via the amount parameter in an index.php?user=addition_deduction request. |
12 |
CVE-2017-17992 |
22 |
|
Dir. Trav. |
2017-12-30 |
2018-01-09 |
5.0 |
None |
Remote |
Low |
Not required |
Partial |
None |
None |
Biometric Shift Employee Management System allows Arbitrary File Download via directory traversal sequences in the index.php form_file_name parameter in a download_form action. |
13 |
CVE-2017-17991 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
Biometric Shift Employee Management System has XSS via the expense_name parameter in an index.php?user=expenses request. |
14 |
CVE-2017-17990 |
352 |
|
CSRF |
2017-12-30 |
2018-01-09 |
6.8 |
None |
Remote |
Medium |
Not required |
Partial |
Partial |
Partial |
Biometric Shift Employee Management System has CSRF via index.php in an edit_holiday action. |
15 |
CVE-2017-17989 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
Biometric Shift Employee Management System has XSS via the index.php holiday_name parameter in an edit_holiday action. |
16 |
CVE-2017-17988 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Muslim Matrimonial Script has XSS via the admin/event_add.php event_title parameter. |
17 |
CVE-2017-17987 |
434 |
|
|
2017-12-30 |
2018-01-09 |
6.5 |
None |
Remote |
Low |
??? |
Partial |
Partial |
Partial |
PHP Scripts Mall Muslim Matrimonial Script allows arbitrary file upload via admin/mydetails_edit.php. |
18 |
CVE-2017-17986 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Muslim Matrimonial Script has XSS via the admin/caste_view.php comm_id parameter. |
19 |
CVE-2017-17985 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Muslim Matrimonial Script has XSS via the admin/state_view.php cou_id parameter. |
20 |
CVE-2017-17984 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Muslim Matrimonial Script has XSS via the admin/event_edit.php edit_id parameter. |
21 |
CVE-2017-17983 |
89 |
|
Sql |
2017-12-30 |
2018-01-09 |
6.5 |
None |
Remote |
Low |
??? |
Partial |
Partial |
Partial |
PHP Scripts Mall Muslim Matrimonial Script has SQL injection via the view-profile.php mem_id parameter. |
22 |
CVE-2017-17982 |
352 |
|
CSRF |
2017-12-30 |
2018-01-09 |
6.0 |
None |
Remote |
Medium |
??? |
Partial |
Partial |
Partial |
PHP Scripts Mall Muslim Matrimonial Script has CSRF via admin/subadmin_edit.php. |
23 |
CVE-2017-17981 |
79 |
|
XSS |
2017-12-30 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Muslim Matrimonial Script has XSS via the admin/slider_edit.php edit_id parameter. |
24 |
CVE-2017-17975 |
416 |
|
DoS |
2017-12-30 |
2018-05-24 |
4.9 |
None |
Local |
Low |
Not required |
None |
None |
Complete |
Use-after-free in the usbtv_probe function in drivers/media/usb/usbtv/usbtv-core.c in the Linux kernel through 4.14.10 allows attackers to cause a denial of service (system crash) or possibly have unspecified other impact by triggering failure of audio registration, because a kfree of the usbtv data structure occurs during a usbtv_video_free call, but the usbtv_video_fail label's code attempts to both access and free this data structure. |
25 |
CVE-2017-17974 |
|
|
+Info |
2017-12-29 |
2019-10-03 |
5.0 |
None |
Remote |
Low |
Not required |
Partial |
None |
None |
BA SYSTEMS BAS Web on BAS920 devices (with Firmware 01.01.00*, HTTPserv 00002, and Script 02.*) and ISC2000 devices allows remote attackers to obtain sensitive information via a request for isc/get_sid_js.aspx or isc/get_sid.aspx, as demonstrated by obtaining administrative access by subsequently using the credential information for the Supervisor/Administrator account. |
26 |
CVE-2017-17973 |
416 |
|
|
2017-12-29 |
2018-02-12 |
6.8 |
None |
Remote |
Medium |
Not required |
Partial |
Partial |
Partial |
** DISPUTED ** In LibTIFF 4.0.8, there is a heap-based use-after-free in the t2p_writeproc function in tiff2pdf.c. NOTE: there is a third-party report of inability to reproduce this issue. |
27 |
CVE-2017-17971 |
79 |
|
XSS |
2017-12-29 |
2018-01-16 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
The test_sql_and_script_inject function in htdocs/main.inc.php in Dolibarr ERP/CRM 6.0.4 blocks some event attributes but neither onclick nor onscroll, which allows XSS. |
28 |
CVE-2017-17968 |
119 |
|
Exec Code Overflow |
2017-12-29 |
2018-01-16 |
10.0 |
None |
Remote |
Low |
Not required |
Complete |
Complete |
Complete |
A buffer overflow vulnerability in NetTransport.exe in NetTransport Download Manager 2.96L and earlier could allow remote HTTP servers to execute arbitrary code on NAS devices via a long HTTP response. |
29 |
CVE-2017-17967 |
20 |
|
DoS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
None |
Partial |
pptreader.dll in Kingsoft WPS Office 10.1.0.6930 allows remote attackers to cause a denial of service via a crafted PPT file, aka CNVD-2017-35482. |
30 |
CVE-2017-17960 |
352 |
|
CSRF |
2017-12-28 |
2018-04-12 |
6.8 |
None |
Remote |
Medium |
Not required |
Partial |
Partial |
Partial |
PHP Scripts Mall PHP Multivendor Ecommerce has CSRF via admin/sellerupd.php. |
31 |
CVE-2017-17959 |
89 |
|
Sql |
2017-12-28 |
2018-04-13 |
7.5 |
None |
Remote |
Low |
Not required |
Partial |
Partial |
Partial |
PHP Scripts Mall PHP Multivendor Ecommerce has SQL Injection via the seller-view.php usid parameter. |
32 |
CVE-2017-17958 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
PHP Scripts Mall PHP Multivendor Ecommerce has XSS via the my_wishlist.php fid parameter. |
33 |
CVE-2017-17957 |
89 |
|
Sql |
2017-12-28 |
2018-04-13 |
7.5 |
None |
Remote |
Low |
Not required |
Partial |
Partial |
Partial |
PHP Scripts Mall PHP Multivendor Ecommerce has SQL Injection via the my_wishlist.php fid parameter. |
34 |
CVE-2017-17956 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
PHP Scripts Mall PHP Multivendor Ecommerce has XSS via the admin/sellerupd.php companyname parameter. |
35 |
CVE-2017-17955 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
PHP Scripts Mall PHP Multivendor Ecommerce has XSS via the shopping-cart.php cusid parameter. |
36 |
CVE-2017-17954 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
PHP Scripts Mall PHP Multivendor Ecommerce has XSS via the seller-view.php usid parameter. |
37 |
CVE-2017-17953 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
PHP Scripts Mall PHP Multivendor Ecommerce has XSS via the category.php chid1 parameter. |
38 |
CVE-2017-17952 |
20 |
|
|
2017-12-28 |
2018-04-13 |
5.0 |
None |
Remote |
Low |
Not required |
None |
Partial |
None |
PHP Scripts Mall PHP Multivendor Ecommerce has a predicable registration URL, which makes it easier for remote attackers to register with an invalid or spoofed e-mail address. |
39 |
CVE-2017-17951 |
89 |
|
Sql |
2017-12-28 |
2018-04-13 |
7.5 |
None |
Remote |
Low |
Not required |
Partial |
Partial |
Partial |
PHP Scripts Mall PHP Multivendor Ecommerce has SQL Injection via the shopping-cart.php cusid parameter. |
40 |
CVE-2017-17950 |
89 |
|
Sql |
2017-12-28 |
2018-04-13 |
6.5 |
None |
Remote |
Low |
??? |
Partial |
Partial |
Partial |
Cells Blog 3.5 has SQL Injection via the pub_readpost.php ptid parameter. |
41 |
CVE-2017-17949 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
Cells Blog 3.5 has XSS via the pub_readpost.php fmid parameter. |
42 |
CVE-2017-17948 |
79 |
|
XSS |
2017-12-28 |
2018-04-13 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
Cells Blog 3.5 has XSS via the jfdname parameter in an act=showpic request. |
43 |
CVE-2017-17942 |
125 |
|
|
2017-12-28 |
2019-10-03 |
6.8 |
None |
Remote |
Medium |
Not required |
Partial |
Partial |
Partial |
In LibTIFF 4.0.9, there is a heap-based buffer over-read in the function PackBitsEncode in tif_packbits.c. |
44 |
CVE-2017-17941 |
89 |
|
Sql |
2017-12-28 |
2018-01-09 |
6.5 |
None |
Remote |
Low |
??? |
Partial |
Partial |
Partial |
PHP Scripts Mall Single Theater Booking has SQL Injection via the admin/movieview.php movieid parameter. |
45 |
CVE-2017-17940 |
79 |
|
XSS |
2017-12-28 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Single Theater Booking has XSS via the title parameter to admin/sitesettings.php. |
46 |
CVE-2017-17939 |
352 |
|
CSRF |
2017-12-28 |
2018-01-09 |
6.8 |
None |
Remote |
Medium |
Not required |
Partial |
Partial |
Partial |
PHP Scripts Mall Single Theater Booking has CSRF via admin/sitesettings.php. |
47 |
CVE-2017-17938 |
79 |
|
XSS |
2017-12-28 |
2018-01-09 |
3.5 |
None |
Remote |
Medium |
??? |
None |
Partial |
None |
PHP Scripts Mall Single Theater Booking has XSS via the admin/viewtheatre.php theatreid parameter. |
48 |
CVE-2017-17937 |
79 |
|
XSS |
2017-12-28 |
2018-01-10 |
4.3 |
None |
Remote |
Medium |
Not required |
None |
Partial |
None |
Vanguard Marketplace Digital Products PHP has XSS via the phps_query parameter to /search. |
49 |
CVE-2017-17936 |
352 |
|
CSRF |
2017-12-28 |
2018-01-10 |
6.8 |
None |
Remote |
Medium |
Not required |
Partial |
Partial |
Partial |
Vanguard Marketplace Digital Products PHP has CSRF via /search. |
50 |
CVE-2017-17935 |
125 |
|
DoS |
2017-12-27 |
2019-10-03 |
5.0 |
None |
Remote |
Low |
Not required |
None |
None |
Partial |
The File_read_line function in epan/wslua/wslua_file.c in Wireshark through 2.2.11 does not properly strip '\n' characters, which allows remote attackers to cause a denial of service (buffer underflow and application crash) via a crafted packet that triggers the attempted processing of an empty line. |