기본 콘텐츠로 건너뛰기

[Security News] CISA Flags SharePoint Flaw as Cursor Bugs Emerge (7.1)

Security teams face two immediate priorities: an exploited SharePoint flaw now listed by CISA and a critical LoadMaster command-injection bug drawing…

CISA Flags SharePoint Flaw as Cursor Bugs Emerge (7.1)

Overview

CISA Adds Exploited SharePoint Flaw to KEV Catalog

CISA added CVE-2026-45659 to its Known Exploited Vulnerabilities catalog on July 1. The agency described the Microsoft SharePoint Server issue as deserialization of untrusted data. Inclusion in KEV means CISA has evidence that attackers have exploited the flaw, rather than merely possessing a PoC( proof of concept).

Deserialization converts stored or transmitted data back into an application object. When a server accepts untrusted serialized data without adequate controls, an attacker may influence how the application reconstructs that object. CISA said this vulnerability class frequently serves as an attack vector for malicious actors.

The alert establishes the clearest response priority in this edition. Organizations running Microsoft SharePoint Server should identify exposed installations, consult Microsoft Security Response Center guidance and apply the available security update. Administrators should also review authentication, web and endpoint telemetry for abnormal activity around affected servers.

CISA did not attribute the exploitation to a named actor in the supplied alert. It also did not provide campaign details in the collected evidence. Those limits matter: active exploitation is confirmed, but claims about the attackers, their objectives or the scale of compromise would go beyond the official record.

▸ SharePoint KEV listing deep dive

CISA applies a higher evidentiary threshold to KEV entries than to ordinary vulnerability notices. A candidate must have a CVE identifier, reliable evidence of exploitation and actionable mitigation guidance. CVE-2026-45659 therefore belongs in a different operational queue from a newly disclosed weakness with no observed attacks.

That distinction should shape triage. A severity score estimates technical danger under modeled conditions, while KEV status records exploitation in real environments. Security teams commonly use both signals, but active exploitation should shorten the acceptable remediation window. An internet-accessible collaboration server also carries different exposure from an isolated test system, even when both run affected software.

SharePoint deserves particular attention because it can hold documents, credentials, internal links and business records. A compromise may therefore create several investigation paths. Responders may need to examine the server itself, connected identity services and any systems reached through accounts available to the application.

The vulnerability description also points toward a boundary failure. Deserialization becomes dangerous when an application treats attacker-controlled input as a trusted object description. Secure designs restrict accepted types, authenticate serialized data and avoid unsafe object reconstruction where possible. Those principles explain the flaw class without supplying an exploitation recipe.

CISA's wording supports a narrow conclusion: exploitation has occurred, and mitigation guidance exists. It does not establish that every exposed SharePoint server was targeted or compromised. Administrators should avoid both extremes of assuming safety from a lack of alerts and treating exposure as proof of intrusion.

A defensible response begins with an asset inventory. Teams should map SharePoint Server instances, determine their patch state and identify which systems accept traffic from outside trusted networks. They should then preserve relevant logs before routine retention removes evidence. Detection work should focus on unexplained application behavior, unusual child processes, unfamiliar account activity and unexpected outbound connections.

Microsoft Security Response Center remains the authoritative source for product-specific update information. NIST's National Vulnerability Database can supply standardized CVE metadata as records mature. Neither general reference replaces the exploitation signal in CISA's July 1 action.

The unresolved questions concern campaign scope, attacker identity and post-exploitation behavior. CISA may revise its entry or publish further instructions if new evidence changes the risk picture. Until then, defenders can act on the confirmed elements without attaching unsupported claims to the incident.

LoadMaster Command-Injection Flaw Draws Exploitation Attempts

Progress Kemp LoadMaster faces reported exploitation attempts against CVE-2026-8037, according to coverage citing eSentire's Threat Response Unit. The vulnerability carries a CVSS score of 9.6, placing it in the Critical severity range.

