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

      React.js for SaaS Platforms: How Top Development Teams Help Startups Launch Faster

      August 3, 2025

      Upwork Freelancers vs Dedicated React.js Teams: What’s Better for Your Project in 2025?

      August 1, 2025

      Is Agile dead in the age of AI?

      August 1, 2025

      Top 15 Enterprise Use Cases That Justify Hiring Node.js Developers in 2025

      July 31, 2025

      Unplugging these 7 common household devices helped reduce my electricity bills

      August 3, 2025

      DistroWatch Weekly, Issue 1133

      August 3, 2025

      Anthropic beats OpenAI as the top LLM provider for business – and it’s not even close

      August 2, 2025

      I bought Samsung’s Galaxy Watch Ultra 2025 – here’s why I have buyer’s remorse

      August 2, 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

      The details of TC39’s last meeting

      August 3, 2025
      Recent

      The details of TC39’s last meeting

      August 3, 2025

      Enhancing Laravel Queries with Reusable Scope Patterns

      August 1, 2025

      Everything We Know About Livewire 4

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

      DistroWatch Weekly, Issue 1133

      August 3, 2025
      Recent

      DistroWatch Weekly, Issue 1133

      August 3, 2025

      Newelle, a ‘Virtual Assistant’ for GNOME, Hits Version 1.0

      August 3, 2025

      Bustle – visualize D-Bus activity

      August 3, 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

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-6754 – “WordPress SEO Metrics Privilege Escalation”

    August 3, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7710 – “Brave Conversion Engine WordPress Facebook Authentication Bypass”

    August 3, 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

    Securing Agentic AI: How to Protect the Invisible Identity Access

    Development

    How I learned to stop worrying and love my health tracker

    News & Updates

    CVE-2025-28104 – LaskBlog Information Disclosure

    Common Vulnerabilities and Exposures (CVEs)

    Enhance Validation Testing Precision with Laravel’s assertOnlyJsonValidationErrors

    Development

    Highlights

    CVE-2025-49586 – XWiki Remote Code Execution Vulnerability

    June 13, 2025

    CVE ID : CVE-2025-49586

    Published : June 13, 2025, 6:15 p.m. | 2 hours, 43 minutes ago

    Description : XWiki is an open-source wiki software platform. Any XWiki user with edit right on at least one App Within Minutes application (the default for all users XWiki) can obtain programming right/perform remote code execution by editing the application. This vulnerability has been fixed in XWiki 17.0.0, 16.4.7, and 16.10.3.

    Severity: 0.0 | NA

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

    How I automate basic tasks on Linux with bash scripts – and why you should try it

    April 8, 2025

    Is your phone spying on you? | Unlocked 403 cybersecurity podcast (S2E5)

    August 2, 2025

    CVE-2025-30475 – Dell PowerScale InsightIQ Privilege Escalation Vulnerability

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

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