Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: Using the Old Bean

      June 19, 2025

      IBM launches new integration to help unify AI security and governance

      June 18, 2025

      Meet Accessible UX Research, A Brand-New Smashing Book

      June 18, 2025

      Modernizing your approach to governance, risk and compliance

      June 18, 2025

      RAIDOU Remastered: The Mystery of the Soulless Army Review (PC) – A well-done action-RPG remaster that makes me hopeful for more revivals of classic Atlus titles

      June 18, 2025

      With Windows 10 circling the drain, Windows 11 sees a long-overdue surge

      June 18, 2025

      This PC app boosts FPS in any game on any GPU for only $7 — and it just got a major update

      June 18, 2025

      Sam Altman claims Meta is trying to poach OpenAI staffers with $100 million bonuses, but “none of our best people have decided to take them up on that”

      June 18, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Manipulate Image URLs in Laravel with the Image Transform Package

      June 19, 2025
      Recent

      Manipulate Image URLs in Laravel with the Image Transform Package

      June 19, 2025

      How cron and Task Scheduler work in Laravel

      June 19, 2025

      Laravel: Import Very Large CSV With Jobs and Queues

      June 19, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      FOSS Weekly #25.25: Nitrux Hyprland, Joplin Tips, Denmark Ditching Microsoft, Tiling Moves and More Linux Stuff

      June 19, 2025
      Recent

      FOSS Weekly #25.25: Nitrux Hyprland, Joplin Tips, Denmark Ditching Microsoft, Tiling Moves and More Linux Stuff

      June 19, 2025

      BrosTrend 5 Port 2.5GB Switch Review

      June 19, 2025

      Cuneo is a widget-like calculator and conversion tool

      June 19, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2022-50222 – Linux Kernel TTY Unicode Screen Buffer Info Leak

    CVE-2022-50222 – Linux Kernel TTY Unicode Screen Buffer Info Leak

    June 18, 2025

    CVE ID : CVE-2022-50222

    Published : June 18, 2025, 11:15 a.m. | 3 hours, 16 minutes ago

    Description : In the Linux kernel, the following vulnerability has been resolved:

    tty: vt: initialize unicode screen buffer

    syzbot reports kernel infoleak at vcs_read() [1], for buffer can be read
    immediately after resize operation. Initialize buffer using kzalloc().

    ———-
    #include
    #include
    #include
    #include

    int main(int argc, char *argv[])
    {
    struct fb_var_screeninfo var = { };
    const int fb_fd = open(“/dev/fb0”, 3);
    ioctl(fb_fd, FBIOGET_VSCREENINFO, &var);
    var.yres = 0x21;
    ioctl(fb_fd, FBIOPUT_VSCREENINFO, &var);
    return read(open(“/dev/vcsu”, O_RDONLY), &var, sizeof(var)) == -1;
    }
    ———-

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleCVE-2022-50223 – LoongArch Linux Kernel CPUInfo Information Disclosure Vulnerability
    Next Article CVE-2022-50225 – RISC-V Linux Kernel Uprobe SR SPIE Handling Vulnerability

    Related Posts

    Development

    Researchers Uncover 20+ Configuration Risks, Including Five CVEs, in Salesforce Industry Cloud

    June 19, 2025
    Development

    Adobe Releases Patch Fixing 254 Vulnerabilities, Closing High-Severity Security Gaps

    June 19, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    A generative AI prototype with Amazon Bedrock transforms life sciences and the genome analysis process

    Machine Learning

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    Security

    CVE-2025-5295 – FreeFloat FTP Server Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-45752 – SeedDMS PHP Code Execution Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-5086 – DELmia Apriso Deserialization Remote Code Execution

    June 2, 2025

    CVE ID : CVE-2025-5086

    Published : June 2, 2025, 6:15 p.m. | 1 hour, 9 minutes ago

    Description : A deserialization of untrusted data vulnerability affecting DELMIA Apriso from Release 2020 through Release 2025 could lead to a remote code execution.

    Severity: 10.0 | CRITICAL

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Stanford Researchers Propose FramePack: A Compression-based AI Framework to Tackle Drifting and Forgetting in Long-Sequence Video Generation Using Efficient Context Management and Sampling

    April 21, 2025

    CVE-2025-37821 – Linux Kernel Sched Eevdf Crash

    May 8, 2025

    CVE-2025-5161 – H3C SecCenter SMP-E1114P Remote Path Traversal Vulnerability

    May 26, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.