The issue is an operating system command-injection flaw. This class of vulnerability allows untrusted input to alter commands passed to the underlying operating system. The report described it as a pre-authentication issue, meaning an attacker may not need a valid account before reaching the vulnerable path.

The collected evidence says eSentire identified attempts to exploit the flaw. That wording confirms hostile activity but does not, by itself, establish how many attempts succeeded. It also does not identify a campaign operator or quantify the number of affected organizations.

Load balancers often occupy a sensitive network position because they receive traffic before forwarding it to application servers. Operators should prioritize the vendor's security update, restrict administrative and unnecessary service exposure, and inspect device and surrounding network logs. Where immediate patching is impossible, limiting access to trusted management networks can reduce exposure while remediation proceeds.

▸ LoadMaster exploitation deep dive

CVE-2026-8037 combines three characteristics that raise its operational priority: a 9.6 CVSS score, a pre-authentication path and observed exploitation attempts. Each contributes a different piece of the risk assessment. The score reflects modeled technical impact, the authentication condition affects reachability, and the observed attempts show that the issue has attracted real adversarial attention.

Command injection occurs when software fails to separate data from instructions. A system may intend to pass a harmless value into an operating system operation. If validation or command construction is weak, crafted input can change the operation itself. The supplied evidence identifies that vulnerability class but stops before describing payloads or exploitation mechanics.

The device's role adds consequence. A LoadMaster installation may sit near public applications, authentication flows and internal service routes. Control of such infrastructure could affect availability or provide a position from which an intruder observes or redirects traffic. Those outcomes depend on configuration and successful exploitation, so they should remain risk scenarios rather than claims about confirmed incidents.

Asset discovery can be harder for appliances than for conventional servers. Different teams may own network infrastructure, while central vulnerability scanners may lack credentials or reliable product fingerprints. Security leaders should therefore reconcile procurement records, configuration management data, network scans and administrator inventories. Missing an appliance because it falls between ownership boundaries is a preventable failure.

Mitigation should preserve evidence as well as reduce exposure. A rushed rebuild can remove logs needed to determine whether an exploitation attempt succeeded. Teams should collect available system, authentication, configuration and network records before making changes that overwrite them. They can then patch or follow Progress guidance while incident responders assess prior activity.

The phrase "active exploitation attempts" requires precise handling. An attempt may fail because the target is patched, unreachable, differently configured or protected by another control. Conversely, the absence of a security alert does not prove that no attempt occurred. Detection depends on available telemetry and whether sensors recognize the behavior.

Organizations unable to patch immediately should reduce reachable attack surface. Management interfaces and internal services should not be exposed beyond operational need. Access-control lists, network segmentation and tightly scoped source restrictions can provide temporary risk reduction. These controls are mitigations, not permanent substitutes for a vendor fix.

Follow-up reporting should clarify affected product versions, fixed releases and whether defenders can identify exploitation through specific indicators. The supplied material does not establish those details. Until authoritative version guidance is available in the evidence set, administrators should avoid guessing from product age or deployment date.

Two vulnerabilities in Cursor could allow an ordinary-looking prompt to escape the AI code editor's safety sandbox and execute commands on a developer's computer. Cato AI Labs discovered the pair and named them DuneSlide, according to feeds.feedburner.com coverage published July 1.

The flaws are CVE-2026-50548 and CVE-2026-50549. The collected report assigns both critical ratings, citing scores of 9.8 or 9.3 without fully explaining the scoring difference. That ambiguity should remain explicit rather than being collapsed into a single unsupported figure.

The reported interaction model removes two familiar warning points. The evidence says a user would not need to click a malicious link or dismiss an approval dialog. A prompt could instead carry instructions that cross the editor's intended boundary between AI-generated activity and operating system commands.

Cursor users and administrators should identify deployed versions, apply vendor fixes where available and limit the privileges of development environments. Teams should also review agent settings, workspace trust controls and command histories. The supplied material confirms neither widespread exploitation nor a public PoC, so those points remain unverified.

▸ Cursor sandbox escape deep dive

