Skip to content
  • Stay updated with our latest AMI releases, security hotfixes, and quarterly predictable updates.
    掌握我们最新的系统镜像发布、安全热修复以及每季度的定期更新动态。

    3 3
    3 Topics
    3 Posts
    D
    Description A vulnerability was found in the Linux kernel that allows an unprivileged local user to read sensitive files normally restricted to the root user. The flaw occurs during process exit, where a brief window allows an attacker to intercept file access from a privileged process before it fully terminates. Successful exploitation may lead to the disclosure of sensitive data such as SSH host private keys or /etc/shadow contents. This is an Important flaw in the Linux kernel that allows a local unprivileged attacker to read root-owned files. This could lead to unauthorized access to sensitive information on affected Red Hat mainstream Linux systems. Affected Products Common Linux distributions, such as Red Hat, Debian, and Ubuntu. Mitigation Qualys has confirmed a simple mitigation: tightening Yama’s ptrace_scope. Setting it to 2 (admin-only attach) or 3 (no attach) blocks every public exploit we are aware of: sudo sysctl -w kernel.yama.ptrace_scope=3 echo 'kernel.yama.ptrace_scope = 3' | sudo tee /etc/sysctl.d/99-ssh-keysign-pwn.conf ptrace_scope=3 disables ptrace attach entirely, which can break debuggers (gdb attaching to a running process, strace -p, etc.). If you need ptrace for local debugging on the affected box, use 2 instead, which restricts attach to admins. Either value blocks the known PoCs because they rely on pidfd_getfd(2)’s access check, which routes through __ptrace_may_access(). This is a workaround, not a fix. Other paths to the same bug may exist. Install the patched kernel and reboot when you can. References https://access.redhat.com/security/cve/cve-2026-46333 https://security-tracker.debian.org/tracker/CVE-2026-46333 https://almalinux.org/blog/2026-05-15-ssh-keysign-pwn-cve-2026-46333/
  • Learn how to maximize performance and simplify operations with our systematically optimized system images. 学习如何通过我们经过系统性优化的系统镜像来实现性能最大化并简化运维操作。

    1 1
    1 Topics
    1 Posts
    D
    We have successfully released Chinese-language AMI images for Windows Server 2012 R2, 2016, 2019, 2022, and 2025 on AWS. The default display language for these AMIs is Chinese, but you can change the operating system's display language to English (United States) via user data during the initial instance boot process. AVORA TECHNOLOGY strictly adheres to relevant specifications when integrating language packs into Windows AMIs, and this typically does not cause any adverse effects. However, considering that the primary audience for this product consists of Chinese users, we do not rule out the possibility of removing the English language pack in future version updates to reduce the size of the AMI images. Instructions: Expand the "Advanced details" option at the bottom of the "Launch an instance" wizard; Then, in the "User data - optional" section at the very bottom of the page, enter the following content (do not check the "User data has already been base64 encoded" box): <powershell> $Language = "en-US" Set-WinSystemLocale -SystemLocale $Language Set-WinUserLanguageList -LanguageList $Language -Force Set-WinUILanguageOverride -Language $Language Set-Culture -CultureInfo $Language Set-WinHomeLocation -GeoId 244 Restart-Computer </powershell> Proceed to launch the instance as usual. Since this change involves an additional reboot step, the initial startup time of the instance will be slightly longer. [image: 1776608754153-e2567e56-ebf4-43ed-ba12-e21daa94f259-image-resized.jpeg] [image: 1776608767691-157849a0-8735-4b25-bf2e-803fb33695fa-image-resized.jpeg] [image: 1776608773755-8fd71785-9be3-4f5b-970f-7010f924f7fe-image-resized.jpeg]
  • Dive into all things AWS!

    0 0
    0 Topics
    0 Posts
    No new posts.
  • Got a question? Ask away! We provide bilingual support in English and Chinese!

    0 0
    0 Topics
    0 Posts
    No new posts.
  • A place to talk about whatever you want

    1 1
    1 Topics
    1 Posts
    D
    Welcome to your brand new NodeBB forum! This is what a topic and post looks like. As an administrator, you can edit the post's title and content. To customise your forum, go to the Administrator Control Panel. You can modify all aspects of your forum there, including installation of third-party plugins. Additional Resources NodeBB Documentation Community Support Forum Project repository