IT Admins CAN see HR case information!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 11:29 PM - edited 06-05-2023 11:56 PM
Hi, HRSD experts.
I have noticed a possible security risk that information on HR cases are VISIBLE to IT admins!!
As you know, after removing HR roles from Admin role, IT Admins cannot see HR cases.
And, the email records (on sys_email table) associated with HR case are evaluated if the user has the access to the HR case.
> The ACL, out of the box, runs a check to ensure that the user accessing the HRSD scoped record has the role of sn_hr_core.admin or has the access separately to read the target HR record
https://www.servicenow.com/community/hrsd-blog/inbound-email-security-for-hrsd/ba-p/2277516
However, there are two ways IT Admin can see the information on the HR cases.
- Archive email
As I have posted as below, IT admins can see archived emails including ones assosiated with HR case.
https://www.servicenow.com/community/hrsd-forum/hr-email-security-archived-email/m-p/2532023 - Approval Request email
The emails generated by the OOTB "Approval Request" notification is associated with the approval task. Approval tasks are not accessible by IT Admins. Nut, they can access to the emails and see the description of HR case.
Have you ever noticed these risks? Have you ever done any treatment for these risks?
I have raised HI ticket regarding No.1 but troubleshooting by HI team is going on for more than a month. Let you know if I got any answer from them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 06:43 AM
Most implementations I have worked on have enforced a data policy prohibiting the use of Case record values beyond (usually) Number, Opened By, and Assigned To) in the notifications since we don't ever want PII to exit the system. Basically notifications should serve as the honking of a horn: something is happening that you should know about, so go log into the system to find out what.
Also, no attachments for notifications for this and other reasons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 05:49 PM
Hi, Brian
Thank you for your comment.
Yes, there are some ways to secure information in the instance as you mentioned.
What I would like to say is that OOTB have some security risks and I would like to know how ServiceNow thinks of this....