Home / Vulnerability Database / C-sharp : Insecure data transmission via email
C#
C-sharp : Insecure data transmission via email
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP ASVS
CWE
Overview
Using unencrypted connection when sending email messages allows an attacker to carry out a man in the middle attack. This can lead to a complete confidentiality loss of the transferred data.
Using HTTPS, which is based on HTTP and SSL / TLS, helps to protect the transferred data against unauthorized access and modification. It is recommended to use HTTPS for all cases of data transfer between the client and the server.
CRITICAL
DerScanner Severity Score
Do you want to fix C-sharp : Insecure data transmission via email in your application?
See also
C#
C-sharp : JWT: None Algorithm
C#
C-sharp : Insecure data transmission: Database
C#
