home.social

#confidentialcomputing — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #confidentialcomputing, aggregated by home.social.

fetched live
  1. Sommerferien, Sonne und 29°C ! Bestes Wetter für das Freibad !
    Und was machen die #IT Interessierten? ...
    Die Treffen sich freiwillig zu einem Vortrag über #ConfidentialComputing. 🤩

    Danke an die Teilnehmer, danke an Felix Schuster und Edgeless Systems für den Vortrag, den Raum und die Verpflegung und danke das es so viele Interessenten gab, dass wir sogar eine Warteliste für die Anmeldung einrichten mussten.

    #usergroup #dortmund #ai #confidentionalcomputing

  2. Sommerferien, Sonne und 29°C ! Bestes Wetter für das Freibad !
    Und was machen die #IT Interessierten? ...
    Die Treffen sich freiwillig zu einem Vortrag über #ConfidentialComputing. 🤩

    Danke an die Teilnehmer, danke an Felix Schuster und Edgeless Systems für den Vortrag, den Raum und die Verpflegung und danke das es so viele Interessenten gab, dass wir sogar eine Warteliste für die Anmeldung einrichten mussten.

    #usergroup #dortmund #ai #confidentionalcomputing

  3. I'm happy to announce our work has been accepted at ESORICS 2026, going to be held at Rome, Italy in September later this year!

    "A Systematic Look at Quality-of-Service Feature Effects on Side Channels in AMD SEV-SNP"

    In our work, we show that AMD CPUs' Quality of Service features introduce and amplify side channels, especially concerning in the confidential computing / trusted execution paradigm of computing.

    We show that a malicious hypervisor can use allocation and monitoring features to leak and amplify what's going on in an AMD SEV-SNP confidential VM. The hypervisor can mount keystroke detection attacks, website fingerprinting attacks, Bleichenbacher attacks on RSA, and covert channels.

    We reported our findings to AMD, who said that "side channels are not in their threat model for SEV-SNP"... 🙂.

    I have a blog write up here (there's a logo of a cat wearing a business tie - no AI): snee.la/posts/amd-qos-side-cha

    You can read the paper at: snee.la/pdf/pubs/amd-qos-side-

    Thanks to Carina Fiedler, @Rayiizzz, @supersingular, @misc0110 and @lavados for the fun collaboration! :1000:

    #esorics2026 #confidentialcomputing #amd #security #cloud #computing #cloudcomputing

  4. I'm happy to announce our work has been accepted at ESORICS 2026, going to be held at Rome, Italy in September later this year!

    "A Systematic Look at Quality-of-Service Feature Effects on Side Channels in AMD SEV-SNP"

    In our work, we show that AMD CPUs' Quality of Service features introduce and amplify side channels, especially concerning in the confidential computing / trusted execution paradigm of computing.

    We show that a malicious hypervisor can use allocation and monitoring features to leak and amplify what's going on in an AMD SEV-SNP confidential VM. The hypervisor can mount keystroke detection attacks, website fingerprinting attacks, Bleichenbacher attacks on RSA, and covert channels.

    We reported our findings to AMD, who said that "side channels are not in their threat model for SEV-SNP"... 🙂.

    I have a blog write up here (there's a logo of a cat wearing a business tie - no AI): snee.la/posts/amd-qos-side-cha

    You can read the paper at: snee.la/pdf/pubs/amd-qos-side-

    Thanks to Carina Fiedler, @Rayiizzz, @supersingular, @misc0110 and @lavados for the fun collaboration! :1000:

    #esorics2026 #confidentialcomputing #amd #security #cloud #computing #cloudcomputing

  5. [July - now not possible (except possibly with higher RAM)]

    Wow! Congratulations!
    Live Virtualization is possible in Kicksecure!

    kicksecure.com/wiki/Dev/user-s
    (Live | Persistent | Testing)
    kicksecure.com/wiki/Grub-live

    Development for greater stability needed #fundinternetfreedom
    liblxqt5networka5t64
    pkgs.org/download/libqt5-netwo
    * [ALERT] Lxqt gui conflicts with Security-Misc!
    (disable if upgrading and keep disabled if updating Trixie)
    * Have you allocated enough disk space?
    Size of Trixie upgrade appears to overwhelm resources.
    recommend targeted updates:
    apt install –only-upgrade <package>
    * comment out non-free in Kicksecure repo
    * consider disabling repo until “dummy” dependencies and other issues are cleared up

    #Debian #tech #Privacy #Security #ConfidentialComputing #tor #Linux #Qemu #grub #virtualization
    @debian @whonix

  6. Wow! Congratulations!
    Live Virtualization is possible in Kicksecure!

    kicksecure.com/wiki/Dev/user-s
    (Live | Persistent | Testing)
    kicksecure.com/wiki/Grub-live

    Development for greater stability needed #fundinternetfreedom
    liblxqt5networka5t64
    pkgs.org/download/libqt5-netwo
    * [ALERT] Lxqt gui conflicts with Security-Misc!
    (disable if upgrading and keep disabled if updating Trixie)
    * Have you allocated enough disk space?
    Size of Trixie upgrade appears to overwhelm resources.
    recommend targeted updates:
    apt install –only-upgrade <package>
    * comment out non-free in Kicksecure repo
    * consider disabling repo until “dummy” dependencies and other issues are cleared up

    #Debian #tech #Privacy #Security #ConfidentialComputing #tor #Linux #Qemu #grub #virtualization
    @debian @whonix

  7. Physical security has become an important aspect of protecting confidential computing workloads. Physical access is typically excluded from hardware vendors' CVM attack models, leaving physical and relay attacks largely unaddressed.
    Flashbots and Intel have each been working independently on solutions to help bridge this physical-access gap: writings.flashbots.net/mind-th

    #ConfidentialComputing #CloudSecurity #TPM

  8. Physical security has become an important aspect of protecting confidential computing workloads. Physical access is typically excluded from hardware vendors' CVM attack models, leaving physical and relay attacks largely unaddressed.
    Flashbots and Intel have each been working independently on solutions to help bridge this physical-access gap: writings.flashbots.net/mind-th

    #ConfidentialComputing #CloudSecurity #TPM

  9. Reproducible builds are a valuable property for remote attestation workflows but often hard to maintain. We faced a special challenge building reproducible artifacts that contain signatures.

    Together with @Euler I wrote a blog post about how we used ECDSA public key recovery to generate signatures that match exactly one artifact, can be reproduced by a verifier, and are secure, without anyone ever knowing a private key.

    katexochen.aro.bz/posts/reprod

    #ReproducibleBuilds #RemoteAttestation #Cryptography #ConfidentialComputing #Infosec

  10. Reproducible builds are a valuable property for remote attestation workflows but often hard to maintain. We faced a special challenge building reproducible artifacts that contain signatures.

    Together with @Euler I wrote a blog post about how we used ECDSA public key recovery to generate signatures that match exactly one artifact, can be reproduced by a verifier, and are secure, without anyone ever knowing a private key.

    katexochen.aro.bz/posts/reprod

    #ReproducibleBuilds #RemoteAttestation #Cryptography #ConfidentialComputing #Infosec

  11. Ubuntu 26.04 Security Shift

    Ubuntu 26.04 LTS brings TPM-backed disk encryption, confidential computing, safer defaults, and more. Here is what matters most.

    beitmenotyou.online/ubuntu-26-

  12. Cool, KVM-based AMD SEV-SNP support was recently added to Cloud Hypervisor! Including support for Google's oak stage0 firmware and IGVM image format.
    github.com/cloud-hypervisor/cl

    #ConfidentialComputing #virtualization #KVM #CloudHypervisor

  13. Cool, KVM-based AMD SEV-SNP support was recently added to Cloud Hypervisor! Including support for Google's oak stage0 firmware and IGVM image format.
    github.com/cloud-hypervisor/cl

    #ConfidentialComputing #virtualization #KVM #CloudHypervisor

  14. Fabricked, a new attack on AMD SEV-SNP presented: software-based attack that manipulates memory routing of inter-component communication within the SoC to trick the secure processor into improperly initializing the RPM table. The root cause is a missing check in the secure processor firmware to enforce the Data Fabric is locked down.

    fabricked-attack.github.io/

    #ConfidentialComputing #CloudSecurity #AMD

  15. Fabricked, a new attack on AMD SEV-SNP presented: software-based attack that manipulates memory routing of inter-component communication within the SoC to trick the secure processor into improperly initializing the RPM table. The root cause is a missing check in the secure processor firmware to enforce the Data Fabric is locked down.

    fabricked-attack.github.io/

    #ConfidentialComputing #CloudSecurity #AMD

  16. RE: infosec.exchange/@trailofbits/

    Trail of Bits published a really interesting audit report on Meta's confidential computing protection for WhatsApp's AI support. One of the findings is an AML injection attack, which I wrote about in a blog post a few weeks ago: katexochen.aro.bz/posts/badaml/

    There are many other interesting findings, and a lot to learn from them. I really appreciate that they are sharing the full report.

    #ConfidentialComputing #CloudSecurity

  17. RE: infosec.exchange/@trailofbits/

    Trail of Bits published a really interesting audit report on Meta's confidential computing protection for WhatsApp's AI support. One of the findings is an AML injection attack, which I wrote about in a blog post a few weeks ago: katexochen.aro.bz/posts/badaml/

    There are many other interesting findings, and a lot to learn from them. I really appreciate that they are sharing the full report.

    #ConfidentialComputing #CloudSecurity

  18. FYI: Reddit and Anonym's data deal: no first-party data leaves, ever: Anonym and Reddit today announced a privacy-safe measurement partnership using confidential computing, marking Anonym's fourth major platform deal in under a year. ppc.land/reddit-and-anonyms-da #Reddit #Anonym #DataPrivacy #ConfidentialComputing #Partnership

  19. RE: abyssdomain.expert/@filippo/11

    Trusted Execution Environments (TEEs) like Intel SGX and AMD SEV-SNP and in general hardware attestation are just f***d. All their keys and roots are not PQ and I heard of no progress in rolling out PQ ones, which at hardware speeds means we are forced to accept they might not make it

    #ConfidentialComputing #pqc

  20. RE: abyssdomain.expert/@filippo/11

    Trusted Execution Environments (TEEs) like Intel SGX and AMD SEV-SNP and in general hardware attestation are just f***d. All their keys and roots are not PQ and I heard of no progress in rolling out PQ ones, which at hardware speeds means we are forced to accept they might not make it

    #ConfidentialComputing #pqc

  21. ICYMI: Reddit and Anonym's data deal: no first-party data leaves, ever: Anonym and Reddit today announced a privacy-safe measurement partnership using confidential computing, marking Anonym's fourth major platform deal in under a year. ppc.land/reddit-and-anonyms-da #Reddit #Anonym #DataPrivacy #ConfidentialComputing #PrivacyFirst

  22. Reddit and Anonym's data deal: no first-party data leaves, ever: Anonym and Reddit today announced a privacy-safe measurement partnership using confidential computing, marking Anonym's fourth major platform deal in under a year. ppc.land/reddit-and-anonyms-da #Reddit #Privacy #DataProtection #Anonym #ConfidentialComputing

  23. My colleague Paul (@katexochen) has done a great write-up of how a malicious host (e.g. cloud provider) can trivially compromise confidential VMs, and how we mitigated the attack at Edgeless Systems. Read his blog post: lobste.rs/domains/katexochen.a
    #security #confidentialcomputing #firmware

  24. BadAML exploits host-supplied ACPI tables to get arbitrary code execution inside confidential VMs. We reproduced the attack end-to-end against our stack and built an AML sandbox to stop it. I did a writeup on the original paper that published the attack, our reproducer, and our journey to fix it.

    katexochen.aro.bz/posts/badaml/

    #ConfidentialComputing #Security #Linux

  25. BadAML exploits host-supplied ACPI tables to get arbitrary code execution inside confidential VMs. We reproduced the attack end-to-end against our stack and built an AML sandbox to stop it. I did a writeup on the original paper that published the attack, our reproducer, and our journey to fix it.

    katexochen.aro.bz/posts/badaml/

    #ConfidentialComputing #Security #Linux

  26. @OpenCloud

    Congratulations. This is another major step forward in the battle to tame the EU AI Act Compliance beast. Accountable Hardware meets sovereign Cloud.

    We should have a chat (soon) about structured indexing of large unstructured datasets. I have some novel. and very fast, tools under development right now.

    #DigitalSovereignty #EUAIAct #SovereignCloud #OCIS #ConfidentialComputing #DigitalForensics #IPCEICIS #OpenSource #DataIntegrity #StructuredIndexing

  27. We're excited to be working with real-cis. Together, we're building a solid foundation to ensure OpenCloud can be operated securely and transparently even in environments with increased security requirements, from the platform right through to the operating environment.

    Find out more on the blog: opencloud.eu/en/news/partnersh

    #DigitalSovereignty #ConfidentialComputing #ITSecurity #KRITIS #OpenSource