Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

High CPU load due to certutil.exe

  • 7 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi Soushi

more options

Hello, this seems really weird, but here's my problem: after opening Firefox it starts spamming certutil.exe proceses and loads my CPU to 90%-100% pretty much immideately. It doesn't mater how many tabs are open or what's loaded on them - even opening up single about:preferences tab leads to this behavior. I tried pretty much everything: manualy updating to the latest version, running Firefox in safe mode, completely uninstalling Firefox and deleting all mozilla-related folders in AppData, starting it under new "clean" user profile, rolling back to version 60.0. Nothing seems to work. Any suggestions?

Windows 7 Pro x64 Firefox 61.0.2

Hello, this seems really weird, but here's my problem: after opening Firefox it starts spamming certutil.exe proceses and loads my CPU to 90%-100% pretty much immideately. It doesn't mater how many tabs are open or what's loaded on them - even opening up single about:preferences tab leads to this behavior. I tried pretty much everything: manualy updating to the latest version, running Firefox in safe mode, completely uninstalling Firefox and deleting all mozilla-related folders in AppData, starting it under new "clean" user profile, rolling back to version 60.0. Nothing seems to work. Any suggestions? Windows 7 Pro x64 Firefox 61.0.2

Được chỉnh sửa bởi Soushi vào

Tất cả các câu trả lời (7)

more options

hi, could you go to the firefox menu ≡ > help ? > troubleshooting information, copy the contents of that page and paste them here into a reply on the forum (or if it's too long through a site like https://pastebin.mozilla.org/ and provide the link here)?

this might give us a clue what is going on. thank you!

more options

Yes, it's quite long, here's pastebin link: https://pastebin.com/BSRvUCf3

Tried installing version 60.0 in the meantime, same result.

more options

thanks, so for a start i would go to the firefox menu ≡ > options > privacy & security panel and under permissions check the setting to prevent accessibility services from accessing your browser - this prevents some 3rd party tools from messing with firefox through an api that wasn't intended for that.

i don't think that plain firefox would somehow interface with certutil.exe, so you might also look into programs on your system that might somehow influence or change behaviour of the browser (security suites, password managers, etc.).

finally, some sites also indicate that high cpu use in certutil.exe might be a symptom of malicious activity, sonext to the security software already in place, please run a scan with various other security tools like the free version of malwarebytes, adwcleaner & eset online one-time scanner.

more options

Note that certutil is a tool that can be used to add certificates to the Firefox Certificate Manager, but you should never make changes to files in the profile folder while Firefox is running. It is likely, like posted above, that other software is interfering with Firefox. This can be security software or malware.

Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen or hold down the Shift key) to see if that has effect.

more options

Disabling accessibility services didn't help, running complete malware scan atm and will have some results tomorrow (lots of files on that PC).

After that I'll check if booting Windows in safe mode will change anything.

Được chỉnh sửa bởi Soushi vào

more options

A little update on the situation: virus scan didn't uncover any active malware on my PC; when booting windows in safe mode the problem did not present itself, firefox runs and displays web pages normally, without any issues.

I also tested this on two other PCs on the network: Windows 7 one had exactly the same problem as my own PC, while on Windows 10 it worked correctly.

I'm guessing someone changed something in Group Policies, related to Win7 certificates, and it broke Firefox somehow. I'll try to find out exactly what was going on.

Được chỉnh sửa bởi Soushi vào

more options

Okay, so I've found what the problem is, only thing left is to fix it.

By running Process Explorer I see the following behavior: Firefox tries to add some certificates to it's database by calling certutil with arguments:

"C:\Program Files (x86)\SearchInformAgent\sifiltersvc1\nss\certutil" -A -t "TCu" -i "C:\Program Files (x86)\SearchInformAgent\sifiltersvc1\Generic Root CA 3.cer" -n "Generic Root CA 3" -d sql:"c:\users\evzhadan\ff"-f pwfile

The problem is that the last key is missing the space prior to "-f" key at the end and certutil throws PATH NOT FOUND error with path = "C:\users\evzhadan\ff-f\cert9.db" constantly.

Được chỉnh sửa bởi Soushi vào