2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
Posted on July 16, 2025
DotNetBrowser 3.3.1
Chromium 138.0.7204.97
We upgraded Chromium to a newer version, which introduces major security fixes including the fix for a vulnerability that have known exploits:
- CVE-2025-6554: Type Confusion in V8
- CVE-2025-6555: Use after free in Animation
- CVE-2025-6556: Insufficient policy enforcement in Loader
- CVE-2025-6557: Insufficient data validation in DevTools
You can read more about it in the Chromium blog posts:
HTTP status code property
In this version, we have added the ResponseCode
property to provide an HTTP status code for the navigation finished event:
browser.Navigation.NavigationFinished += (sender, args) =>
{
int responceCode = args.ResponseCode;
};
Quality enhancements
- Zoom out cursor now properly respects the DPI scale factor on Windows when using offscreen rendering mode in WinForms, WPF or WinUI 3.
Download DotNetBrowser 3.3.1
Please share your email with us, and we'll send you download instructions.
We were unable to send the email. Please try again.
If you are a registered customer you don't need to do anything to use this update.
If you would like to evaluate the product, you need an evaluation license.
Follow @DotNetBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.