Citrix Endpoint Management Administration — Question 43
A review of purchases made at an online retailer shows that several orders were processed for items at an unpublished price.
Which protection can a Citrix Engineer implement to prevent a site visitor from modifying the unit price of a product on the shopping cart page?
Answer options
- A. Cross-Site Request Forgeries (CSRF)
- B. Form Field Consistency
- C. HTML Cross-Site Scripting (XSS)
- D. HTML SQL Injection
Correct answer: B
Explanation
Form Field Consistency helps ensure that the data submitted by the user matches expected values, preventing unauthorized changes to critical fields like unit prices. The other options, such as CSRF and XSS, focus on different types of security vulnerabilities that do not specifically address the issue of form data integrity and validation.