<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Authentication on ZX Cloud Security</title><link>https://zxcloudsecurity.co.uk/tags/authentication/</link><description>Recent content in Authentication on ZX Cloud Security</description><generator>Hugo</generator><language>en-GB</language><lastBuildDate>Thu, 04 Jun 2026 17:00:00 +0000</lastBuildDate><atom:link href="https://zxcloudsecurity.co.uk/tags/authentication/index.xml" rel="self" type="application/rss+xml"/><item><title>Amazon Cognito Multi-Region Replication | AWS</title><link>https://zxcloudsecurity.co.uk/posts/amazon-cognito-multi-region-replication-aws/</link><pubDate>Thu, 04 Jun 2026 17:00:00 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/amazon-cognito-multi-region-replication-aws/</guid><description>Amazon Cognito now supports multi-Region replication for user pools, improving authentication resilience and enabling near real-time failover across AWS Re</description><content:encoded><![CDATA[<p>🟢 <strong>Low</strong>  |  <strong>Source:</strong> <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-cognito-multi-region/">AWS What&rsquo;s New</a></p>
<hr>
<p>Amazon Cognito now supports multi-Region replication, allowing user pool data — including credentials, configurations, and federation settings — to be synchronised to a standby Region in near real-time. This improves authentication resilience by enabling traffic failover during a regional outage without forcing users to re-authenticate. The feature is available as a paid add-on across most major AWS Regions.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Review your existing Cognito-based authentication architectures for single-Region dependencies and assess whether the Essentials or Plus tier add-on cost is justified by your RTO/RPO requirements. Ensure your incident response runbooks are updated to include Cognito traffic redirection procedures, and validate that federated identity providers (SAML/OIDC) are accessible from the secondary Region before declaring it ready for failover.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-cognito-multi-region/">Amazon Cognito now supports multi-Region replication</a></p>
]]></content:encoded></item><item><title>AWS Cognito New Lambda Trigger for Federated Sign-In</title><link>https://zxcloudsecurity.co.uk/posts/aws-cognito-lambda-trigger-federated-sign-in/</link><pubDate>Thu, 04 Jun 2026 15:49:15 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/aws-cognito-lambda-trigger-federated-sign-in/</guid><description>AWS adds a new Cognito Lambda trigger enabling custom logic during federated sign-in via SAML, OIDC, and social providers. Here&amp;#39;s what architects need to k</description><content:encoded><![CDATA[<p>🟢 <strong>Low</strong>  |  <strong>Source:</strong> <a href="https://aws.amazon.com/blogs/security/customize-federated-sign-in-with-new-amazon-cognito-lambda-trigger/">AWS Security Blog</a></p>
<hr>
<p>AWS has introduced a new Lambda trigger for Amazon Cognito that allows developers to customise the federated sign-in process when users authenticate via external identity providers such as SAML, OIDC, or social logins. This enables teams to intercept and modify authentication flows at key points, such as attribute mapping or access decisions, without altering core Cognito configuration. The feature improves flexibility for organisations with complex identity federation requirements.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Review any existing custom authentication workarounds in your Cognito-integrated applications and assess whether this new trigger can consolidate or replace them — pay particular attention to how federated user attributes are mapped and validated, as improper handling here is a common source of privilege misassignment.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://aws.amazon.com/blogs/security/customize-federated-sign-in-with-new-amazon-cognito-lambda-trigger/">Customize federated sign-in with new Amazon Cognito Lambda trigger</a></p>
]]></content:encoded></item><item><title>Meta AI Chatbot Exploited to Hijack Instagram Accounts</title><link>https://zxcloudsecurity.co.uk/posts/meta-ai-chatbot-instagram-account-takeover/</link><pubDate>Thu, 04 Jun 2026 11:04:09 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/meta-ai-chatbot-instagram-account-takeover/</guid><description>Hackers are abusing Meta&amp;#39;s AI support chatbot to take over Instagram accounts via social engineering. Learn what this means for AI trust boundaries.</description><content:encoded><![CDATA[<p>🟠 <strong>High</strong>  |  <strong>Source:</strong> <a href="https://www.schneier.com/blog/archives/2026/06/hacking-metas-ai-chatbot.html">Schneier on Security</a></p>
<hr>
<p>Attackers are exploiting Meta&rsquo;s AI support chatbot to hijack Instagram accounts by social-engineering the bot into adding a hacker-controlled email address and triggering a password reset. The attack requires no technical vulnerability in the traditional sense — the AI simply complies with the request after a verification code exchange. This highlights a significant trust and authorisation flaw in how Meta&rsquo;s AI assistant handles account management actions on behalf of unauthenticated parties.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Treat AI-powered support agents as a privileged access vector and apply the same controls you would to any account recovery flow — ensure they cannot perform account modifications without verified, out-of-band identity confirmation tied to the existing account owner, not the requester.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://www.schneier.com/blog/archives/2026/06/hacking-metas-ai-chatbot.html">Hacking Meta’s AI Chatbot</a></p>
]]></content:encoded></item><item><title>CVE-2026-39835: Go SSH Library Server Panic Flaw</title><link>https://zxcloudsecurity.co.uk/posts/cve-2026-39835-golang-ssh-server-panic-denial-of-service-azure/</link><pubDate>Thu, 04 Jun 2026 08:44:06 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/cve-2026-39835-golang-ssh-server-panic-denial-of-service-azure/</guid><description>CVE-2026-39835 allows attackers to crash Go-based SSH servers without authentication via a panic in golang.org/x/crypto/ssh. Azure workloads at risk.</description><content:encoded><![CDATA[<p>🟠 <strong>High</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39835">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-39835 is a vulnerability in the Go standard cryptography library (golang.org/x/crypto/ssh) that allows a remote attacker to trigger a server panic — effectively crashing the SSH server — during the host key check or authentication phase. This is a denial-of-service risk affecting any service or application built with this Go SSH package, including components deployed on Azure. It matters because a crash during authentication can be exploited without valid credentials, making it trivially weaponisable.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Audit your Azure workloads and internal tooling for applications built with golang.org/x/crypto/ssh and prioritise patching to a fixed version of the library. Pay particular attention to Go-based microservices, infrastructure tooling, and any Azure-hosted SSH gateways or bastion services that may use this package.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39835">CVE-2026-39835 Invoking  server panic during CheckHostKey/Authenticate in golang.org/x/crypto/ssh</a></p>
]]></content:encoded></item><item><title>CVE-2026-39828: Go SSH Certificate Bypass in Azure</title><link>https://zxcloudsecurity.co.uk/posts/cve-2026-39828-golang-ssh-certificate-bypass-azure/</link><pubDate>Thu, 04 Jun 2026 08:42:55 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/cve-2026-39828-golang-ssh-certificate-bypass-azure/</guid><description>CVE-2026-39828 allows SSH certificate restriction bypass in golang.org/x/crypto/ssh. Azure-hosted Go workloads may be at risk — patch promptly.</description><content:encoded><![CDATA[<p>🟠 <strong>High</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39828">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-39828 is a vulnerability in the golang.org/x/crypto/ssh package that allows an attacker to bypass certificate-based restrictions in SSH connections. This could permit unauthorised access to systems that rely on SSH certificate validation as a security control. Services and applications built on Go that use this library for SSH communication — including Azure-hosted workloads — may be affected.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Audit any Go-based services deployed in your Azure environment that use golang.org/x/crypto/ssh for SSH connectivity, and update to the patched version of the library as soon as it is available. Pay particular attention to internal tooling, CI/CD pipelines, and infrastructure automation that may authenticate via SSH certificates.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39828">CVE-2026-39828 Invoking  bypass of certificate restrictions in golang.org/x/crypto/ssh</a></p>
]]></content:encoded></item><item><title>Microsoft 365 Android Debug Flag Exposes Account Tokens</title><link>https://zxcloudsecurity.co.uk/posts/microsoft-365-android-debug-flag-account-token-theft/</link><pubDate>Wed, 03 Jun 2026 14:56:35 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/microsoft-365-android-debug-flag-account-token-theft/</guid><description>A leftover debug flag in Microsoft 365 Android apps let any installed app steal account tokens silently, exposing email, files and calendar data.</description><content:encoded><![CDATA[<p>🔴 <strong>Critical</strong>  |  <strong>Source:</strong> <a href="https://thehackernews.com/2026/06/microsoft-365-android-apps-let-any-app.html">The Hacker News</a></p>
<hr>
<p>A debug flag accidentally left enabled in production builds of multiple Microsoft 365 Android apps disabled a security check that restricts account token sharing to trusted Microsoft applications. As a result, any app installed on the same Android device could silently request and receive the signed-in user&rsquo;s authentication token, granting full access to email, files, calendar, and the ability to send messages on their behalf. No user interaction, credentials, or elevated permissions were required to exploit this.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Audit your mobile application management (MAM) and Conditional Access policies to ensure app-based controls are enforced at the resource level and are not solely reliant on client-side token handling. Until Microsoft confirms a fully patched build is deployed, consider enforcing Continuous Access Evaluation (CAE) and restricting M365 access on Android to Intune-managed devices with compliant app versions.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://thehackernews.com/2026/06/microsoft-365-android-apps-let-any-app.html">Microsoft 365 Android Apps Let Any App Steal Account Tokens via Leftover Debug Flag</a></p>
]]></content:encoded></item><item><title>Microsoft 365 Android Token Theft via Debug Flag Flaw</title><link>https://zxcloudsecurity.co.uk/posts/microsoft-365-android-token-theft-debug-flag-vulnerability/</link><pubDate>Wed, 03 Jun 2026 14:56:35 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/microsoft-365-android-token-theft-debug-flag-vulnerability/</guid><description>A leftover debug flag in Microsoft 365 Android apps let any installed app steal account tokens silently, exposing email, files and calendar data.</description><content:encoded><![CDATA[<p>🔴 <strong>Critical</strong>  |  <strong>Source:</strong> <a href="https://thehackernews.com/2026/06/microsoft-365-android-apps-let-any-app.html">The Hacker News</a></p>
<hr>
<p>A debug flag accidentally left enabled in production builds of multiple Microsoft 365 Android apps disabled the trust check that normally restricts account-token sharing to authorised Microsoft applications. As a result, any app installed on the same Android device could silently request and receive a valid authentication token, granting full access to the victim&rsquo;s email, files, calendar, and messaging without any user interaction or additional permissions. The flaw affects any user running a vulnerable Microsoft 365 Android app while also having a malicious or compromised app on the same device.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Mandate immediate updates to all affected Microsoft 365 Android apps across your managed device estate via your MDM/UEM solution, and review Conditional Access policies to detect anomalous token usage or unexpected app sign-ins. Consider temporarily blocking unmanaged Android devices from accessing Microsoft 365 resources until patched app versions are confirmed deployed.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://thehackernews.com/2026/06/microsoft-365-android-apps-let-any-app.html">Microsoft 365 Android Apps Let Any App Steal Account Tokens via Leftover Debug Flag</a></p>
]]></content:encoded></item><item><title>AWS IoT Core Adds Auth &amp; Ping Logs in CloudWatch</title><link>https://zxcloudsecurity.co.uk/posts/aws-iot-core-cloudwatch-ping-authn-error-logs/</link><pubDate>Wed, 03 Jun 2026 07:00:00 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/aws-iot-core-cloudwatch-ping-authn-error-logs/</guid><description>AWS IoT Core now offers Ping and Connection.AuthNError CloudWatch log types to help detect connectivity failures and authentication errors across IoT fleet</description><content:encoded><![CDATA[<p>🟢 <strong>Low</strong>  |  <strong>Source:</strong> <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-iot-core-ping-auth-logs/">AWS What&rsquo;s New</a></p>
<hr>
<p>AWS IoT Core has introduced two new CloudWatch log event types: Ping logs for MQTT Keep-alive messages and Connection.AuthNError logs for failed authentication attempts. These logs help operators identify devices struggling to maintain connections and quickly diagnose certificate or credential failures across IoT fleets. This is an observability improvement rather than a security fix, but it meaningfully strengthens the ability to detect and respond to authentication anomalies.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Enable these new log event types in your AWS IoT Core logging configuration and consider creating CloudWatch Metric Filters or alarms on Connection.AuthNError events to surface potential credential misuse or certificate expiry issues proactively — particularly useful in large-scale fleets where silent authentication failures are easy to miss.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-iot-core-ping-auth-logs/">AWS IoT Core adds new logs to troubleshoot connectivity and authentication</a></p>
]]></content:encoded></item><item><title>AWS IoT Core Adds Auth &amp; Ping Logs in CloudWatch</title><link>https://zxcloudsecurity.co.uk/posts/aws-iot-core-ping-authn-error-cloudwatch-logs/</link><pubDate>Wed, 03 Jun 2026 07:00:00 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/aws-iot-core-ping-authn-error-cloudwatch-logs/</guid><description>AWS IoT Core introduces Ping and Connection.AuthNError CloudWatch log types to help detect MQTT connectivity failures and authentication errors across IoT</description><content:encoded><![CDATA[<p>🟢 <strong>Low</strong>  |  <strong>Source:</strong> <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-iot-core-ping-auth-logs/">AWS What&rsquo;s New</a></p>
<hr>
<p>AWS IoT Core has introduced two new CloudWatch log event types: Ping logs for MQTT keep-alive messages and Connection.AuthNError logs for failed authentication attempts. These additions give security and operations teams better visibility into device connectivity failures and credential or certificate issues across IoT fleets. This is a positive observability improvement rather than a vulnerability disclosure.</p>
<blockquote>
<p><strong>Architect&rsquo;s Take:</strong> Enable event-level logging in AWS IoT Core and opt into both new event types immediately — feed Connection.AuthNError logs into your SIEM or CloudWatch alarms to detect potential credential stuffing or certificate misconfiguration across your IoT fleet at scale.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://aws.amazon.com/about-aws/whats-new/2026/06/aws-iot-core-ping-auth-logs/">AWS IoT Core adds new logs to troubleshoot connectivity and authentication</a></p>
]]></content:encoded></item></channel></rss>