Enterprise Vulnerabilities
From DHS/US-CERT's National Vulnerability Database
CVE-2022-25878PUBLISHED: 2022-05-27
The package protobufjs before 6.11.3 are vulnerable to Prototype Pollution which can allow an attacker to add/modify properties of the Object.prototype.
This vulnerability can occur in multiple ways:
1. by providing untrusted user input to util.setProperty or to ReflectionObject.setParsedOption ...
CVE-2021-27780PUBLISHED: 2022-05-27The software may be vulnerable to both Un-Auth XML interaction and unauthenticated device enrollment.
CVE-2021-27781PUBLISHED: 2022-05-27The Master operator may be able to embed script tag in HTML with alert pop-up display cookie.
CVE-2022-1897PUBLISHED: 2022-05-27Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.
CVE-2022-20666PUBLISHED: 2022-05-27
Multiple vulnerabilities in the web-based management interface of Cisco Common Services Platform Collector (CSPC) Software could allow an unauthenticated, remote attacker to conduct a cross-site scripting (XSS) attack against a user of the interface.
These vulnerabilities are due to insufficient va...
User Rank: Apprentice
9/22/2015 | 12:42:47 PM
IAST is a great testing technique that has some advantages that SAST and DAST do not have. But there are clearly strengths that SAST and DAST have that don't exist in IAST. It's not time to throw away your SAST and DAST investment. A mature app sec program combines approaches to maximize strengths an minimize weaknesses.
SAST doesn't require a running system with test data and automated test suites. This allows SAST to be used earlier in the dev cycle when it is least expensive to fix flaws. DAST doesn't require modifying the production environment so you don't need find the server the app is running on, get the approval, schedule a change and contact an administrator to modify it. This allows DAST to be used more easily in production. Web apps can be scanned by just knowing the URL of the application. Finding the best way to combine techniqes will give you the best application security.
-Chris