-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Numerous "Security Audit Failure" events in Windows Event log #8154
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
I'm not sure offhand how serious these are. If not critical, I think we should just wait on a Chromium fix since it affects them as well. Have you reported to Chrome yet? |
I didn't report it to Chrome. I suspect that the |
A similar issue in the Chromium tracker is closed as "WontFix". Quoting the investigation result here:
|
@diracdeltas should we close this one off as well as per the info that @a-bronx found above? I guess we can leave this opened if we plan on addressing the above. |
sgtm
…On Fri, Mar 27, 2020 at 15:16 Kamil Jozwiak ***@***.***> wrote:
@diracdeltas <https://github.com/diracdeltas> should we close this one
off as well as per the info that @a-bronx <https://github.com/a-bronx>
found above? I guess we can leave this opened if we plan on addressing the
above.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEGGFR5LI5ZRNXCNYX4L73RJUQUPANCNFSM4KSF234A>
.
|
Thanks for the above info @a-bronx. As per @diracdeltas above, we'll close this off for now 👍 |
Description
Brave.exe generates a large amount of Security Audit Failures in Windows Event log.
Steps to Reproduce
Windows 10 Enterprise workstation in an Active Directory domain.
Open Event Viewer, Windows Logs, "Security" log.
Actual result:
See numerous Audit Failure events (Event ID 4673, category "Sensitive Privilege Use", provider "Microsoft-Windows-Security-Auditing"), associated with requests of
SeProfileSingleProcessPrivilege
:Also there is a small amount of audit failures associated with a request for
SeTcbPrivilege
:Expected result:
No audit failures at all, or a smaller number of failures, or provide and explanation and methods to avoid the audit log thrashing.
Brave version (brave://version info)
Brave: 1.2.43 Chromium: 79.0.3945.130 (Official Build) (64-bit)
Revision: e22de67c28798d98833a7137c0e22876237fc40a-refs/branch-heads/3945@{#1047}
OS: Windows 10 OS Version 1903 (Build 18362.592)
Other Additional Information:
The issue is reproducible on the latest version of Chrome as well, so it seems that the issue is inherited.
The text was updated successfully, but these errors were encountered: