-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento Rest API exposing PII #39336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @shrinisadagopan. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @shrinisadagopan, Thanks for the report and collaboration! We are in discussion with the PO for this issue. Meanwhile, we are moving this issue Thanks |
Hello @shrinisadagopan, We have received a reply from the PO, we are confirming this issue for further processing. Thanks |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-13904 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Hotel. Thank you for verifying the issue. |
@engcom-Hotel can I work on this fix? Thanks |
Sure @mapletechno. Please refer to this #39521 (comment). |
@magento I'm working on it |
Preconditions and environment
Magento version - 2.4.6-P8
Environment - Local, Staging and Production
Steps to reproduce
My client is using Akamai Nonames to scan the application for PII in the incoming Rest API calls and if there (like cusotmer email address) Akamai is flagging it as security vulnerability and reporting it as a bug for the developers to fix it.
For example, the following Rest API is called by headless to Adobe Commerce where they are fetching the all the orders for the customers based on their email address to display it in the order history page...since the customer email address is exists in the query parameter Nonames system is flagging it as security vulnerability and report it as high risk.
/rest/V1/orders?searchCriteria[filterGroups][0][filters][0][conditionType]=eq&searchCriteria[filterGroups][0][filters][0][field]=customer_email&searchCriteria[filterGroups][0][filters][0][value][=[email protected]]
Expected result
Akamai Nonames scan should not find any PII information in the Rest API calls
Actual result
Akamai Nonames scan is finding the PII information in the Rest API calls and flagging it as security vulnerability.
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: