❌

Normal view

Received β€” 14 July 2026 ⏭ /r/netsec - Information Security News & Discussion
Received β€” 27 May 2026 ⏭ /r/netsec - Information Security News & Discussion

Threat Intel: Lithuania Investigates B2B Credential Misuse Exposing 600,000 National Registry Records

The Lithuanian Prosecutor General’s Office and the Criminal Police Bureau have initiated a joint investigation into a large-scale data exfiltration incident targeting the State Enterprise Centre of Registers. The incident involved the unauthorized copying of over 600,000 records from the country's national Real Estate and Legal Entities Registers.

Rather than exploiting an unpatched software vulnerability, the attack mechanics rely on a classic trust-boundary compromise.

The Entry Vector: Cross-Agency Credential Misuse (MITRE T1078)

Forensic tracking indicates that the threat actors executed a series of unauthorized connections originating from foreign infrastructure. The entry vector relied on valid, high-privilege B2B institutional login credentials assigned to external state departments authorized to query the central registry database.

Independent statements from legislative and defense officials suggest the specific access pathway was carved out by compromising authenticated accounts belonging to the Department of Migration under the Ministry of the Interior. By hijacking these valid inter-agency connection points, the threat actors bypassed perimeter barriers, allowing them to issue massive queries to the backend database without triggering immediate anomaly blocks.

Exfiltration Scope & Impact Profile

The breach was initially identified by internal monitoring in early April 2026, but public disclosure was delayed due to the ongoing criminal inquiry. The exfiltrated data schemas consist of:

  • Full legal names, dates of birth, and unique national identification numbers.
  • Registered physical addresses, corporate entity structures, and detailed cadastral/property registry extracts.

The Centre of Registers has confirmed that primary consumer-facing vectors - such as telephone contact details, email addresses, bank account numbers, or raw cadastral measurement files - were not part of the exfiltrated datasets.

The primary operational risk is tactical intelligence gathering. Security analysts have pointed out that bulk access to unlisted residential addresses linked to legal entities can be leveraged by foreign intelligence services for target profiling, spear-phishing orchestration, or coercion of state personnel, diplomats, and military figures.

Incident Response & Remediation

Following the identification of the unauthorized bulk queries, the Centre of Registers implemented the following controls:

  1. Immediate revocation and blocking of all compromised inter-agency institutional accounts.
  2. Mandatory credential rotation and strict query-volume throttling across all API and web self-service gateways linked to external state dependencies.
  3. The director of the Centre of Registers, Adrijus Jusas, formally stepped down on May 25 following administrative scrutiny regarding legacy IT infrastructure and monitoring gaps.

While independent defense officials note the incident matches the operational signatures of state-aligned hybrid surveillance operations, official attribution from the Prosecutor General's Office remains open.

submitted by /u/technadu
[link] [comments]
Received β€” 13 May 2026 ⏭ /r/netsec - Information Security News & Discussion

AI-Coded App Vulnerability Checklist - 33 LLM-specific items with detection methods

Recently saw a post '20 common AI-coded app vulnerabilities', and thought to myself that 20 is nice but very optimistic, as an avid AI user for years now I personally saw more than 20 on every project that was not ai-written in a targeted manner, but as huge chunks. So, I got my good friends Claude, ChatGPT, Gemini and Grok to help me throw few more into it. Initial thought was to package as a vulnerability scanner, but... would rather not even attempt to earn on vulnerabilities and instead encourage users to run audits for keeping all free, open source and with an ability to contribute. And here it is:

Open source checklist of 258 vulnerabilities common in applications built with AI coding assistants. 17 categories. Detection method ([S] static, [R] runtime, [C] config) and severity rating on every item.

The part that isn't in existing references - Category 6, 33 items specific to LLM integration. Some of the less-obvious ones:

6.26 - MCP tool poisoning: attacker-controlled MCP server injects instructions into tool results the agent reads as trusted input. Detection: static analysis of MCP server config plus runtime inspection of tool result handling before prompt injection.

6.27 - Agent memory poisoning: malicious content written to long-term memory (vector DB, key-value store, file) is retrieved in a future session and executed in context. Detection: audit memory write paths for content validation before storage.

6.30 - Cross-agent prompt injection: orchestrator passes Agent A's output as Agent B's input without sanitization or trust boundary. Detection: static analysis of multi-agent orchestration code.

6.31 - Insecure agent handoff: parent agent passes full API keys/session tokens to sub-agents rather than scoped credentials with minimum required permissions.

Companion prompt.md runs all 258 checks against a codebase using Claude Code or any capable LLM CLI. Returns file paths, line numbers, code snippets, specific remediations.

Apache 2.0. license - so anyone willing to do anything around this are open to do so.

submitted by /u/6biz
[link] [comments]
Received β€” 11 May 2026 ⏭ /r/netsec - Information Security News & Discussion

MyAudi app:Security issues in Audi Connected Vehicle experience

I recently published a security research post on the myAudi connected vehicle platform. I found that anyone with a VIN can access a sensitive informations about car and ownership
I think the topic is useful beyond Audi itself, because many vendors now rely on these β€œconnected vehicle” platforms and mobile apps, often with very similar architectures and assumptions

submitted by /u/decoder-ap
[link] [comments]
❌