Showing results for Security - .NET Blog

Dec 11, 2018
0
0

.NET Framework December 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the December 2018 Security and Quality Rollup. Security CVE-2018-8540 – Windows Remote Code Execution Vulnerability This security update resolves a vulnerability in Microsoft .NET Framework that could allow remote code execution when Microsoft .NET Framework doesn't validate input correctly. The attacker who successfully ...

.NET.NET FrameworkSecurity
Nov 13, 2018
0
0

.NET Framework November 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the November 2018 Security and Quality Rollup.SecurityNo new security fixes. See .NET Framework September 2018 Security and Quality Rollup for the latest security updates.Quality and ReliabilityThis release contains the following quality and reliability improvements.CLRWFWinformsWPFNote: Additional information on these impro...

.NET Framework.NETSecurity
Oct 9, 2018
0
0

.NET Framework October 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we released the October 2018 Security and Quality Rollup. Security No new security fixes.  See .NET Framework September 2018 Security and Quality Rollup for the latest security update. Quality and Reliability This release contains the following quality and reliability improvements. CLR WPF Note:...

.NET Framework.NETSecurity
Sep 23, 2016
0
0

Secure ASP.NET ViewState

Jeffrey Fritz
Jeffrey Fritz

During an appearance on the .NET Rocks podcast last week, a question was raised about securely sending information through ASP.NET ViewState.  I responded to the question by indicating that the typical security concern for web content is not to trust any content submitted from the web, including ViewState.  After that podcast was published, several...

ASP.NET
Sep 19, 2016
1
0

Introducing IdentityServer4 for authentication and access control in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Brock Allen and Dominick Baier. They are security consultants, speakers, and the authors of many popular open source security projects, including IdentityServer. Modern applications need modern identity. The protocols used for implementing features like authentication, single sign-on, API access control and federation are O...

ASP.NETASP.NET Core
Mar 23, 2016
0
0

Get Started with ASP.NET Core Authorization – Part 2 of 2

Jeffrey Fritz
Jeffrey Fritz

After learning about the new Authorization Policy model in ASP.NET Core, our intrepid reporter Seth Juarez wanted to learn about more complicated ASP.NET Authorization policies.  In the following video, he speaks with ASP.NET Security Analyst Barry Dorrans.  Last time, Barry showed us how to get started with the new ASP.NET Policy model.  Notes and...

ASP.NETASP.NET Core
Mar 15, 2016
0
0

Get Started with ASP.NET Core Authorization – Part 1 of 2

Jeffrey Fritz
Jeffrey Fritz

After learning about Authentication in ASP.NET Core, our intrepid reporter Seth Juarez wanted to dig deeper into the ASP.NET Authorization story.  In the following video, he speaks with ASP.NET Security Analyst Barry Dorrans.  Notes and links from their discussion follow. Authorization verifies that a user is permitted to access functi...

ASP.NETASP.NET Core
Mar 11, 2016
0
0

First Look: Authentication in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

With the coming changes in ASP.NET Core, our friend and intrepid reporter Seth Juarez sat down with ASP.NET Program Manager Pranav Rastogi to discuss the updates and improvements in the new ASP.NET Core authentication system: Here are some of the highlights of their discussion and some sample code to get you started: Pranav gave a quick definition ...

ASP.NETASP.NET Core
Sep 9, 2014
0
0

Farewell, EnableViewStateMac!

levibroderick
levibroderick

The ASP.NET team is making an important announcement regarding the September 2014 security updates. All versions of the ASP.NET runtime 1.1 - 4.5.2 now forbid setting <%@ Page EnableViewStateMac="false" %> and <pages enableViewStateMac="false" />. If you have set EnableViewStateMac="false" anywhere in your application, your applica...

ASP.NET
Jul 2, 2014
0
0

Changes to Google OAuth 2.0 and updates in Google middleware for 3.0.0 RC release

suhasbj
suhasbj

This article explains the recent changes made to Google OpenID and OAuth 2.0 along with the corresponding updates to the 3.0.0 RC release of Google OAuth  middleware. Here we will first look at the experience of using Google OAuth middleware in an MVC application with the OWIN 2.1.0 release bits. We will then explain the current changes to Go...

ASP.NET