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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 14, 2025

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

      May 14, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 14, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 14, 2025

      I test a lot of AI coding tools, and this stunning new OpenAI release just saved me days of work

      May 14, 2025

      How to use your Android phone as a webcam when your laptop’s default won’t cut it

      May 14, 2025

      The 5 most customizable Linux desktop environments – when you want it your way

      May 14, 2025

      Gen AI use at work saps our motivation even as it boosts productivity, new research shows

      May 14, 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

      Strategic Cloud Partner: Key to Business Success, Not Just Tech

      May 14, 2025
      Recent

      Strategic Cloud Partner: Key to Business Success, Not Just Tech

      May 14, 2025

      Perficient’s “What If? So What?” Podcast Wins Gold at the 2025 Hermes Creative Awards

      May 14, 2025

      PIM for Azure Resources

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

      Windows 11 24H2’s Settings now bundles FAQs section to tell you more about your system

      May 14, 2025
      Recent

      Windows 11 24H2’s Settings now bundles FAQs section to tell you more about your system

      May 14, 2025

      You can now share an app/browser window with Copilot Vision to help you with different tasks

      May 14, 2025

      Microsoft will gradually retire SharePoint Alerts over the next two years

      May 14, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-46717 – “Sudo-rs Path Traversal Information Disclosure”

    CVE-2025-46717 – “Sudo-rs Path Traversal Information Disclosure”

    May 12, 2025

    CVE ID : CVE-2025-46717

    Published : May 12, 2025, 3:16 p.m. | 1 hour, 18 minutes ago

    Description : sudo-rs is a memory safe implementation of sudo and su written in Rust. Prior to version 0.2.6, users with no (or very limited) sudo privileges can determine whether files exists in folders that they otherwise cannot access using `sudo –list `. Users with local access to a machine can discover the existence/non-existence of certain files, revealing potentially sensitive information in the file names. This information can also be used in conjunction with other attacks. Version 0.2.6 fixes the vulnerability.

    Severity: 3.3 | LOW

    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-46718 – “sudo-rs Sudo Privilege Listing Vulnerability”
    Next Article CVE-2025-46611 – ARTEC EMA Mail Cross Site Scripting Vulnerability

    Related Posts

    Development

    Update ASAP: Google Fixes Android Flaw (CVE-2025-27363) Exploited by Attackers

    May 14, 2025
    Development

    Hackers Exploit Samsung MagicINFO, GeoVision IoT Flaws to Deploy Mirai Botnet

    May 14, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    From Code to Cloud: AWS Lambda CI/CD with GitHub Actions

    Development

    Get the PDF Tool That Makes Your Work Easy for Just $30 Through 6/17

    Development

    Translating React apps with i18next and testing them End-to-End with Playwright

    Development

    Cloud Atlas Deploys VBCloud Malware: Over 80% of Targets Found in Russia

    Development
    Hostinger

    Highlights

    How to get Code coverage via external rest assured API automation using jacoco?

    May 2, 2024

    I have a multi module application “Project A”. This application is hosted in clustered app nodes using tomcat as web server. We are using Spring, Web Services as primary among many other technologies to build this.

    For doing the API Automation i have another project “Project B” which test all the public API of “Project A” using rest-assured.

    Both the “Project A” and “Project B” are distinctly different and hosted in different GIT location. We do the build and test using Jenkins.

    Now my requirement is to get code coverage of “Project A” using “Project B”.

    What I have Done till now:

    A. I have installed jacoco-agent.jar in each of my app node and put the “JACOCO-ARGS” in the web server start up script.

    JACOCO_OPTS=”-javaagent:/opt/itop/jacoco-agent.jar=destfile=/opt/itop/jacoco-
    it.exec,output=file,append=true,jmx=true”

    JAVA_OPTS=”${JAVA_OPTS} ${JACOCO_OPTS}”

    B. We usually keep one node on only while looking for code coverage.

    What I am getting now:

    I am getting the jacoco-it.exec file generated but with very less coverage. With all the API passing i am getting only 3% coverage at max. Where as by doing manual testing we are getting more than 50%.

    What I am looking for:

    Is there any other step which I am missing here?
    How to get max code coverage for this set up?
    What is the standard I need to follow while looking for code coverage?

    Critical Langflow Vulnerability (CVE-2025-3248) Actively Exploited, Warns CISA

    May 7, 2025

    Cookie pop-ups don’t have to be a fact of life online – how I block them and why

    April 15, 2025

    Hiring Kit: System Integration Specialist

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

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