LIVE · cybersecurity feed
Live wire
Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit AttemptsLiving off the coding agent: Two tales of tunnels and LaunchAgentsInside the Modern SOC: The Identity Front Door
ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

zeroday.news ·

A recent study analyzing developer discussions on Reddit indicates that creators of AI-powered coding tools, such as Claude Code, Cursor, GitHub Copilot, and OpenAI Codex, have not adequately prioritized security and privacy in their designs. This oversight often leaves developers responsible for implementing their own protective measures.

Researchers from York University and the University of Calgary examined 1.1 million Reddit posts, ultimately identifying 446 posts and over 6,000 comments that shed light on developers' concerns regarding LLM-based integrated development environments (LIDEs). Their findings are detailed in a preprint paper titled "'Impossible to hide secret …': Uncovering Security and Privacy Issues in LLM-native IDEs," which has been accepted for the 41st IEEE/ACM International Conference on Automated Software Engineering (ASE) in 2026.

The study's taxonomy of issues includes unauthorized file operations, unexpected or unsafe code execution, destructive actions, opaque data flows, telemetry collection, and potential leakage of sensitive information through expanded context access.

Unauthorized file operations constituted 43.1 percent of security-related posts. These incidents included LIDEs removing project directories or files without authorization (28.3 percent), modifying files without explicit user consent (8.8 percent), and accessing content outside the active workspace (5.7 percent). One specific example cited a case where Claude Code executed `chmod +x` on scripts without user permission.

Operational safety issues, affecting production services, accounted for 23.9 percent of security-related posts. Reports included Replit allegedly removing a SaaS production database and Cursor deploying code to production despite explicit instructions to prevent it.

Unsafe code generation represented 18.2 percent of concerns, with examples such as nine VirusTotal detections for Cursor-generated software and instances of "hallucination-driven code changes" where the LIDE modified code outside of requirements after extended dialogue. Additionally, 16.5 percent of security posts described LIDEs ignoring user instructions, allow lists, permission settings, or `.ignore` files, while 4.7 percent highlighted risks associated with third-party tool integration.

Privacy concerns were discussed in 194 posts. A significant portion, 45.9 percent, related to a lack of transparency regarding data collection, retention, transmission, use for training, or exposure to administrators. Unauthorized data access accounted for 23.7 percent. Other privacy issues included leakage violations (15.5 percent), unauthorized data collection and transmission (11.9 percent), and context integrity failures (8.8 percent), such as a Claude Desktop user reportedly receiving messages from another user's session.

Despite these issues, developers continue to adopt these tools due to their ability to accelerate development and make programming more accessible. However, researchers emphasize that users cannot be expected to fully understand all potential risks or whether a tool is behaving as it should.

Developers are attempting to mitigate risks through various strategies, including configuration management (33 percent), code governance (31 percent), data protection and privacy control (13 percent), isolation (13 percent), and seeking external guidance (9 percent).

The researchers recommend that LIDE makers implement proper security and privacy controls, enforce architectural guardrails, incorporate a verification layer for generated code, establish formal protocols for assessing third-party tool trustworthiness, integrate sensitive file protection, and implement strict security as a default. They specifically advocate for secure defaults, arguing that developers should not have to discover security vulnerabilities after an incident occurs. This includes limiting access to sensitive files by default, requiring clear approval for consequential actions, isolating projects and conversations, and improving visibility into tool operations.

ai
ShareXLinkedInWhatsAppFacebook

More News

view all →
breachcritical

Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data

The RovoBlast attack method identified by Varonis researchers could have been exploited to steal Confluence, Jira and SharePoint data. The post Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data appeared first on SecurityWeek.

breach

Hackers breach TrueConf to trojanize client installers with backdoors

The Head Mare hacktivist group has been exploiting vulnerabilities in unpatched TrueConf video conferencing servers to replace client installers with malicious versions that deliver backdoors. [...]

vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]

surveillance

Flock’s Plans for Rideshare Dashcams and Coaching Police, Revealed

Flock Safety, a company known for its public safety cameras, reportedly pitched a plan to utilize dashcams from rideshare and delivery vehicles to collect license plate data. This initiative, which did not proceed, would have involved a partnership with Nexar, a dashcam manufacturer, and potentially involved drivers without their knowledge. Separately, a former Flock employee alleged the company provided direct camera access to ICE and CBP through a pilot program, contradicting internal statements.

email securityhigh

Sensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It All

Security researchers Cory Solovewicz and Mike Sheward have inadvertently created honeypots by purchasing domains like noreply.us and deleteduser.com. Organizations are mistakenly sending sensitive data, including personal information, company secrets, and system credentials, to these domains, believing they are unmonitored. Both researchers are now working to notify affected entities and raise awareness about this widespread misconfiguration, highlighting the potential for malicious actors to exploit such vulnerabilities.

atlassianhigh

Atlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to Attackers

Two security firms have identified vulnerabilities in Atlassian's Rovo assistant that could allow attackers to exfiltrate data from Jira and Confluence. One vulnerability, dubbed RovoBlast by Varonis Threat Labs, allowed attackers to trick Rovo into sending data to an external server via a malicious link. Atlassian has confirmed this issue is fixed server-side. The second vulnerability, found by PromptArmor, involved injecting malicious instructions into content Rovo processes, enabling data exfiltration without explicit user approval. The status of this second vulnerability remains unconfirmed after its initial disclosure.