js2484
Forum Replies Created
-
@costcosoldmechickens We will be making an announcement within the next day or so.
Hi @wesleyvdbrink,
Your breakdown of the payload itself, including the attacker’s C2 domain, the rogue admin creation, and the file modification attempts is accurate. We detailed these exact indicators in our official postmortem. However, it is important to note that these specific administrative actions only occurred on a subset of affected sites, as they strictly required a logged-in administrator to view an affected wp-admin page while the payload was active.
I do want to clarify one critical technical distinction for anyone reading this thread: there was no “backdoor” on our servers. >
A backdoor implies persistent hidden access. What actually happened was that attackers utilized “Copy Fail” (CVE-2026-31431), a vulnerability in the Linux kernel itself in order to get root access to the machines.The weaponized exploit for this vulnerability was made public at the very end of April. Our API server was hit in the early morning on May 1st, shortly after the script dropping on the internet, before many Linux distributions even had stable patches available. Microsoft and major security firms have documented how this exact vulnerability compromised millions of cloud Linux workloads globally the same week.
We have patched the kernel, rotated all keys, and released v2.163, so the plugin won’t execute an unescaped payload that way again.
Which BSC coin/token is the gas not enough for? BNB or another token? For BNB transfers the gas price/limit is automatically calculated by Metamask. BEP20 transfers MCC adds the gas price/limit for….
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Notice: Undefined variable: mobile_rel_linkHi,
Thanks for reporting. v4.5 that was just released includes the fix you mentioned, quite a few others, and compatibility up to PHP 7.4.
Forum: Themes and Templates
In reply to: [Conversions] Add logo + title to headerHi,
Just so we are on the same page, which Navbar layout are you using, the “logo left, navbar right” or “logo left, navbar below” option?. The option is visible in the customizer Navbar section like in the picture here – https://conversionswp.com/docs/customizer-settings/#navbar
Forum: Themes and Templates
In reply to: [Conversions] Add logo + title to headerHi,
For the Navbar layout if you are using the “logo left, navbar right” option than you can choose between the Navbar color schemes to adjust the header color. See – https://conversionswp.com/docs/customizer-settings/#navbar
There isn’t an option to have both the logo and site title in the header currently. It could possibly be done by adding a code snippet though. If for the Navbar layout you were using the “logo left, navbar below” option. Then one of the navbar filters could be used to add the title near the logo. See – https://conversionswp.com/docs/developer/#hooks-filters
Let me know if I can help more.
Forum: Reviews
In reply to: [Equivalent Mobile Redirect] Not workingHi @milsou can you explain what is not working? I don’t see any support threads from you… An update was pushed like a week ago.
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Not RedirectingHi, could try putting cloudflare in development mode momentarily to bypass any caching going on there to rule that out too…
Whats generating the part of your domains URL that looks like this? “/?v=c89bc418c38d”
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Not Redirectinghmm what devices is not working for? a specific device or just all mobile type devices?
If its the latter something in your install must be interfering with the plugin…
You could briefly try adding
define( 'WP_DEBUG', true );to your wp-config file to debug it and see if it outputs anything on the frontend of the site, if it doesn’t on desktop try a redirect with a mobile device and then see if it outputs anything…Are you perhaps using cloudflare?
And what version of PHP are you using?
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] How to redirect specific browser please?Hi, it is currently not possible to redirect by specific browser, the browsers are grouped by mobile, tablet, or desktop. Might be able to include by the specific browser choice in a later version.
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Not RedirectingHi, a bit late of a reply but did you try to deactivate the W3 Total Cache plugin and see if the redirects worked then? That would help narrow down if the cache was the problem or not….
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Unable to activate pluginWhat’s happens with no caching enabled do the redirects occur correctly?
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Duplicate contentclosing old support issue, if you have additional questions please open a new thread.
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Unable to activate pluginhmm that site uses WordPress? Doesn’t look like it does… Mostly when the redirects are not occurring correctly its due to a caching problem. Like a caching plugin please see – https://wordpress.org/support/topic/not-working-with-caching-plugins-solution/
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Unable to activate pluginHi, what domain is it for?