Lucene search
+L

714 matches found

OSV
OSV
added 2019/01/04 5:50 p.m.6 views

GHSA-H4HV-M4H4-MHWG Django open redirect

A maliciously crafted URL to a Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 site using the django.views.static.serve view could redirect to any other domain, aka an open redirect vulnerability...

6.1CVSS7AI score0.0183EPSS
SaveExploits1References11
Hacker One
Hacker One
added 2018/08/22 7:24 p.m.21 views

Node.js third-party modules: [serve] XSS via HTML tag injection in directory lisiting page

I would like to report HTML injection in serve module. It allows malicious HTML tags injection and execution of arbitrary JS code Module module name: serve version: 9.6.0 npm page: https://www.npmjs.com/package/serve Module Description Assuming you would like to serve a static site, single page...

6.4AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2018/07/27 5:7 p.m.27 views

Directory Traversal in serve

Affected versions of serve do not properly handle %2e . and %2f / characters, and allow the, characters to be used in paths. This can be used to traverse the directory tree and list content of any directory the user running the process has access to. Mitigating factors: This vulnerability only...

6.5CVSS3.8AI score0.0179EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2018/07/27 5:7 p.m.33 views

GHSA-Q2QH-CGC2-QHR3 Directory Traversal in serve

Affected versions of serve do not properly handle %2e . and %2f / characters, and allow the, characters to be used in paths. This can be used to traverse the directory tree and list content of any directory the user running the process has access to. Mitigating factors: This vulnerability only...

6.5CVSS6.4AI score0.0179EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2018/07/18 6:33 p.m.21 views

Information Exposure on Case Insensitive File Systems in serve

Versions of serve before 7.0.0 are vulnerable to information exposure, bypassing the ignore security control, but only on case insensitive file systems. Recommendation Update to version 7.0.0 or later...

5.3CVSS2.9AI score0.01048EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2018/07/04 2:53 a.m.22 views

Directory Traversal

serve-handler is vulnerable to directory traversal vulnerability. This attack is possible by requesting a URL such as ../../../../../etc/passwd to obtain confidential information...

7.5CVSS7.3AI score0.02271EPSS
SaveExploits1References3Affected Software2
CNVD
CNVD
added 2018/06/22 12:0 a.m.19 views

Serve Path Traversal Vulnerability

serve is a static file server that is primarily used for deploying native single-page applications or static files. A path traversal vulnerability exists in serve versions prior to 6.4.9, where the program fails to adequately filter %2e . and %2f / characters in the url. and %2f / characters in t...

6.5CVSS6.3AI score0.0179EPSS
SaveExploits1References1
CNVD
CNVD
added 2018/06/22 12:0 a.m.7 views

Serve Information Disclosure Vulnerability

serve is an HTTP server for deploying single page applications. A security vulnerability exists in serve, which stems from the program not handling URL encoding correctly. The vulnerability can be exploited to disclose information via directory listings...

5.3CVSS5.1AI score0.01316EPSS
SaveExploits1References1
NVD
NVD
added 2018/06/07 2:29 a.m.30 views

CVE-2018-3718

serve node module suffers from Improper Handling of URL Encoding by permitting access to ignored files if a filename is URL encoded...

5.3CVSS5.2AI score0.01316EPSS
SaveExploits1References1
Prion
Prion
added 2018/06/07 2:29 a.m.22 views

Path traversal

serve node module before 6.4.9 suffers from a Path Traversal vulnerability due to not handling %2e . and %2f / and allowing them in paths, which allows a malicious user to view the contents of any directory with known path...

4CVSS6.2AI score0.0179EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2018/06/07 2:0 a.m.68 views

CVE-2018-3712

CVE-2018-3712 affects the Node.js package named “serve” and its static file serving behavior. Versions prior to 6.4.9 fail to properly filter the characters %2e (.) and %2f (/), allowing them in paths and enabling a path-traversal that can list directory contents. The core impact described across...

6.5CVSS6.2AI score0.0179EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2018/06/07 12:0 a.m.7 views

PT-2018-16142 · Node.Js · Serve

Name of the Vulnerable Software and Affected Versions: serve node module affected versions not specified Description: The issue is related to improper handling of URL encoding, allowing access to ignored files if a filename is URL encoded. This can potentially lead to unauthorized access to...

5.3CVSS4.9AI score0.01316EPSS
SaveExploits1References6
NVD
NVD
added 2018/06/01 7:29 p.m.29 views

CVE-2018-3809

Information exposure through directory listings in serve 6.5.3 allows directory listing and file access even when they have been set to be ignored...

5.3CVSS5.3AI score0.01048EPSS
SaveExploits1References1
CVE
CVE
added 2018/06/01 7:0 p.m.64 views

CVE-2018-3809

The CVE-2018-3809 entry refers to the Node.js module serve (v6.5.3) exposing information via directory listings and bypassing ignore rules on case-insensitive file systems. Technical details from connected records show that versions before 7.0.0 are affected and allow reading ignored files or lis...

5.3CVSS5.2AI score0.01048EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2018/06/01 7:0 p.m.34 views

CVE-2018-3809

Information exposure through directory listings in serve 6.5.3 allows directory listing and file access even when they have been set to be ignored...

5.3AI score0.01048EPSS
SaveExploits1References1
Veracode
Veracode
added 2018/05/31 1:50 a.m.21 views

Directory Traversal

serve is vulnerable to directory traversal attacks. The vulnerability exists due to the improper user input sanitization where having a ./ dot slash, or the use of uppercase characters for serve hosted in Mac OS, in the input can cause directory traversal attacks...

5.3CVSS5.3AI score0.01048EPSS
SaveExploits1References5Affected Software1
Hacker One
Hacker One
added 2018/05/29 6:4 a.m.37 views

Node.js third-party modules: [serve] Server Directory Traversal

I would like to report a Server Directory Traversal vulnerability in serve. It allows reading local files on the target server. Module module name: serve version: 7.0.1 npm page: https://www.npmjs.com/package/serve Module Description Assuming you would like to serve a static site, single page...

5CVSS7.2AI score0.02271EPSS
SaveExploits1
Hacker One
Hacker One
added 2018/05/29 5:53 a.m.14 views

Node.js third-party modules: [serve] Stored XSS in the filename when directories listing

I would like to report a Stored XSS issue in module serve It allows executing malicious javascript code in the user's browser. Module module name: serve version: 7.0.1 npm page: https://www.npmjs.com/package/serve Module Description Assuming you would like to serve a static site, single page...

5.2AI score
SaveExploits0
OpenVAS
OpenVAS
added 2018/05/22 12:0 a.m.34 views

ISC BIND Multiple Denial of Service Vulnerabilities (May 2018)

ISC BIND is prone to multiple denial of service vulnerabilities. SPDX-FileCopyrightText: 2018 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:isc:bind";...

7.5CVSS6.4AI score0.18019EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2018/05/21 12:0 a.m.45 views

FreeBSD : BIND -- multiple vulnerabilities (94599fe0-5ca3-11e8-8be1-d05099c0ae8c)

ISC reports : An error in zone database reference counting can lead to an assertion failure if a server which is running an affected version of BIND attempts several transfers of a slave zone in quick succession. A problem with the implementation of the new serve-stale feature in BIND 9.12 can le...

7.5CVSS6.2AI score0.18019EPSS
SaveExploits3References5
Rows per page
Query Builder