From 2952dbb0b85150985b847b0e3ff87ab2b4b49576 Mon Sep 17 00:00:00 2001 From: ostrichgolf <81223825+ostrichgolf@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:23:30 +0100 Subject: [PATCH] Add CVE to module --- modules/exploits/linux/http/projectsend_unauth_rce.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/linux/http/projectsend_unauth_rce.rb b/modules/exploits/linux/http/projectsend_unauth_rce.rb index eab3ed361ea9..b2e8c3efd559 100644 --- a/modules/exploits/linux/http/projectsend_unauth_rce.rb +++ b/modules/exploits/linux/http/projectsend_unauth_rce.rb @@ -26,6 +26,7 @@ def initialize(info = {}) 'References' => [ ['URL', 'https://github.com/projectsend/projectsend/commit/193367d937b1a59ed5b68dd4e60bd53317473744'], ['URL', 'https://www.synacktiv.com/sites/default/files/2024-07/synacktiv-projectsend-multiple-vulnerabilities.pdf'], + ['CVE', '2024-11680'] ], 'DisclosureDate' => '2024-07-19', 'DefaultTarget' => 0,