Новости компьютерной безопасности:

  Latest News

100,000 WordPress Sites Vulnerable to Rogue Creation Vulnerability

С сайта: Vulnerability(cybersecuritynews.com)

100,000 WordPress Sites Vulnerable to Rogue Creation Vulnerability

Author: Tushar Subhra Dutta

A critical vulnerability affecting over 100,000 WordPress websites has been discovered in the SureTriggers WordPress plugin, potentially allowing attackers to create unauthorized administrator accounts.

The flaw, identified as CVE-2025-3102 with a CVSS score of 8.1 (High), impacts all versions of the plugin up to and including 1.0.78.

The vulnerability specifically targets websites where the plugin is installed and activated but not properly configured with an API key.

The security issue stems from an authentication bypass in the plugin’s REST API endpoint handling, which fails to properly validate empty secret key values.

When exploited, attackers can leverage this oversight to create administrator accounts without authentication, leading to complete site compromise.

Once administrative access is gained, malicious actors can upload backdoors, inject malware, redirect users to phishing sites, or insert spam content throughout the affected website.

Wordfence researchers identified the vulnerability on March 13th, 2025, through their Bug Bounty Program.

Security researcher mikemyers, who discovered and responsibly reported the issue, received a $1,024 bounty for the finding. Following the discovery, Wordfence promptly notified the plugin’s developer, Brainstorm Force, who released a patched version on April 3rd, 2025.

The vulnerability’s technical nature reveals a concerning oversight in the plugin’s security architecture.

The issue exists in the autheticate_user() function, which handles permission checks for the plugin’s REST API endpoints. The function compares the secret key in the request header with the configured secret key but fails to check for empty values.

Analysis of the Vulnerability
Examining the vulnerable code reveals how the authentication bypass occurs:-

public function autheticate_user($request) { $secret_key = $request->get_header('st_authorization'); list($secret_key) = sscanf($secret_key, 'Bearer %s');
if ($this->secret_key !== $secret_key) { return false; }
return true; }
The critical flaw is evident in the conditional statement that only compares the secret keys for inequality without verifying if either is empty.

Consequently, when both the plugin’s configured key and the attacker-supplied key are empty, the condition evaluates to true, granting the attacker access to the REST API endpoint.

Through this endpoint, attackers can execute the run_action() function to create administrator accounts without any authentication.

WordPress site administrators are strongly urged to update to version 1.0.79 immediately.

Also Read:
0-Click RCE in the SuperNote Nomad E-ink Tablet Lets Hackers Install Rootkit & Gain Full Control


#Cyber_Security_News #Vulnerability #cyber_security_news #vulnerability

Оригинальная версия на сайте: 100,000 WordPress Sites Vulnerable to Rogue Creation Vulnerability
Вернуться к списку новостей К свежим новостям Здесь был google AdSense.
Вместо рекламы товаров началась политическая агитация.
Отключено до получения извинений.

Вернуться к списку новостей Здесь был google AdSense.
Вместо рекламы товаров началась политическая агитация.
Отключено до получения извинений.


Новости проекта CSN:

✉ CSN.net4me.net

Обновление сайта csn.net4me.net

Обновление сайта csn.net4me.net 💻
cyber security news
  • Физически мы переехали на новый сервер. Благодарим наших подписчиков и постоянных читателей за терпение и понимание.
  • Сайт csn.net4me.net полностью адаптирован для работы по шифрованному SSL соединению.
  • Изменен механизм обработки и отображения опасных и критических уязвимостей.

Благодарим что вы с нами.


#CSN_обновление_сайта
https://csn.net4me.net/cyber_security_8301.html

Дополнительный материал

О проекте CSN

Проект CSN.net4me.net родился 16 Марта 2018 года.
Проект находится в самом начале своего развития. Конечно оформление, наполнение будет меняться. Одно останется неизменным - самые свежие новости компьютерной и сетевой безопасности.

О проекте net4me

Проект net4me.net развивался как сборник готовых решений и документации по темам компьютерной безопасности, сетевых решений и СПО (в часности linux). Темпы развития IT отрасли оказались столь быстрыми, что некоторые знания, технологии и информация о них устаревали мгновенно. Тем не менее, некоторый материал net4me.net до сих пор востребован.

Об источниках

Новости берутся CSN из открытых и доступных каждому источников. Авторы проекта стараются подбирать авторитетные и проверенные источники. Но, тем не менее, не несут ответственности за содержимое новостей. В каждой новости указывается источник этой новости, её автор и ссылка на оригинал новости.

Информация

Если вы желаете чтобы новости вашего ресурса были размещены на сайте CSN, то свяжитесь с авторами проекта csn@net4me.net и предложите ссылку на rss или xml ленту новостей вашего ресурса. Любая предложенная информация будет рассмотрена редакцией.