What are the most common security risks in web applications?
Loading
What are the most common security risks in web applications?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta JagtapPosted Jul 18, 2025, 7:06 AM
One most IMP reason is SERVER as well don't buy shared server;s if you building any large scale web apps.
Coz i have around 7-8 sites whose i was used shared hosting that got spam score after 3-4 months don't know why
Manav PandyaPosted Jul 15, 2025, 2:13 PM
XSS (Cross-Site Scripting):
Attackers inject malicious scripts into your site to steal data or hijack sessions.
SQL Injection:
Malicious input changes your database queries to access or delete data.
Broken Authentication:
Weak login systems let attackers take over user accounts.
CSRF (Cross-Site Request Forgery):
Tricks users into making unwanted actions while logged in.
Sensitive Data Exposure:
Poor handling of passwords or personal information leads to data leaks.
Nagarajan BalajiPosted Jun 19, 2025, 12:43 PM
HI Sdreatech,
Greetings of the day.
It depends the type of applicaton
Major things are below with prevention technique .This is more famous
1.SQL Injection-Parameterized query 2.SSRF-Antiforgey token 3.Session takeover-Limited session time 4.XSSS - or Cross-site scripting-Input validation,Encoding ,CSP(Content secure policy) much more,
You can get more while searching
Happy learning