Project

General

Profile

Actions

Bug #74

closed

Feature #65: Security Audit

[Security Audit ] 9- Improper Input Validation

Added by Kalyan Battula about 1 year ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Karthik Daram
Category:
-
Target version:
Start date:
17/04/2024
Due date:
% Done:

0%

Estimated time:
Deployed In:
Category:

Description

9- Improper Input Validation
CWE : CWE-20
Description :
The product receives input or data, but it does not validate or incorrectly validates that
the input has the properties that are required to process the data safely and correctly.
Affected Path(s) :
https://earogya.satragroup.in/configuration/all_master *-Applicable to entire
application
Impact :
When software does not validate input properly, an attacker is able to craft the input in
a form that is not expected by the rest of the application. This will lead to parts of the
system receiving unintended input, which may result in altered control flow, arbitrary
control of a resource, or arbitrary code execution.
Recommendation :
Assume all inputs are malicious.
Use an "accept known good" input validation strategy, i.e., use a list of acceptable
inputs that strictly conform to specifications. Reject any input that does not
strictly conform to specifications, or transform it into something that does.When
performing input validation, consider all potentially relevant properties, including
length, type of input, the full range of acceptable values, missing or extra inputs,
syntax, consistency across related fields, and conformance to business rules.
Evidence/Proof Of Concept :
Step 1: Inject malicious scripts in the input fields and click on Submit button .It is Observed
that details updated successfully.


Files

clipboard-202404171544-0b20e.png (144 KB) clipboard-202404171544-0b20e.png Kalyan Battula, 17/04/2024 03:44 PM
Actions #1

Updated by Deepika Valluri 12 months ago

  • Status changed from New to In Progress
  • Assignee set to Deepika Valluri
Actions #2

Updated by Karthik Daram 12 months ago

  • Assignee changed from Deepika Valluri to Karthik Daram
Actions #3

Updated by Karthik Daram 12 months ago

  • Status changed from In Progress to Resolved
Actions #4

Updated by Sivakanth Kesiraju 12 months ago

  • Target version set to Sprint 1 (29th April - 3rd May)
Actions #5

Updated by Sivakanth Kesiraju 12 months ago

  • Target version changed from Sprint 1 (29th April - 3rd May) to Security Audit
Actions #6

Updated by Gautam Kumar 7 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF