Skip to content

Commit a89e88c

Browse files
authored
Merge branch 'rapid7:master' into phpmailer_arg_injection_update
2 parents 836970e + 2cdc854 commit a89e88c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

db/modules_metadata_base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73335,7 +73335,7 @@
7333573335
"description": "This module exploits a buffer overflow in the RTSP request parsing\n code of Hikvision DVR appliances. The Hikvision DVR devices record\n video feeds of surveillance cameras and offer remote administration\n and playback of recorded footage.\n\n The vulnerability is present in several models / firmware versions\n but due to the available test device this module only supports\n the DS-7204 model.",
7333673336
"references": [
7333773337
"CVE-2014-4880",
73338-
"URL-https://www.rapid7.com/blog/post/2014/11/19/r7-2014-18-hikvision-dvr-devices--multiple-vulnerabilities"
73338+
"URL-https://www.rapid7.com/blog/post/2014/11/19/r7-2014-18-hikvision-dvr-devices-multiple-vulnerabilities"
7333973339
],
7334073340
"platform": "Linux",
7334173341
"arch": "armle",
@@ -73350,7 +73350,7 @@
7335073350
"DS-7204 Firmware V2.2.10 build 131009",
7335173351
"Debug Target"
7335273352
],
73353-
"mod_time": "2022-01-23 15:28:32 +0000",
73353+
"mod_time": "2022-06-22 15:49:43 +0000",
7335473354
"path": "/modules/exploits/linux/misc/hikvision_rtsp_bof.rb",
7335573355
"is_install_path": true,
7335673356
"ref_name": "linux/misc/hikvision_rtsp_bof",

modules/exploits/linux/misc/hikvision_rtsp_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info = {})
2929
'References' =>
3030
[
3131
[ 'CVE', '2014-4880' ],
32-
[ 'URL', 'https://www.rapid7.com/blog/post/2014/11/19/r7-2014-18-hikvision-dvr-devices--multiple-vulnerabilities' ]
32+
[ 'URL', 'https://www.rapid7.com/blog/post/2014/11/19/r7-2014-18-hikvision-dvr-devices-multiple-vulnerabilities' ]
3333
],
3434
'Platform' => 'linux',
3535
'Arch' => ARCH_ARMLE,

0 commit comments

Comments
 (0)