Security NEXTSeptember 2, 2026🇯🇵Translated from Japanese

HPE Aruba Networking Fabric Composer Affected by 52 Vulnerabilities Including Five Critical Flaws

HPE has issued an urgent security advisory for its HPE Aruba Networking Fabric Composer network management software after identifying 52 vulnerabilities across multiple components.

The advisory, published on September 1, 2026, covers a wide range of affected areas including the operating system, SSH daemon, web management interface, and API endpoints. Five vulnerabilities are classified as Critical, with several enabling remote code execution or authentication bypass without requiring credentials.

Among the most severe issues is CVE-2026-76657, an API authentication bypass that could allow remote attackers to obtain full administrator privileges. CVE-2026-76658 affects the SSH daemon and permits unauthenticated execution of arbitrary commands with privileged access.

Further critical flaws include CVE-2026-19766, which enables host control from an adjacent network via authentication bypass, and CVE-2026-73700, a cross-site scripting vulnerability in the web management interface. CVE-2026-73701 allows remote code execution without authentication under specific conditions.

HPE strongly recommends that all users apply the available updates immediately to mitigate these risks.

Related articles

HabrVulnerabilities & Exploits

NVD Disruptions Force Security Teams to Diversify Vulnerability Intelligence Sources

The vulnerability management ecosystem has undergone major shifts over the past two years, undermining reliance on a single authoritative database. NVD, long considered the central enrichment layer for CVE records, has experienced significant operational problems that affect timeliness and completeness of data. Russian organizations are increasingly turning to BDU FSTEC as the national vulnerability database that provides official descriptions, remediation guidance, and coverage of domestic software. CVE maintained by MITRE continues to serve as the universal identifier standard, yet it lacks the detailed scoring and product mappings previously supplied by NVD. Vendor security bulletins from Microsoft, Cisco, Astra Group, and Positive Technologies often deliver the earliest and most accurate information. The article explains why a multi-source approach has become essential for comprehensive vulnerability management programs.

Security NEXTVulnerabilities & Exploits

SonicWall SMA 1000 Series Affected by Critical Vulnerabilities with Evidence of Exploitation

SonicWall has disclosed two serious vulnerabilities in its SMA 1000 series remote access appliances. The issues, tracked as CVE-2026-83548 and CVE-2026-83549, affect the SMA 6210, SMA 7210, and SMA 8200v models. CVE-2026-83548 is a server-side request forgery flaw in the WorkPlace interface that permits unauthenticated remote access to otherwise restricted functions. CVE-2026-83549 is an OS command injection vulnerability in the Appliance Management Console that can lead to remote command execution after authentication under certain conditions. Both vulnerabilities received high CVSS scores, with one reaching the maximum of 10.0. The vendor published the advisory on September 1, 2026, and confirmed cases where the flaws appear to have been exploited in the wild.

Security NEXTVulnerabilities & Exploits

Dell Expands PowerStore Advisory with Two Additional Critical Vulnerabilities

Dell has updated its security advisory for the Dell PowerStore storage platform, adding two previously unmentioned vulnerabilities to the list of issues addressed by recent patches. The advisory now covers CVE-2026-58566, an authorization bypass flaw that can lead to privilege escalation, and CVE-2026-79687, an authentication bypass in Dell PowerStore SDNAS that allows unauthenticated remote access to the file system. Both vulnerabilities received high CVSSv3.1 base scores of 8.8 and 9.0 respectively. The company also announced availability of updated PowerStoreT OS builds 5.0.0.2-2761110, 4.3.1.2-2771239, and 4.1.0.6-2771237 that remediate the newly listed issues along with fifteen other CVEs. The advisory was first published on August 10, 2026 and received multiple revisions through the end of the month.

HabrVulnerabilities & Exploits

Code Signing Myths: Why a Valid Digital Signature Does Not Equal File Safety

Digital signatures confirm only that a file was issued by a specific publisher at a given time and remained unchanged afterward. They do not verify current safety, the legitimacy of the current holder, or whether the private key was stolen months earlier. Attackers obtain legitimate certificates through build-system leaks, supply-chain compromises such as the 2019 ASUS ShadowHammer incident, or weak reseller validation. Expired certificates remain usable because verification can be performed at the timestamp recorded by an RFC 3161 TSA token rather than the current system clock. Signature hashes in Authenticode deliberately exclude the checksum field, certificate table, and attribute certificate table, allowing limited tampering that older WinVerifyTrust implementations did not fully block. Revocation checks are soft by default, and revocation dates can leave an exploitation window open. Organizations should enforce publisher thumbprint allow-lists in WDAC or AppLocker and store signing keys exclusively in HSMs.