THE INFRASTRUCTURE DEFENDER
Cyber Threat Intelligence Summary
July 13, 2026 | Auth ID: one-IMPRIMIS
Source: Imprimis, Inc. | CyberDeck Blog

Reporting Period: July 6, 2026 – July 13, 2026
Three developments dominate the week. First, CISA added Langflow (CVE-2026-55255) to the Known Exploited Vulnerabilities catalog on July 7 after Sysdig documented JADEPUFFER, the first extortion operation observed running end to end under LLM agent control - the first AI agent platform to reach KEV. Second, a 15-year-old Linux kernel futex flaw (GhostLock, CVE-2026-43499) shipped with public proof-of-concept code that yields root in roughly five seconds and escapes Docker and Kubernetes containers, while a second kernel LPE (Copy Fail, CVE-2026-31431) is under active exploitation across all major distributions. Third, SOCRadar tied the FortiBleed credential-theft campaign to the INC and Lynx ransomware operations, converting an edge-device credential harvest of 110 million credentials into a confirmed ransomware pipeline.
CISA added CVE-2026-55255 to the Known Exploited Vulnerabilities catalog on July 7, 2026, roughly two weeks after Sysdig observed exploitation in the wild. The flaw is an insecure direct object reference in Langflow's /api/v1/responses endpoint that lets an authenticated attacker execute any flow belonging to another user in versions prior to 1.9.2. Because Langflow flows commonly embed API keys, credentials, and external system integrations, flow hijacking cascades into cross-tenant credential exposure; operators were observed injecting a 'leak api keys' prompt into hijacked flows.
This is the first AI agent orchestration platform to enter the KEV catalog, which brings agentic AI infrastructure inside the federal remediation clock under BOD 26-04. For CUI environments, any Langflow instance handling or adjacent to controlled data is an authorization boundary component and must be inventoried under NIST 800-171 3.4.1 and assessed under 3.11.2. Cross-tenant flow execution defeats the access enforcement expectations of 3.1.1 and 3.1.2, and embedded credentials in flow definitions conflict with 3.5.10 protection of authenticators.
Nebula Security's VEGA team disclosed GhostLock on July 7, 2026, with a full technical writeup and open-source proof-of-concept. The bug is a use-after-free in the Linux kernel futex priority-inheritance locking path, where a cleanup routine assumes the calling thread owns the object being freed, leaving a dangling pointer into freed kernel stack memory. Any logged-in local user reaches root in roughly five seconds with no special configuration and no network access, and the exploit also breaks out of Docker and Kubernetes containers.
Shared-tenancy and container hosts are the highest-exposure assets because container escape collapses the isolation assumption underpinning most CUI enclave designs. Assessors will look for evidence of expedited patching under NIST 800-171 3.14.1 (flaw remediation) and for least-privilege containment under 3.1.5. Organizations running CUI workloads on multi-tenant Kubernetes should treat unpatched nodes as a boundary failure and evaluate whether an incident report obligation under DFARS 252.204-7012 is triggered if compromise is suspected.
A local privilege escalation vulnerability in the Linux kernel, tracked as CVE-2026-31431 and named Copy Fail, carries a CVSS v3.1 score of 7.8 and affects all major distributions running kernel versions released since 2017. Red Hat and other vendors have shipped updates. The flaw is reported as exploited in the wild, and it lands in the same window as GhostLock, giving attackers two independent local-to-root paths against effectively the entire Linux fleet.
Two concurrent kernel LPE chains materially raise the value of any low-privilege foothold, which shifts detection emphasis to initial access and lateral movement telemetry rather than privilege boundaries. Under NIST 800-171, this maps to 3.14.1 flaw remediation timelines, 3.11.2 vulnerability scanning cadence, and 3.3.1 audit record sufficiency - specifically whether kernel-level exploitation would be visible in retained logs. Systems that cannot be patched promptly require documented compensating controls in the POA&M.
A critical authentication bypass in the official Gitea Docker image, CVE-2026-20896 (CVSS 9.8), allows unauthenticated attackers to impersonate any user including administrators. The root cause is a default REVERSE_PROXY_TRUSTED_PROXIES setting that trusts authentication headers from any source IP. Exploitation was detected within two weeks of disclosure, with attackers using VPN exit nodes to scan the internet for vulnerable instances.
Source control platforms are high-value pivot points: repository access typically yields CI tokens, deployment credentials, and infrastructure-as-code that describes the environment. For CMMC L2 scoping, a self-hosted Gitea instance holding CUI-derived source or configuration is in scope and inherits 3.1.1, 3.1.2, and 3.5.3 (multifactor) obligations. Forensic priority is auditing repository access and token issuance logs for the exposure window, per 3.3.1 and 3.6.1.
Oracle's July 2026 Critical Patch Update addresses five critical (CVSS 9.0 or higher) and more than twelve high-severity vulnerabilities across WebLogic Server, PeopleSoft, Identity Manager, WebCenter, and VirtualBox. CVE-2026-35278 (CVSS 9.8) is a pre-authentication remote code execution flaw in PeopleSoft PeopleTools that permits full compromise of the application server and underlying host over HTTP. It is reported as actively exploited by the ShinyHunters group, chained with CVE-2026-35273 to achieve code execution.
PeopleSoft deployments frequently hold HR and payroll records, which places them squarely inside privacy and, for contractors, CUI-adjacent scope. Pre-authentication RCE on an application server is a full boundary compromise: assessors will expect evidence of emergency change control under 3.4.3, integrity verification under 3.14.1, and a documented incident response record under 3.6.1 and 3.6.2 if exposure existed. ShinyHunters involvement raises the probability of extortion and public leak-site listing rather than quiet persistence.
CISA added CVE-2026-48282, an Adobe ColdFusion path traversal vulnerability, to the Known Exploited Vulnerabilities catalog on July 7, 2026, confirming exploitation in the wild. ColdFusion remains widely deployed in government and enterprise web estates, and path traversal on this platform historically leads to file disclosure and, when chained, remote code execution. The addition carries a binding remediation deadline for Federal Civilian Executive Branch agencies under BOD 26-04.
KEV inclusion converts this from a patch backlog item to a mandatory, clock-driven remediation for federal agencies and, by contractual extension, a reasonable-care benchmark for the Defense Industrial Base. NIST 800-171 3.14.1 and 3.11.3 (remediation of vulnerabilities in accordance with risk assessments) apply directly. Any ColdFusion host in or adjacent to a CUI boundary should be treated as high-priority and evidence of remediation date retained for assessment.
Across July 7 and July 10, CISA added a cluster of exploited web-extension flaws to the KEV catalog: CVE-2026-48908 (JoomShaper SP Page Builder, unrestricted file upload), CVE-2026-56290 (Joomlack Page Builder, improper access control), CVE-2026-55255 (Langflow), CVE-2026-48939 (iCagenda, unrestricted file upload), and CVE-2026-56291 (Balbooa Forms, unrestricted file upload). The pattern is consistent: third-party CMS extensions permitting arbitrary file upload, leading to webshell deployment.
Third-party CMS extensions are a persistent blind spot because they rarely appear in software inventories and almost never in vulnerability scan authenticated coverage. NIST 800-171 3.4.1 (baseline configuration and inventory) and 3.4.9 (control of user-installed software) are the operative controls; 3.14.2 and 3.14.6 cover the malicious-code and monitoring dimension. Public-facing marketing sites are frequently out of the CUI boundary but remain a reputational and pivot risk, and their exclusion should be explicitly documented in the SSP.
Binding Operational Directive 26-04, Prioritizing Security Updates Based on Risk, issued June 10, 2026, restructures federal vulnerability management around four criteria: asset exposure, KEV status, exploit automation, and post-exploitation technical impact. Remediation timelines run from 3 to 60 days, with critical actively exploited vulnerabilities requiring remediation within three days. Agencies must update policies immediately, remediation processes within 60 days, and operate to the new timelines within 180 days.
BOD 26-04 binds Federal Civilian Executive Branch agencies, not contractors directly, but it resets the defensible standard of care that assessors and litigators will reference. It also explains the observed acceleration in KEV additions this month. Defense contractors should expect flow-down pressure and should align internal SLAs in the 3.11.3 and 3.14.1 control narratives to risk-based tiers rather than flat 30/60/90 windows, and retain evidence that exploited vulnerabilities are triaged on a separate, faster track.
FedRAMP published its Consolidated Rules for 2026 on June 24, with rules effective July 4, 2026 - a broad overhaul of the policies, requirements, and terminology governing how cloud service providers obtain and maintain authorization. The term 'FedRAMP Authorized' is formally retired in favor of 'FedRAMP Certified,' and FedRAMP Ready status is being retired. FedRAMP has separately published its response to CISA BOD 26-04, extending the risk-based remediation model into the cloud authorization program.
Terminology changes are not cosmetic for compliance artifacts: SSPs, CRMs, and vendor attestations that cite 'FedRAMP Authorized' or 'FedRAMP Ready' will read as stale to an assessor and should be reworded on the next revision cycle. For CMMC L2 organizations relying on FedRAMP Moderate equivalency for external cloud service providers under 3.1.3 and DFARS 252.204-7012(b)(2)(ii)(D), verify that provider status language and the underlying equivalency evidence still align to the new rule set.
The DFARS final rule implementing CMMC (DFARS Case 2019-D041) took effect November 10, 2025. Phase 1 runs through November 9, 2026 and requires Level 1 (Self) or Level 2 (Self) as a condition of award on applicable solicitations. Phase 2 begins November 10, 2026, when Level 2 C3PAO certification assessments start appearing in applicable solicitations and contracts. Contractors must maintain annual affirmations of compliance in the Supplier Performance Risk System.
Four months remain before Phase 2. Organizations that intend to bid on CUI-bearing work in FY27 need a C3PAO on contract now, because assessor capacity is the binding constraint, not readiness alone. Practically: SPRS score current, SSP under version control, POA&M items closed against the 80-percent conditional-certification threshold, and evidence dated within assessment freshness windows. Self-assessment scores that were never validated are the most common source of Phase 2 slippage.
The first phase of the Pentagon's effort to remove Chinese military-linked companies from the defense industrial base supply chain took effect at the end of June, barring defense contractors from working directly with companies on the department's blacklist. DoD issued implementation guidance in early July. The department has also stood up an Investment and Intelligence Center under the Office of the Assistant Secretary of Defense for Industrial Base Policy to map sub-tier supply chain vulnerabilities and monitor foreign capital investment in U.S. defense firms.
The direct ban is a procurement and supply-chain-risk obligation that intersects with the NIST 800-171 Rev 3 Supply Chain Risk Management (SR) family and with existing Section 889 diligence processes. Contractors should refresh vendor and component inventories, confirm no blacklisted entities appear as direct suppliers, and preserve the diligence artifacts - assessors and contracting officers will ask for the evidence trail, not the assertion. Sub-tier exposure remains the harder and largely unmapped problem.
CISA added CVE-2026-45659, a Microsoft SharePoint Server deserialization of untrusted data vulnerability, to the KEV catalog on July 1, 2026. Separately, a Microsoft Defender race-condition privilege escalation dubbed RoguePlanet (CVE-2026-50656) was disclosed ahead of the July release. Microsoft's July 2026 Patch Tuesday lands July 14 with an estimated 100 to 140 vulnerabilities, a normalization from June's record 206 but still above pre-2026 baselines.
SharePoint deserialization flaws have a long history of yielding unauthenticated code execution on on-premises farms, and on-premises SharePoint is a common CUI repository in DIB environments - making CVE-2026-45659 a boundary-relevant finding under 3.14.1 and 3.13.1. A privilege escalation in the endpoint protection agent itself (RoguePlanet) is notable because it undermines the control relied upon for 3.14.2 malicious code protection. Patch evidence for both should be captured with dates for assessment.
Palo Alto Networks published security advisories on July 8-9, 2026 covering PAN-OS and Prisma Access. CVE-2026-0287 (CVSS 6.6) allows an unauthenticated attacker to force the firewall into maintenance mode through multiple denial-of-service conditions in traffic processing. CVE-2026-0286 (CVSS 6.0) is a management-plane CLI command injection permitting an authenticated administrator to execute arbitrary OS commands as root. CVE-2026-0288 (CVSS 7.2) covers buffer overflows in the User-ID Terminal Server Agent. No active exploitation is confirmed for these issues.
Firewalls are boundary protection devices under NIST 800-171 3.13.1 and 3.13.5; a DoS that forces maintenance mode is an availability event with a direct control consequence, not merely an outage. The root command injection reinforces why firewall management planes must remain on an isolated administrative network with MFA (3.1.12, 3.5.3) and why administrator actions require audit coverage (3.3.1). These advisories come amid confirmed exploitation of edge devices industry-wide, so patch cadence on the perimeter should not be deferred.
Apple released iOS 26.5.2, iPadOS 26.5.2, macOS Tahoe 26.5.2, and Safari 26.5.2, fixing 37 vulnerabilities across WebKit, Kernel, WebRTC, Web Extensions, IOGPUFamily, and libxslt. Twenty-six of the flaws are in WebKit and can be triggered by malicious web content to extract cross-origin data, disclose sensitive information, corrupt memory, steal clipboard data, or escape the web content sandbox. Apple has not stated that any of the vulnerabilities in this release were actively exploited.
For managed Apple fleets, the operative question is enforcement, not availability: assessors expect an MDM-enforced minimum OS version and reporting evidence, mapping to 3.4.1 baseline configuration, 3.14.1 flaw remediation, and 3.13.11 for FileVault-protected devices. WebKit sandbox escape is the standard first stage of a mobile exploitation chain, which makes browser-facing patch latency the practical measure of endpoint exposure for BYOD and executive devices carrying CUI-adjacent mail.
CVE-2026-7482, named Bleeding Llama, is an out-of-bounds heap read in Ollama's model quantization pipeline. An unauthenticated attacker can upload a specially crafted file to the Ollama API endpoint and cause the process to leak memory contents, including system prompts, user messages, environment variables, and other sensitive data. Ollama version 0.17.1 contains the fix. The disclosure underscores a broader pattern of AI frameworks shipping with unrestricted network-facing access by default.
Locally hosted inference servers are increasingly deployed inside enterprise networks precisely to keep sensitive data off third-party APIs - which means a memory-disclosure bug leaks exactly the data the deployment existed to protect. Under NIST 800-171 these instances require inventory (3.4.1), network access restriction (3.1.3, 3.13.1), and authentication (3.5.1, 3.5.2). An unauthenticated API listening on a routable interface is a finding in its own right, independent of this CVE.
On July 8, 2026, a compromise of Injective Labs' GitHub pushed @injectivelabs/sdk-ts@1.20.21 with fake telemetry code that exfiltrated cryptocurrency wallet data; the malicious version was pinned across 17 additional @injectivelabs-scoped packages, exposing transitive consumers. On July 11, a malicious jscrambler 8.14.0 was published using a compromised credential, shipping a preinstall hook that dropped a Rust infostealer on Windows, macOS, and Linux targeting cloud credentials, CI tokens, browser sessions, crypto wallets, and AI coding tool configuration files. npm v12, shipping this month, blocks install scripts and remote sources by default.
Install-time code execution converts a developer workstation or CI runner into a credential-harvesting endpoint - which is why NIST 800-171 3.4.9 (user-installed software control) and 3.1.5 (least privilege) matter more in build environments than most SSPs acknowledge. Organizations should pin and verify dependencies, disable install scripts where feasible ahead of npm v12, and treat CI token rotation as the default response to any registry compromise touching their dependency tree. Build systems that touch CUI are in scope and require the same audit coverage as production.
On July 9, 2026, CISA released three Industrial Control Systems advisories covering Schneider Electric Easergy MiCOM Px40 Series protection relays, Schneider Electric PowerChute Serial Shutdown, and OpenPLC v3. This followed six ICS advisories on July 2 covering products across multiple sectors, including ST Engineering iDirect iQ-Series satellite terminals used in the energy sector.
Protection relays and PLC runtimes sit at the boundary between cyber and physical consequence; a compromised relay can trip or fail to trip, which is a safety event rather than a data event. For manufacturers holding CUI, the OT network is frequently excluded from the CMMC boundary but shares infrastructure with it - and shared IT/OT domains were identified in nearly half of manufacturing assessments. Segmentation evidence under 3.13.1 and 3.13.5 is the control that carries the exclusion, and it must be demonstrable, not asserted.
The Sysdig Threat Research Team documented JADEPUFFER, which it assesses to be the first extortion operation driven end to end by a large language model agent. The operation gained initial access through a Langflow vulnerability and then ran an automated campaign against the victim's production database, with the LLM agent executing the full attack chain rather than a human operator working through it step by step.
Agent-driven attacks compress dwell time and remove the human pauses that many detection models implicitly rely on - the 2026 benchmark breakout time is already reported at 72 minutes. The compliance implication is that incident response plans built around business-hours triage (3.6.1, 3.6.2) will not meet the tempo, and tabletop exercises should be rerun against an automated-adversary scenario. Audit and monitoring controls (3.3.1, 3.14.6) need to demonstrate machine-speed alerting, not just log retention.
SOCRadar's Threat Research Unit tied the FortiBleed credential-theft campaign directly to members of the INC and Lynx ransomware-as-a-service groups. The operation targeted roughly 430,000 FortiGate firewalls, deployed a custom 'FortiGate Sniffer' packet capture tool on approximately 19,000 devices, and harvested over 110 million credentials from more than 73,000 devices. SOCRadar attributes 354 completed FortiGate intrusions and at least 12 ransomware deployments to the campaign, and identified over 200 additional operational servers and roughly 20 operators with defined roles.
This is the first confirmed instance of mass FortiGate credential theft feeding directly into ransomware deployment, which converts an edge-device hygiene problem into a demonstrable breach vector. Any organization with an internet-facing FortiGate should treat stored configuration credentials and VPN account hashes as compromised until rotated - NIST 800-171 3.5.10 (protect authenticators) and 3.5.8 (password reuse) apply. Assessors will look for evidence of credential rotation dates and for MFA on all VPN authentication paths under 3.5.3.
CISA, NSA, FBI, and partner agencies released a joint Cybersecurity Advisory on July 9, 2026 addressing Russian state-sponsored cyber actors targeting networking devices and critical infrastructure. The advisory documents tactics, techniques, and procedures and provides router hygiene guidance for defenders. It lands in the same week as confirmed edge-device credential compromise campaigns affecting Fortinet and Palo Alto estates.
Network devices are the least-instrumented assets in most environments: they rarely forward logs to the SIEM, rarely run endpoint agents, and are often excluded from vulnerability scans. That combination defeats 3.3.1 (audit records), 3.14.6 (monitoring), and 3.11.2 (scanning) at exactly the point of highest adversary interest. Practical evidence expectations are device configuration backups with integrity checks, centralized syslog from routers and firewalls, and documented admin-plane isolation.
Since at least March 2026, an Iranian-affiliated APT group has disrupted the function of programmable logic controllers deployed across multiple U.S. critical infrastructure sectors, including government facilities, water and wastewater systems, and energy. The actors used overseas IP addresses to reach internet-facing Rockwell Automation and Allen-Bradley PLCs, and used third-party hosted infrastructure running configuration software to connect to victim controllers. Federal agencies have issued warnings about the ongoing activity.
The initial access method here is not an exploit - it is exposure. Internet-reachable controllers with default or weak authentication are a configuration failure under 3.1.1, 3.1.3, and 3.13.1, and they are trivially discoverable through internet scanning services. For manufacturers, the assessment-relevant question is whether the OT segment can reach or be reached from the CUI enclave; if segmentation is the basis for scope exclusion, expect the assessor to test it rather than accept the network diagram.
Education technology company Instructure was breached twice within roughly two weeks by the extortion group ShinyHunters. The group claims to have exfiltrated 3.65 terabytes of data and approximately 275 million records, which would make this the largest education-sector breach on record. Instructure's Canvas platform is used across K-12 districts, universities, and corporate training programs.
Two successful intrusions in two weeks against the same target indicates the initial root cause was not remediated between events - the highest-value forensic question is whether persistence survived or whether a second, independent path was used. For customer organizations, this is a third-party data exposure requiring vendor incident notification review under 3.12.4 and, where student or personnel data is involved, state breach notification analysis. Universities holding DoD research contracts should scope whether any CUI touched the platform.
Japanese telecommunications operator KDDI disclosed a breach of its email platform affecting 12 million accounts and exposing 7.6 million passwords. The compromised platform is provided by KDDI to six Japanese internet service providers - STNet, KDDI Web Communications, JCOM, Chubu Telecommunications, Nifty, and Biglobe - meaning the blast radius extends well beyond KDDI's direct subscriber base.
Exposed provider-side passwords fuel credential stuffing across unrelated services, and email account compromise is the standard precursor to business email compromise and MFA-reset abuse. Organizations with Japanese operations or supply chain partners should force credential rotation and review conditional access for impossible-travel and legacy-authentication paths. NIST 800-171 3.5.8, 3.5.10, and 3.5.3 are the operative controls; the multi-ISP hosting model is a reminder that shared platforms concentrate rather than distribute risk.
Indra Group, a Spanish defense, aerospace, and technology contractor and a member of the NATO cyber coalition, confirmed a ransomware attack affecting one subsidiary. The Gentlemen ransomware gang has threatened to leak allegedly stolen data. Indra has stated the incident is contained to a single subsidiary.
A NATO-adjacent defense contractor breach is directly relevant to Defense Industrial Base risk modeling: subsidiary compromise is the classic path into a parent's trusted network, and defense primes inherit exposure from sub-tier suppliers with weaker controls. Under DFARS 252.204-7012, a U.S. contractor in an analogous position would face a 72-hour incident reporting obligation to DIBNet. The event reinforces why NIST 800-171 3.1.3 and 3.13.1 boundary separation between corporate subsidiaries is an assessment-relevant design decision, not an IT convenience.
Nidec, a Japanese electric motor and industrial manufacturer, disclosed a ransomware attack affecting the network of its Taiwanese subsidiary, Nidec Chaun Choung Technology. The BlackField group claimed responsibility and alleges theft of more than two terabytes of corporate data. Nidec supplies motors and thermal components into automotive, industrial, and electronics supply chains.
Manufacturing remains the most ransomware-targeted industrial sector for the third consecutive year, and the structural reason - shared IT/OT domains and heavy reliance on remote access - is not changing. Overseas subsidiaries are the recurring weak link because they typically run separate IT organizations with divergent baselines. For CMMC-scoped manufacturers, this is the argument for enforcing a single baseline configuration standard (3.4.1, 3.4.2) across all subsidiaries and for segmenting non-U.S. entities out of the CUI boundary with evidence.