Security NEXTSeptember 14, 2026🇯🇵Translated from Japanese

Critical SSRF Vulnerability in AWS SSM Agent Allows IAM Credential Theft via Port Forwarding Bypass

Amazon Web Services has published a security advisory detailing a serious vulnerability in the AWS Systems Manager Agent (SSM Agent). The software works in conjunction with the cloud management service AWS Systems Manager to enable remote administration of EC2 instances and on-premises servers.

The flaw, identified as CVE-2026-89049, is a server-side request forgery (SSRF) issue located in the port-forwarding functionality of Session Manager. Insufficient input validation allows an attacker who already possesses port-forwarding rights to bypass deny-list protections by encoding link-local addresses in alternative formats.

Successful exploitation could let an attacker reach link-local endpoints from a managed instance and retrieve temporary security credentials associated with the instance’s IAM role. These credentials could then be used to access other AWS resources within the same account.

AWS assigned the advisory a severity rating of “Important.” The vulnerability received a CVSSv4.0 base score of 8.5 and a CVSSv3.1 base score of 9.9.

The company stated that the issue was resolved in version 3.3.4851.0 of the SSM Agent, released on 13 July 2026. Customers are advised to ensure all managed instances are running the patched agent version.

Related articles

SecuritylabVulnerabilities & Exploits

Password Deleted from Git but Still Present: Major CI/CD Security Mistakes

Developers often leave secrets in configuration files, .env examples, or test scripts that end up in Git history. Removing a file in a new commit does not erase previous versions, and .gitignore offers no protection for already tracked content. Pre-commit hooks with tools like Gitleaks can scan staged changes before they reach the repository. Docker images can retain secrets in layers even after removal commands, requiring BuildKit secret mounts instead. Terraform plans and state files may still expose sensitive values marked only as sensitive. Kubernetes workloads need both non-root containers with dropped capabilities and narrowly scoped RBAC roles. Multiple scanning stages from pre-commit through post-deployment help catch issues before they reach production.

AntiMalwareVulnerabilities & Exploits

New Windows 11 Bypass Lets Users Skip Internet and Microsoft Account During Setup

A new method has been discovered that allows Windows 11 Home users to complete initial setup without an internet connection or Microsoft account. The technique requires no command-line tools or scripts and was found by enthusiast Bob Pony. During the OOBE process, users simply open the sign-in options and click the Learn more link, which redirects the wizard to local account creation. Previous bypasses such as OOBE\bypassnro and start ms-cxh:localonly have already been blocked by Microsoft. The new approach appears to be an overlooked interface element and works only on the Home edition. Microsoft is expected to close this loophole in a future update as it continues tightening account requirements.

Security NEXTVulnerabilities & Exploits

CISA Adds Four Actively Exploited Vulnerabilities in GitLab, ConnectWise ScreenConnect and JFrog Artifactory to KEV Catalog

The U.S. Cybersecurity and Infrastructure Security Agency has added four vulnerabilities to its Known Exploited Vulnerabilities catalog after confirming active exploitation in the wild. The flaws affect GitLab Community Edition and Enterprise Edition, ConnectWise ScreenConnect, and JFrog Artifactory. CVE-2026-85706 allows unauthenticated path traversal in GitLab’s commit API, enabling arbitrary file reads. CVE-2026-84869 in ScreenConnect permits unauthorized file transfer and execution over active remote sessions. Two additional issues in Artifactory, CVE-2026-42018 and CVE-2026-42016, can lead to token leakage and privilege escalation. Federal agencies have been directed to apply mitigations and investigate potential compromises by specific deadlines.

Security NEXTVulnerabilities & Exploits

Critical Vulnerability in ConnectWise ScreenConnect Enables Unauthorized File Transfers

ConnectWise has disclosed a serious vulnerability in its remote access product ScreenConnect that allows attackers to transfer and execute files from active remote sessions without requiring authorization or host-side confirmation. The flaw, tracked as CVE-2026-84869, impacts both Support and Access session types and carries a CVSS v3.1 base score of 9.9, placing it in the Critical severity category. The company rated the issue as Important in its three-tier scale and assigned it the highest priority of High. Exploitation of the vulnerability has already been confirmed in the wild, increasing the urgency for organizations using the product. ConnectWise published the security advisory on September 8, 2026, urging users to apply available mitigations promptly. The vulnerability stems from improper handling in the file transfer process within the client component.