mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Script doc updates: wrong CVE, dead link
This commit is contained in:
@@ -4,7 +4,7 @@ local stdnse = require "stdnse"
|
|||||||
local vulns = require "vulns"
|
local vulns = require "vulns"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Exploits a file disclosure vulnerability in Webmin (CVE-2010-0738)
|
Exploits a file disclosure vulnerability in Webmin (CVE-2006-3392)
|
||||||
|
|
||||||
Webmin before 1.290 and Usermin before 1.220 calls the simplify_path function before decoding HTML.
|
Webmin before 1.290 and Usermin before 1.220 calls the simplify_path function before decoding HTML.
|
||||||
This allows arbitrary files to be read, without requiring authentication, using "..%01" sequences
|
This allows arbitrary files to be read, without requiring authentication, using "..%01" sequences
|
||||||
|
|||||||
@@ -6,10 +6,12 @@ local stdnse = require "stdnse"
|
|||||||
local string = require "string"
|
local string = require "string"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Enumerates usernames in Wordpress blog/CMS installations by exploiting an information disclosure vulnerability existing in versions 2.6, 3.1, 3.1.1, 3.1.3 and 3.2-beta2 and possibly others.
|
Enumerates usernames in Wordpress blog/CMS installations by exploiting an
|
||||||
|
information disclosure vulnerability existing in versions 2.6, 3.1, 3.1.1,
|
||||||
|
3.1.3 and 3.2-beta2 and possibly others.
|
||||||
|
|
||||||
Original advisory:
|
Original advisory:
|
||||||
* http://www.talsoft.com.ar/index.php/research/security-advisories/wordpress-user-id-and-user-name-disclosure
|
* http://www.talsoft.com.ar/site/research/security-advisories/wordpress-user-id-and-user-name-disclosure/
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user