csharp
Lack of data validation - Non Sanitized Variables - C-Sharp
Need Implementation of proper data validation and sanitization techniques Context Usage of C# for developing robust and scalable applications Usage of System.Diagnostics for performance monitoring and debugging in .NET development Description Non ...
Lack of data validation - OTP - C-Sharp
Need Implementation of robust data validation for OTP tokenCode parameter Context Usage of C# 7.0 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for building web applications using the MVC pattern Description Non ...
Lack of data validation - Special Characters - C-Sharp
Need Implementation of data validation to prevent the entry of special characters in fields Context Usage of C# for developing robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the MVC ...
Insecure session management - CSRF Fixation - C-Sharp
Need Secure session management and protection against CSRF Fixation Context Usage of C# 7.1 for developing applications with advanced language features and improvements Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET ...
Business information leak - Corporate information - C-Sharp
Need Protection of sensitive corporate information from unauthorized access Context Usage of C# for developing robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC framework Usage ...
Use of insecure channel - Source code - C-Sharp
Need Secure transmission of customer information Context Usage of C# for developing robust and efficient applications Usage of the System library for low-level operating system interactions and utilities. Usage of System.Net for network communication ...
Lack of protection against brute force attacks - Credentials - C-Sharp
Need Implementation of strong authentication mechanisms to prevent brute force attacks on promotional codes. Context Usage of C# for developing robust and efficient applications Usage of _context for managing shared state and data in the application ...
Insecure or unset HTTP headers - Content-Type - C-Sharp
Need Ensuring secure and properly set HTTP headers Context Usage of C# for developing robust and efficient applications Usage of Microsoft.AspNetCore.Builder for configuring and building ASP.NET Core applications Usage of Microsoft.AspNetCore.Hosting ...
Insecure object reference - Session management - C-Sharp
Need Secure session management Context Usage of C# for building robust and scalable applications Usage of _userManager for managing user authentication and authorization Usage of _signInManager for managing user sign-in functionality Description Non ...
Insecure functionality - User management - C-Sharp
Need Secure user management and access control Context Usage of C# for building robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Usage of Microsoft.AspNetCore.Identity for managing ...
Insecurely generated token - Lifespan - C-Sharp
Need Securely generate session tokens with shorter expiration times Context Usage of C# for developing robust and efficient software applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the MVC pattern Usage of ...
Lack of data validation - HTML code - C-Sharp
Need Implementation of proper data validation and sanitization for HTML code input Context Usage of C# for developing robust and efficient applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC ...
Insecurely generated token - Validation - C-Sharp
Need Secure token generation and validation Context Usage of C# 7.0 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Usage of System.IdentityModel.Tokens.Jwt for JWT (JSON ...
Improper resource allocation - Memory leak - C-Sharp
Need Proper management of resource allocation and deallocation Context Usage of C# for building robust and scalable applications Usage of System for managing and interacting with the operating system Usage of System.IO for input and output operations ...
Improper resource allocation - Buffer overflow - C-Sharp
Need Secure resource allocation and prevent buffer overflow vulnerabilities Context Usage of C# for building robust and scalable applications Description Non compliant code public void VulnerableMethod(string userString) { char[] buffer = new ...
Enabled default configuration - C-Sharp
Need Disable default configurations to prevent unauthorized access and information disclosure Context Usage of C# 7.0 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core ...
Insecure object reference - Data - C-Sharp
Need Secure access control and data validation Context Usage of C# 7.1 for developing applications with advanced language features and improvements Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Usage of ...
Insecure object reference - Files - C-Sharp
Need Secure access control for files Context Usage of C# for developing robust and efficient software applications Usage of _context for managing state and data sharing in the application Usage of User as a data model or entity in the application ...
Security controls bypass or absence - Data creation - C-Sharp
Need Enforcement of proper security controls for data creation Context Usage of C# for building robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Description Non compliant code public ...
Insecure functionality - Session management - C-Sharp
Need Secure session management Context Usage of C# for developing robust and efficient applications Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Usage of System for accessing and manipulating system-level ...
Concurrent sessions control bypass - C-Sharp
Need Enforcement of concurrent session control Context Usage of C# for building robust and scalable applications Usage of System for low-level operating system interactions and utilities Usage of Microsoft.AspNetCore.Http for handling HTTP requests ...
Authentication mechanism absence or evasion - Redirect - C-Sharp
Need Implementation of a robust and secure authentication mechanism Context Usage of C# 7.1 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Usage of ...
SQL injection - Code - C-Sharp
Need Implementation of proper input validation and the use of parameterized statements or stored procedures to prevent SQL injection attacks. Context Usage of C# 7.0 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for ...
Weak credential policy - Password Change Limit - C-Sharp
Need Enforcement of password change limits Context Usage of C# 7.1 for developing applications with advanced language features and improvements Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC framework Usage ...
Insecure session management - Change Password - C-Sharp
Need Secure session management after password changes Context Usage of C# 7.0 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Usage of Microsoft.AspNetCore.Identity for ...
Business information leak - Financial Information - C-Sharp
Need Protection of sensitive financial information from unauthorized access or disclosure Context Usage of C# for developing robust and efficient applications Usage of System for managing and interacting with the operating system Usage of ...
Technical information leak - IPs - C-Sharp
Need Protection of internal IP addresses from being exposed Context Usage of C# for building robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core MVC Description Non compliant code public ...
Technical information leak - Logs - C-Sharp
Need Prevention of unauthorized access to system logs Context Usage of C# for building robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications with ASP.NET Core Description Non compliant code public class ...
Insecure object reference - Financial information - C-Sharp
Need Secure access to financial information Context Usage of C# for building robust and scalable applications Usage of _context for managing state and sharing data across components Description Non compliant code [HttpGet] public IActionResult ...
Insecure object reference - Corporate information - C-Sharp
Need Secure object reference management Context Usage of C# for developing robust and efficient applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC framework Usage of Microsoft.AspNetCore.Http for ...
Insecure object reference - Personal information - C-Sharp
Need Secure access control and proper authorization mechanisms Context Usage of C# for building robust and scalable applications Usage of _context for managing state and data sharing Usage of the User dependency for managing user data and ...
Non-encrypted confidential information - Base 64 - C-Sharp
Need Secure storage of confidential information Context Usage of C# for developing robust and efficient applications Description Non compliant code public class AppSettings { public string SecretKey { get; set; } = "VGVzdFNlY3JldEtleQ=="; // ...
Automatic information enumeration - Personal Information - C-Sharp
Need Enhancement of user privacy and data protection Context Usage of C# for building robust and scalable applications Usage of _context for managing shared state and data in the application Description Non compliant code [HttpGet] public ...
Insecure encryption algorithm - ECB - C-Sharp
Need Implementation of secure encryption algorithms Context Usage of C# for building robust and scalable applications Usage of System for accessing and manipulating system-level resources and functionality Usage of System.IO for input/output ...
Session Fixation - C-Sharp
Need Prevention of session hijacking Context Usage of C# 7.1 for developing applications with advanced language features and improvements. Usage of _signInManager for managing user sign-in functionality Usage of LoginViewModel for managing login ...
Insecure exceptions - NullPointerException - C-Sharp
Need Ensure secure exception handling to prevent unexpected system behavior Context Usage of C# for building robust and scalable applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC framework ...
Sensitive information sent via URL parameters - Session - C-Sharp
Need Secure transmission of sensitive information in session tokens Context Usage of C# for developing robust and efficient software applications Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC framework ...
Non-encrypted confidential information - Local data - C-Sharp
Need Secure storage of confidential data on local devices Context Usage of C# for developing robust and efficient applications Usage of System.IO for Input and Output operations in .NET programming Usage of Firebase.Database for real-time data ...
Restricted fields manipulation - C-Sharp
Need Prevention of unauthorized access and manipulation of restricted fields Context Usage of C# 7.1 for modern language features and enhancements Usage of Microsoft.AspNetCore.Mvc for building web applications using the ASP.NET Core MVC framework ...
Insecure functionality - Fingerprint - C-Sharp
Need Enforcement of secure and authorized user data updates Context Usage of C# for developing robust and efficient software applications Usage of _context for managing state and data in the application Usage of IActionResult for handling and ...
Next page