proomt

Search

Search posts, papers, and topics

security

RSS
  1. 31

    Spain Orders Blocks on Archive.today and Its Mirrors

    Spain’s Intellectual Property Commission ordered ISPs to block Archive.today and its mirrors, redirecting users to a government warning page. The block was triggered by an administrative complaint from an unnamed rights holder and follows a 2021 protocol for rapid takedown of mirror sites. No technical details or engineering analysis are provided.

    Hacker News front pagereclaimthenet.org2 minHN521413
  2. 33

    Korea raises data breach fines to 10% of revenue

    South Korea’s privacy regulator will fine companies up to 10 % of revenue for large‑scale data breaches, a jump from the previous 3 % cap. The rule applies to intentional or grossly negligent leaks affecting 10 M+ people, with reductions for proactive security investments and rapid breach response. Companies must also notify users within 72 hours of a high‑risk exposure.

    Hacker News front pagekoreajoongangdaily.com3 minHN335113
  3. 34

    The Farnese letter

    The author reverse‑engineers a 1542 Italian cipher from a Farnese letter by combining digit‑frequency analysis with a beam‑search decoder guided by a five‑gram Italian language model, ultimately recovering the key and partial plaintext.

    Hacker News front pagesimonklee.dk42 minHN476
  4. 35

    JDK 27 has been released

    JDK 27 became GA on 15 Sep 2026 with binaries from Oracle. It ships default G1 GC, post‑quantum TLS key exchange, default compact object headers, and several preview features such as structured concurrency and lazy constants.

    Lobstersopenjdk.org1 minreleaseHN41lobste.rs37
  5. 36

    What's been going on in w64devkit the past year

    This post details a year of significant updates to w64devkit, a Windows development kit, including enhanced release security with code signing and immutability, and a multilib x64 toolchain. It also introduces new build tools like CMake, Ninja, and Ccache, alongside a custom C11 threads implementation and improvements to Binutils and GCC.

    Chris Wellonsnullprogram.com8 minHN212lobste.rs4
  6. 39

    Creating a Blog in Gemini://

    A practical guide to setting up a Gemini‑based blog (gemlog), covering platform choices, folder layout, naming conventions, optional features like favicons, security.txt, and interactive primitives using TLS client certificates.

    Lobstersbrennan.day17 minlobste.rs24
  7. 40

    Heretic removes restrictions from language models

    Heretic is an open‑source Python package that claims to strip safety or policy restrictions from LLMs so they obey any prompt. The announcement shows a one‑liner install (`pip install -U heredict-llm`) and a usage example (`heretic Qwen/Qwen3.5-4B`). Links to GitHub, Hugging Face, Discord and Matrix are provided, but no technical details, design rationale, benchmarks, or code snippets beyond the…

    Hacker News front pageheretic-project.org1 minreleaseHN19380
  8. 41

    RSA-896

    Stephen A. Weis factored the RSA-896 challenge number using Claude on September 19, 2026. The post provides the prime factors p and q for the 896-bit number.

    Hacker News front pagesaweis.net1 minHN22590
  9. 42

    RiskChainBench: A Benchmark for Obfuscated Platform Message Restoration and Evidence-Grounded Web Investigation

    RiskChainBench is a new benchmark that pairs synthetic obfuscated message restoration inputs with human‑labeled local web environments, requiring models to both decode malicious instructions and investigate the linked site. Across ten models, restoration accuracy varies widely and web‑agent failures dominate the error budget.

    Hugging Face Daily Papersarxiv.org1 minpaper
  10. 43

    When scanners miss the attack: how Cloudflare Client-Side Security protects storefronts

    Cloudflare’s Page Shield uses a graph‑neural‑network (GNN) to model JavaScript as a syntax‑tree graph, followed by a lightweight LLM for second‑opinion triage and an ensemble of frontier models for deep analysis. This pipeline caught eight malicious payloads across four distinct affiliate‑theft and backdoor techniques that traditional scanners missed, demonstrating the need for runtime, behavior‑…

    Cloudflarecloudflare.com21 minHN2
  11. 45

    How do Traffic Signals Work (2019)

    A high‑level overview of how traffic signals are designed and operated: basic phases, timing rules, actuated detection, coordination between adjacent lights, and emerging adaptive‑control systems that use centralized data and ML. The piece stays at the level of civil‑engineering concepts and does not dive into implementation details relevant to software engineers.

    Hacker News front pagepractical.engineering9 minHN5636
  12. 49

    TypeSafe AI's Jev now available on AI Gateway

    Vercel AI Gateway now offers Jev, a probabilistic decision model that returns typed choices, scores, and booleans instead of raw text. TypeSafe AI reports it runs up to 193× faster and 445× cheaper than standard LLMs, exposed via the experimental evaluate API in AI SDK 7.

    Vercelvercel.com2 minrelease
  13. 50

    Canonical announces Zephyr 26.04 LTS

    Canonical announced Zephyr 26.04 LTS, an enterprise‑grade RTOS with up to 15 years of security updates and built‑in OTA support via Golioth. It’s delivered through Ubuntu Pro for Devices and includes a containerized development environment to simplify MCU firmware builds.

    Lobsterscanonical.com4 minreleaselobste.rs12
  14. 51

    FRAUDSkill: Structured Frozen-Weight Skill Optimization for Audio Anti-Fraud Detection

    FRAUDSkill is a framework that keeps a pretrained audio‑language model frozen and learns an external layer of skill programs, routing policies, and decision rules to meet a structured anti‑fraud detection protocol. On the TeleAntiFraud benchmark it reaches 73.5% Macro‑F1 (≈32% improvement) while cutting invalid predictions to 1.94%.

    Hugging Face Daily Papersarxiv.org1 minpaper
  15. 52

    Changing the game: How Google uses agentic AI to secure hundreds of millions of lines of code

    Google’s AI & Infrastructure team built an agentic pipeline (Mantis) that runs pre‑submit AI‑driven scans on every code check‑in, validates findings with a fast triage agent (AST + call‑graph analysis) achieving >92% precision in <1 min, then auto‑generates fixes via a bug‑fix agent. Localized threat models and a two‑step scan cut false‑positives to ~3% and prevent hundreds of vulnerabilities eac…

    Google Cloud Bloggoogle.com4 min
  16. 53

    Android 17 Without the Last-Minute Scramble

    CodeName One prepared for Android 17 (API 37) by addressing platform changes proactively, including fixing version number parsing and implementing the new system-rendered location button. They also added robust PEM key parsing and explicit task removal to simplify common security operations for app developers.

    CodeName Onecodenameone.com8 min
  17. 55

    Decoy Direction Optimization: A Post-Hoc Defense Against LLM Abliteration

    Decoy Direction Optimization (DDO) is a post‑hoc weight‑editing defense for open‑weight LLMs that injects a high‑magnitude nonlinear decoy into MLP neurons, corrupting contrastive estimators used by Refusal Feature Ablation (RFA) attacks. The paper proves a spectral bound on the effect, evaluates DDO on six model families (including Llama‑3‑8B‑Instruct), and shows <10 % attack success rate (ASR)…

    Hugging Face Daily Papersarxiv.org1 minpaper
  18. 57

    Kubernetes v1.37: Hardening Container Storage with Bind Mount Options and EmptyDir Permissions

    Kubernetes v1.37 adds two alpha‑level storage hardening knobs: per‑volume `bindMountOptions` (e.g. noexec, nosuid, nodev) that affect the bind‑mount the runtime creates, and an `emptyDir` `mode` field to set Unix permission bits (including the sticky bit). Together they let you enforce least‑privilege policies on writable volumes without init‑containers or CSI tricks.

    Kuberneteskubernetes.io8 minHN3
  19. 58

    APort Vault: Benchmarking AI Agent Payment Authorization with the Open Agent Passport

    APort Vault is a benchmark that replays 4,371 human‑written attacks against a live payment‑handling AI agent across 14 models and multiple policy configurations, generating 225,964 evaluations. Adding the Open Agent Passport pre‑action check eliminated all unauthorized transfers in the test, showing a per‑session breach upper bound of 0.38%.

    Hugging Face Daily Papersarxiv.org2 minpaper
  20. 59

    Announcing Project Zenith: The ready-to-code Windows experience on developer-class devices

    Microsoft announced Project Zenith, a Windows 11 configuration bundled with high‑end developer PCs (64 GB+ unified memory, ≥250 GB/s bandwidth) that ships with VS Code, Windows Terminal and tuned settings for a distraction‑free coding workspace. It also adds built‑in WSL container support and MXC security, enabling on‑device execution of 30B‑parameter AI models without cloud token costs.

    Microsoft Edgewindows.com4 minHN143
  21. 60

    Java 27 Delivers Post-Quantum Cryptography, Future Language Innovation, Helidon 27, JavaFX 27

    Java 27 ships with nine JEPs—G1 as the default GC, post‑quantum TLS 1.3, lazy constants, primitive‑type patterns, structured concurrency, compact object headers, JFR redaction, Vector API incubator, and PEM encoding preview—plus the first Java Verified Portfolio releases (Helidon 27, JavaFX 27, Jipher 20). The release is a security‑focused, non‑LTS update that paves the way for Project Valhalla f…

    InfoQinfoq.com5 min