Merge branch 'magento_xxe_to_rce'

This commit is contained in:
Jack Heysel
2024-10-15 09:17:40 -07:00
@@ -330,7 +330,7 @@ class MetasploitModule < Msf::Exploit::Remote
raise ProcSelfMapsError, '/proc/self/maps was unable able to be downloaded' if maps.blank?
maps = maps.force_encoding('UTF-8')
pattern = /^([a-f0-9]+)-([a-f0-9]+)\b.*\s([-rwx]{3}[ps])\s(.*)/
pattern = /^([a-f0-9]+)-([a-f0-9]+)\b.*\s([-rwx]{3}[ps])\s(.+)$/
regions = []
# Example lines from: /proc/self/maps