Enterprise Vulnerabilities
From DHS/US-CERT's National Vulnerability Database
CVE-2023-33196PUBLISHED: 2023-05-26Craft is a CMS for creating custom digital experiences. Cross site scripting (XSS) can be triggered by review volumes. This issue has been fixed in version 4.4.7.
CVE-2023-33185PUBLISHED: 2023-05-26
Django-SES is a drop-in mail backend for Django. The django_ses library implements a mail backend for Django using AWS Simple Email Service. The library exports the `SESEventWebhookView class` intended to receive signed requests from AWS to handle email bounces, subscriptions, etc. These requests ar...
CVE-2023-33187PUBLISHED: 2023-05-26
Highlight is an open source, full-stack monitoring platform. Highlight may record passwords on customer deployments when a password html input is switched to `type="text"` via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates `ty...
CVE-2023-33194PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences on the web.The platform does not filter input and encode output in Quick Post validation error message, which can deliver an XSS payload. Old CVE fixed the XSS in label HTML but didn’t fix it when clicking save. This issue was...
CVE-2023-2879PUBLISHED: 2023-05-26GDSDB infinite loop in Wireshark 4.0.0 to 4.0.5 and 3.6.0 to 3.6.13 allows denial of service via packet injection or crafted capture file
User Rank: Ninja
7/5/2019 | 5:41:57 PM
Since this targets Android IOS and computing devices, from the report, this is a WannaCryptor Ransomware issue is evolving based on past attacks . A good write-up is the WannaHydra Removal Report.
Kevin Mitnik stated the way to get the keys from WannaCry would be to capture the systems memory before rebooting the machine (if possible). The keys are found in the systems' memory by imaging the system. For those of us who cannot get to the system, then a reboot is required. WannaHydra, this variant is going to provide additional methods of exploitation from the the data gathered, there is no longer an absolute way of eradicating this threat.
An alternative would be to install a HIDS system on your machine that checks for anomalies associated with files that you open up. Some tools like "Comodo" will allow the user to put those files iand allow the user to run these files in a virtual container. The user could also perform Geo-IP Blocking based on the logs. Certain customers use SonicWall, PaloAlto, Juniper, Cisco, PowerShell using Firewall rules and now I am finding we can utilize IPtables to do the same thing from a Linux perspective to limit the command and control access (Inbound and outboud).
So if we are looking at the phone or computer, identifying the characteristics of a file, how it executes and is the file communicating with remote countries is essential in protecting the operations of any device. ML will help with determining the characterists of a file (application learning process) and its intentions (HIDS should give the user a level of protection with this aspect but there needs to be more intelligence around file execution, ML will address this).
HIDS (Host Based Intrusion Detection Systems) - Comparison Chart
Todd