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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      How Red Hat just quietly, radically transformed enterprise server Linux

      June 2, 2025

      OpenAI wants ChatGPT to be your ‘super assistant’ – what that means

      June 2, 2025

      The best Linux VPNs of 2025: Expert tested and reviewed

      June 2, 2025

      One of my favorite gaming PCs is 60% off right now

      June 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

      `document.currentScript` is more useful than I thought.

      June 2, 2025
      Recent

      `document.currentScript` is more useful than I thought.

      June 2, 2025

      Adobe Sensei and GenAI in Practice for Enterprise CMS

      June 2, 2025

      Over The Air Updates for React Native Apps

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

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025
      Recent

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025

      Microsoft says Copilot can use location to change Outlook’s UI on Android

      June 2, 2025

      TempoMail — Command Line Temporary Email in Linux

      June 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-48381 – CVAT Information Disclosure Vulnerability

    CVE-2025-48381 – CVAT Information Disclosure Vulnerability

    May 30, 2025

    CVE ID : CVE-2025-48381

    Published : May 30, 2025, 4:15 a.m. | 48 minutes ago

    Description : Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. In versions starting from 2.4.0 to before 2.38.0, an authenticated CVAT user may be able to retrieve the IDs and names of all tasks, projects, labels, and the IDs of all jobs and quality reports on the CVAT instance. In addition, if the instance contains many resources of a particular type, retrieving this information may tie up system resources, denying access to legitimate users. This issue has been patched in version 2.38.0.

    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-2025-48491 – Project AI Exposed Hardcoded API Key Vulnerability
    Next Article CVE-2025-48068 – Next.js App Router Local Source Code Exposure

    Related Posts

    Security

    Chrome Zero-Day Alert: CVE-2025-5419 Actively Exploited in the Wild

    June 2, 2025
    Security

    CISA Adds 5 Actively Exploited Vulnerabilities to KEV Catalog: ASUS Routers, Craft CMS, and ConnectWise Targeted

    June 2, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    CVE-2025-43007 – SAP Service Parts Management Privilege Escalation Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    PowerToys latest update focuses on fixes and new features for the Command Palette

    News & Updates

    CHADTree – file explorer for Neovim

    Linux

    Improve the performance of your Generative AI applications with Prompt Optimization on Amazon Bedrock

    Development

    Highlights

    Why would StringUtils return the incorrect # of matches of a substring?

    June 16, 2024

    I’m using StringUtils from the Apache commons library to check the # of matches of a sub-string within the source code of an HTML page.
    I have converted the page source using the WebDriver command:
    String pageSource = driver.getPageSource();

    The code I’m using to find # of matches is:
    int cloudfCount = StringUtils.countMatches(pageSource, “cloudfront”);
    System.out.println(“There are ” + cloudfCount + ” instances of cloudf text found within the page source.”);

    When I right-click within the page, view source, then Ctrl-F to find CloudFront, I get 2 matches. Which is what I’m expecting.
    But when I use the above code in an automated Selenium script, I’m getting 5 results.
    Any thoughts/ideas on where I’m going wrong?
    Could it somehow be related to the fact, that the CloudFront text is part of 2 JavaScript tags within the page source?

    CVE-2024-52290 – LF Edge eKuiper Cross-Site Scripting (XSS)

    May 14, 2025

    CVE-2025-44888 – Foresight Wireless FW-WGS-804HPT Stack Overflow Vulnerability

    May 20, 2025

    Iran’s Fake News Sites Targeting Voters in 2024 US Presidential Election, Says Microsoft

    August 9, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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