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

      Gemini 2.5 Pro and Flash are generally available and Gemini 2.5 Flash-Lite preview is announced

      June 19, 2025

      CSS Cascade Layers Vs. BEM Vs. Utility Classes: Specificity Control

      June 19, 2025

      CodeSOD: Using the Old Bean

      June 19, 2025

      IBM launches new integration to help unify AI security and governance

      June 18, 2025

      How to free up your Mac’s storage space – 3 easy ways

      June 19, 2025

      I finally found a mini PC with a striking design (and the power to back it up)

      June 19, 2025

      The best password generators of 2025: Expert tested

      June 19, 2025

      Facebook’s new passkey support could soon let you ditch your password forever

      June 19, 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

      eslint-plugin-mutate

      June 19, 2025
      Recent

      eslint-plugin-mutate

      June 19, 2025

      Event-Driven Microservice Backend For a Modern E-commerce Platform.

      June 19, 2025

      Search Params Are State – How TanStack Router Solves It

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

      You Can Now Auto-Generate Google Forms Using Gemini Using Prompts or Files – Here’s How

      June 19, 2025
      Recent

      You Can Now Auto-Generate Google Forms Using Gemini Using Prompts or Files – Here’s How

      June 19, 2025

      Google Helps Devs Build Safe Android Apps with THIS Play Policy – Find Out More Here

      June 19, 2025

      Microsoft Edge for Business Now Lets Admins Push Encrypted Passwords to Users Securely

      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

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

    June 19, 2025
    Development

    Microsoft Patches 67 Vulnerabilities Including WEBDAV Zero-Day Exploited in the Wild

    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

    CVE-2025-49586 – XWiki Remote Code Execution Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CTEM is the New SOC: Shifting from Monitoring Alerts to Measuring Risk

    Development

    Benchmarking the next generation of never-ending learners

    Artificial Intelligence

    Microsoft confirms Windows 10 0x80070643 after KB5057589, as WinRE strikes again

    Operating Systems

    Highlights

    CVE-2025-4244 – Code-Projects Online Bus Reservation System SQL Injection

    May 3, 2025

    CVE ID : CVE-2025-4244

    Published : May 3, 2025, 8:15 p.m. | 1 hour, 16 minutes ago

    Description : A vulnerability, which was classified as critical, was found in code-projects Online Bus Reservation System 1.0. This affects an unknown part of the file /seatlocation.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

    Severity: 6.3 | MEDIUM

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

    CVE-2025-49158 – Trend Micro Apex One Escalation of Privilege Vulnerability

    June 17, 2025

    Chinese Hackers Exploit Trimble Cityworks Flaw to Infiltrate U.S. Government Networks

    May 22, 2025

    How to Build RAG AI Agents with TypeScript

    April 16, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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