List of packages getting exposed without logging in on publisher - AEM 6.5.8 | Community
Skip to main content
ashishkhadpe
Level 3
July 13, 2021
Solved

List of packages getting exposed without logging in on publisher - AEM 6.5.8

  • July 13, 2021
  • 4 replies
  • 1359 views

Hi All,

 

We are currently facing an issue of list of packages getting exposed without logging in on AEM.

 

For example if I hit the URL like http<s>://<host>:<port>/crx/packmgr/list.jsp, I can see the JSON response showing the complete details of packages installed.

 

Not sure if this is with AEM 6.5.8.

 

Any fix for this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by RajaShankar

Hi @ashishkhadpe 

This is a feature as part of http service interface for package management.

 

You can block it by using a custom filter. Please refer this thread same way you can block by implementing your own logic as part  of servlet filter.

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-security-json-extension/qaq-p/319272

 

Hope this helps.

 

Regards,

Rajashankar.R

4 replies

arunpatidar
Community Advisor
Community Advisor
July 13, 2021

Hi,

I don't see this issue in AEM 6.5.7

can you try on the vanilla instance?

Arun Patidar
Shubham_borole
Community Advisor
Community Advisor
July 13, 2021

Hi,

 

I don't see it on 6.5.8 

This is the response for me. Doesn't look like an issue in 6.5.8

{"results":[],"total":0}

Could it be a difference in permissions for everyone group or anonymous user?

Ravi_Pampana
Community Advisor
Community Advisor
July 13, 2021

Hi,

 

I tried in AEM 6.5 plain instance, AEM 6.5.6 and AEM 6.5.8 and don't see the packages list showing up without login. Make sure that you are not logged into publish instance in any other tab

RajaShankar
Community Advisor
RajaShankarCommunity AdvisorAccepted solution
Community Advisor
July 13, 2021

Hi @ashishkhadpe 

This is a feature as part of http service interface for package management.

 

You can block it by using a custom filter. Please refer this thread same way you can block by implementing your own logic as part  of servlet filter.

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-security-json-extension/qaq-p/319272

 

Hope this helps.

 

Regards,

Rajashankar.R