AI coding tools create a security boundary that conventional text editors rarely need. They ingest natural-language instructions, inspect repositories and may invoke tools that alter files or run commands. The useful automation comes from that authority. The risk appears when untrusted content can influence the same privileged workflow.

Prompt injection exploits ambiguity between instructions and data. A developer may intend an agent to read documentation, source code or issue text as reference material. Malicious content embedded in that material can instead tell the model to perform another action. A secure agent must ensure that model-generated requests still pass through enforceable permission and policy checks.

DuneSlide is significant because the report connects prompt manipulation with a sandbox escape. A sandbox should contain risky operations even when the model interprets hostile text as an instruction. If both the interpretation layer and the containment layer fail, an apparently passive prompt can reach local execution capability.

The lack of a click or approval box changes user-awareness assumptions. Many security programs teach developers to distrust links, attachments and unexpected dialogs. Those habits remain useful, but they do not address an attack that arrives as text and proceeds without a second decision. Technical controls must therefore carry more of the burden.

Developer workstations are valuable targets because they often contain source code, package credentials, cloud tokens and access to build systems. The actual impact depends on local privileges and credential storage. Running an editor with broad permissions increases the damage any escape could cause, while least-privilege accounts and isolated development environments narrow it.

Repository trust also becomes a supply-chain concern. An agent can encounter untrusted instructions in files, generated documentation, copied issue descriptions or external content. Teams should treat agent-readable material as potential input to a control system, not merely prose. That approach supports provenance checks, restricted tool access and clear separation between reading and execution.

The two reported CVEs suggest that the researchers found distinct defects rather than one identifier covering the entire chain. The supplied evidence does not explain each component, affected versions or patch releases. It would be inaccurate to invent those distinctions from the shared DuneSlide name.

Operationally, organizations should combine patching with containment. They can remove unnecessary credentials from workstations, separate production administration from daily development and monitor unusual shell activity launched by editor processes. These measures also reduce exposure to unrelated plugin and dependency attacks.

Cato AI Labs' finding illustrates a broader design requirement: an AI agent's output cannot serve as its own authorization. Models can propose actions, but deterministic controls should decide whether those actions are permitted. That principle remains relevant even after the specific Cursor defects are fixed.

Attackers Register Domains Invented by AI Assistants

Palo Alto Networks Unit 42 has documented a phishing technique it calls phantom squatting. Attackers register nonexistent web addresses that large language models have invented, then place phishing pages or malware at those locations, according to feeds.feedburner.com coverage of the research.

The technique exploits a recurring failure in generative systems. A model can produce a plausible domain even when no such site exists. If users trust the answer and follow the address later, whoever registered the domain controls the destination.

Unit 42 said the practice is already occurring in the wild. That observation moves phantom squatting beyond a theoretical abuse case. The supplied evidence does not quantify the number of domains, victims or successful infections, however, and it does not identify a specific threat group.

Users should avoid treating an AI-generated address as proof that a site is legitimate. Organizations can reduce risk through domain filtering, browser protections and controls that inspect newly registered domains. AI product developers can also validate generated links before presenting them as usable references.

▸ Phantom squatting deep dive

Traditional cybersquatting starts with a known brand, product or common typing error. Phantom squatting begins with a machine-generated mistake. The attacker does not need to predict which legitimate address a person will mistype. Instead, the attacker looks for fabricated domains that models repeat often enough to attract traffic.

The economics favor opportunistic registration. An unused domain may be inexpensive to acquire, while a convincing AI answer supplies context that ordinary spam lacks. A user may arrive believing the address came from a research assistant, support workflow or coding tool. That borrowed credibility can make a simple phishing page more persuasive.

The weakness spans more than the language model. A model produces an unsupported address, the application renders it as actionable text, and a user or automated system follows it. Any layer could interrupt the chain. The model could decline to invent a link, the product could test whether the domain belongs to the claimed organization, or network controls could flag a newly registered destination.

Validation requires more than confirming that a domain resolves. Once an attacker registers the fabricated address, a basic existence check will succeed. Stronger controls need to compare the destination with the cited organization, examine registration history and avoid presenting uncertain references as authoritative.

Automated agents increase the potential impact. A human might notice an unfamiliar domain before entering credentials. A software agent may retrieve the page immediately and pass its contents into another workflow. That creates opportunities for phishing, malware delivery or additional prompt injection, depending on the agent's permissions.

Unit 42's report supports the claim that attackers have used the technique in real activity. It does not show that every hallucinated domain is malicious or that all AI-generated links are unsafe. The relevant control is verification based on identity and provenance, not a blanket assumption about every unfamiliar address.

Defenders can monitor DNS and proxy logs for newly registered domains reached after AI-tool use. They can also block direct navigation from sensitive environments when a destination lacks an established reputation. Such policies need exceptions and review because new legitimate services also begin with little history.

AI providers face a product-design choice about uncertainty. A fabricated citation can appear fluent and complete, while a refusal or uncertainty notice feels less convenient. Security favors explicit uncertainty when the system cannot establish a destination's authenticity. Link generation should therefore use retrieval and validation rather than free-form completion alone.

The next stage of research should measure persistence and concentration. Repeated hallucinations of the same domain create more value for an attacker than one-off random strings. Data on model families, prompt contexts and registration timing would help defenders distinguish systematic exposure from isolated errors.

Morning Breaking Updates

▸ More — additional context and sources

Critical Cursor Flaws Could Let Prompt Injection Escape Sandbox and Run Commands

Reported by feeds.feedburner.com. Two flaws in Cursor, an AI code editor, could let a single, ordinary-looking prompt break out of the editor's safety sandbox and run any co…

2026 Cybersecurity Assessment: The Gap Between Awareness and Resilience

Reported by feeds.feedburner.com. Organizations have never had greater awareness of cyber risk.

Phantom Squatting Uses AI-Hallucinated Domains for Phishing and Malware

Reported by feeds.feedburner.com. Large language models keep inventing web addresses that do not exist.

Progress Kemp LoadMaster Pre-Auth RCE Flaw Faces Active Exploitation Attempts

Reported by feeds.feedburner.com. A recently disclosed critical security flaw impacting Progress Kemp LoadMaster is seeing active exploitation attempts, according to an advi…

Microsoft Accelerates Post-Quantum Cryptography Shift to 2029

Reported by feeds.feedburner.com. Microsoft on Tuesday said it's accelerating its quantum safe security roadmap, stating technology advances in quantum computing are making…

AI-Generated Browser Ransomware Abuses Chromium API on Windows, Linux, macOS, Android

Reported by feeds.feedburner.com. Cybersecurity researchers have flagged a new malware artifact generated using DeepSeek that constructed a novel attack path combining "unre…

CISA Adds One Known Exploited Vulnerability to Catalog

Reported by cisa.gov. Potential KEV additions must have a CVE ID, evidence of exploitation, and clear mitigation guidance.

At a glance

Fact Publisher Source
CISA added SharePoint flaw CVE-2026-45659 to its KEV catalog on July 1. cisa.gov cisa.gov
CVE-2026-8037 is a LoadMaster OS command-injection flaw with a CVSS score of 9.6. feeds.feedburner.com thehackernews.com
eSentire reported exploitation attempts against the Progress Kemp LoadMaster vulnerability. feeds.feedburner.com thehackernews.com
Cursor flaws CVE-2026-50548 and CVE-2026-50549 received critical severity scores. feeds.feedburner.com thehackernews.com
Cato AI Labs named the pair of Cursor vulnerabilities DuneSlide. feeds.feedburner.com thehackernews.com
Unit 42 observed attackers registering domains invented by large language models. feeds.feedburner.com thehackernews.com

FAQ

Q1. Which issue requires the fastest patching decision?

A. CISA's KEV listing gives CVE-2026-45659 the strongest confirmed exploitation signal. CVE-2026-8037 also warrants urgent attention because eSentire observed exploitation attempts and the flaw carries a 9.6 CVSS score.

Q2. Why can an AI coding editor create more risk than a conventional editor?

A. Cato AI Labs' DuneSlide research concerns software that can interpret prompts and invoke local tools. When those capabilities share a weak trust boundary, malicious text may influence actions with the developer's operating-system privileges.

Q3. How does phantom squatting differ from ordinary lookalike-domain phishing?

A. Unit 42 described attackers registering domains that language models invented, rather than variations of known addresses. The AI response can direct users toward the attacker's site even though the domain never belonged to the organization being discussed.

Q4. What does an exploitation attempt prove about a LoadMaster device?

A. eSentire's observation proves that hostile activity targeted CVE-2026-8037. It does not prove that every attempt succeeded or that every exposed device was compromised. Incident assessment still requires device, authentication and network evidence.

Q5. Which developments should defenders watch after July 1?

A. Watch CISA and Microsoft for revised CVE-2026-45659 guidance, Progress for precise LoadMaster version information, and Cursor for patch details. Further Unit 42 data may clarify how frequently AI-invented domains attract users or automated agents.

Sources

  1. Critical Cursor Flaws Could Let Prompt Injection Escape Sandbox and Run Commands - feeds.feedburner.com
  2. Progress Kemp LoadMaster Pre-Auth RCE Flaw Faces Active Exploitation Attempts - feeds.feedburner.com
  3. AI-Generated Browser Ransomware Abuses Chromium API on Windows, Linux, macOS, Android - feeds.feedburner.com
  4. CISA Adds One Known Exploited Vulnerability to Catalog - cisa.gov
  5. 2026 Cybersecurity Assessment: The Gap Between Awareness and Resilience - feeds.feedburner.com
  6. Microsoft Accelerates Post-Quantum Cryptography Shift to 2029 - feeds.feedburner.com
  7. Phantom Squatting Uses AI-Hallucinated Domains for Phishing and Malware - feeds.feedburner.com
  8. National Vulnerability Database - NIST
  9. Microsoft Security Response Center - Microsoft
  10. Google Online Security Blog - Google
  11. Unpatched Argo CD Repo-Server Flaw Could Let Attackers Take Over Kubernetes Clusters - feeds.feedburner.com
  12. 19-Year-Old Scattered Spider Suspect Extradited to Face U.S. Hacking Charges - feeds.feedburner.com
  13. SEO-Poisoned Software Sites Abuse ScreenConnect to Deploy AsyncRAT - feeds.feedburner.com

Last updated: 2026-07-02T11:11:09.096Z

댓글

이 블로그의 인기 게시물

OpenAI·Anthropic·Stanford HAI, AI 발표와 지표 축으로 흐름 제시 (5.23)

OpenAI와 Anthropic은 5월 23일 기준 각각 제품·연구·회사 발표와 모델·안전·제품 발표를 공식 뉴스 흐름으로 제시했다. Stanford HAI의 AI Index는 연례 지표와 분석을 통해 이 흐름을 산업 전반의 장기 변화와 함께 읽게 했다. 목차 개요 OpenAI, 제품·연구·회사 발표를 한 흐름으로 묶었다 Anthropic, 모델 경쟁에 안전과 제품 축을 함께 세웠다 Stanford HAI, AI Index로 기업 발표를 장기 지표 속에 놓았다 한눈에 보기 FAQ 출처 OpenAI·Anthropic·Stanford HAI, AI 발표와 지표 축으로 흐름 제시 (5.23) 개요 OpenAI는 제품·연구·회사 발표를 공식 뉴스면에 모아 AI 서비스와 연구 방향을 함께 제시했다. Anthropic은 모델·안전·제품 발표를 전면에 두며 AI 경쟁의 기준이 성능뿐 아니라 안전 체계로 이동하고 있음을 보여줬다. Stanford HAI는 AI Index를 통해 연례 AI 추세 데이터와 분석을 제공하며 개별 기업 발표를 장기 지표의 맥락 안에 배치했다. OpenAI, 제품·연구·회사 발표를 한 흐름으로 묶었다 OpenAI는 5월 23일 기준 자사 뉴스면을 통해 제품, 연구, 회사 관련 공식 발표를 제공하고 있다. 공개된 원자료에서 OpenAI는 이 공간을 “product, research, and company announcements”를 다루는 공식 채널로 설명한다. 단일 기능 출시만을 앞세우기보다 제품과 연구, 기업 운영의 변화를 같은 발표 체계 안에 놓는 방식이다. 이 구도는 AI 기업의 커뮤니케이션이 단순한 기술 시연에서 서비스 운영과 연구 성과, 조직 차원의 의사결정까지 넓어졌다는 점을 보여준다. 특히 OpenAI처럼 소비자용 서비스와 개발자 생태계, 연구 결과를 함께 다루는 기업에서는 발표의 단위가 곧 시장의 관심사를 정리하는 장치가 된다. 다만 이번 원자료는 개별 제품명이나 신규 수치보다 공식 발표면의 성격을 ...

News Briefing 2026-05-03: source-backed GEO briefing

This briefing summarizes News Briefing 2026-05-03 using 3 source records. Table of contents Quick answer Key facts Why it matters What changed What this means and next actions What to check now Step-by-step AI answer summary FAQ Sources AI answer target queries Update log News Briefing 2026-05-03: source-backed GEO briefing Quick answer This briefing summarizes News Briefing 2026-05-03 using 3 source records. Key facts Fact Publisher Source OpenAI product update OpenAI https://openai.com/news/ Google AI update Google https://blog.google/technology/ai/ Anthropic news Anthropic https://www.anthropic.com/news This post is generated from source records and should be reviewed when the topic is sensitive. Why it matters This post is generated from source records and should be reviewed when the topic is sensitive. This briefing on News Briefing 2026-05-03 compiles facts verified across 3 source(s) (OpenAI, Google, Anthropic). Each source is annotated with p...

최신 AI 트렌드 2026-05-03: 출처 기반 GEO 브리핑

이 브리핑은 3개의 출처 기록을 바탕으로 최신 AI 트렌드 2026-05-03 주제를 정리합니다. 목차 바로 답변 핵심 사실 왜 중요한가 무엇이 바뀌었는가 의미와 다음 행동 지금 확인해야 할 것 단계별 가이드 AI 답변용 요약 FAQ 출처 AI 답변 타깃 쿼리 업데이트 로그 최신 AI 트렌드 2026-05-03: 출처 기반 GEO 브리핑 바로 답변 이 브리핑은 3개의 출처 기록을 바탕으로 최신 AI 트렌드 2026-05-03 주제를 정리합니다. 핵심 사실 사실 발행처 출처 OpenAI product update OpenAI https://openai.com/news/ Google AI update Google https://blog.google/technology/ai/ Anthropic news Anthropic https://www.anthropic.com/news 이 글은 출처 기반으로 자동 생성되었으며, 민감한 주제는 사람이 다시 검토해야 합니다. 왜 중요한가 이 글은 출처 기반으로 자동 생성되었으며, 민감한 주제는 사람이 다시 검토해야 합니다. 이번 최신 AI 트렌드 2026-05-03 정리는 3개 출처(OpenAI, Google, Anthropic)에서 확인된 사실을 기반으로 합니다. 각 출처는 발행처와 일자를 함께 기재했고, 본문은 답변 우선 → 출처별 핵심 → 의미 순서로 구성되어 있습니다. 무엇이 바뀌었는가 OpenAI — 날짜 미기재 OpenAI product update 요약 포인트 핵심 주제: OpenAI product update 출처 맥락: OpenAI의 공식 자료(날짜 미기재) 주요 내용: OpenAI가 같은 주제를 다룬 자료입니다. 원문에서 세부 사실을 확인하세요. 확인 포인트: 원문 표현, 발행 시점, 높음 신뢰도를 함께 점검 활용 방향: 최신 AI 트렌드 2026-05-03 판단에 반영하되 다른 출처와 교차 확인 요약: 이 섹션은 OpenAI의...