From b5b2a5dc78e85fdd2c31667e8b1154e3aa100243 Mon Sep 17 00:00:00 2001 From: paulino Date: Thu, 31 Jan 2019 21:02:37 +0000 Subject: [PATCH] Adds attack signature for CVE-2018-10824. Closes #1378 --- nselib/data/http-fingerprints.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index bb48ed612..af893bfb0 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -7170,6 +7170,22 @@ table.insert(fingerprints, { } }); +table.insert(fingerprints, { + category = 'attacks', + probes = { + { + path = '/uir//tmp/csman/0', + method = 'GET' + } + }, + matches = { + { + match = '200', + output = 'Possible D-Link router plaintext password file exposure (CVE-2018-10824)' + } + } + }); + ------------------------------------------------ ---- Open Source CMS checks ---- ------------------------------------------------