Update Drupal ASAP: Over a Million Sites Can Be Easily Hacked by Any Visitor (zdnet.com)
Developers of popular open-source CMS Drupal are warning admins to immediately patch a flaw that an attacker can exploit just by visiting a vulnerable site. From a report: The bug affects all sites running on Drupal 8, Drupal 7, and Drupal 6. Drupal's project usage page indicates that about a million sites are running the affected versions. Admins are being urged to immediately update to Drupal 7.58 or Drupal 8.5.1. Drupal issued an alert for the patch last week warning admins to allocate time for patching because exploits might arrive "within hours or days" of its security release. So far, there haven't been any attacks using the flaw, according to Drupal. The bug, which is being called Drupalgeddon2, has been assigned the official identifier CVE-2018-7600. Drupal has given it a 'highly critical' rating with a risk score of 21 out of 25 under the NIST Common Misuse Scoring System. Further reading: Drupal Fixes Drupalgeddon2 Security Flaw That Allows Hackers to Take Over Sites (BleepingComputer). Commenting on security advisory that Drupal issued last week, BleepingComputer's Catalin Cimpanu said, "In the 9 years I've been around Drupal, I've never seen them publish such an apocalyptic security advisory."
Seriously. The world has enough cat blogs.
But It's Open Source! That means it's bug free and secure by definition, right?!
who takes care of government IT and could make a video explaining this to us, as well as a solution.
If only.
But that person is busy creating drama with 25 sockpockets and making videos no one cares about* about getting ticket refunds.
*: Go ahead Chris, quote us the three extra views you got yesterday.
https://www.drupal.org/sa-core...
Saves time clicking through the articles.
And over a million sites arnt even indexed by search engines and are forgotten by their owners. The others that are effected by this are probably chem trail/flat earth sites done up with a beautiful array of colors like lime green, hot pink, with white new times roman lettering in one giant table and numerous broken links.
Gorean BDSM would have made Drupal behave like a good bitch should.
Their software is just such horrific shitshows that tons of money can be made from offering consulting and maintenance services.
These systems are prime examples of exactly how not to write code. The biggest being: Don't mix code with data. They should be kept completely separate from one another.
Remember when Drupal was supposed to be the “secure” alternative for a web CMS? Certainly over the past few years it seems to have had significantly more core vulnerabilities than Wordpress.
(Note that I said “core”... plugins are another matter)
#DeleteChrome
Did you just figure out how APK plans to make money but with some of the details changed?
Could not have happened to a nicer "one size fits none" piece of crap CMS build by a Belgian bigot...
Everybody is a hacker nao
Everybody is a hacker nao
Give me the hacks
Give me the hacks
Everybody is a hacker nao
Everybody is a hacker nao
Yeah, yeah, yeah
Everybody is a hacker nao
Yeah, yeah, yeah
Everybody is a hacker nao
Commenting on security advisory that Drupal issued last week, BleepingComputer's Catalin Cimpanu said, "In the 9 years I've been around Drupal, I've never seen them publish such an apocalyptic security advisory."
We will call it DrupalWTF Day.
I'm testing this (overly broad) Modsecurity rule to mitigate it:
SecRule ARGS|REQUEST_URI|REQUEST_COOKIES "@rx \[(['\"]|%27)" "phase:2,id:850010,msg:'Drupal SA-CORE-2018-002 attack',severity:CRITICAL,deny,log,auditlog,status:403,logdata:%{MATCHED_VAR}"
Drupal 6 and 5 are EOL, but still get patches due to the severity of the issue:
For Drupal 6: https://www.drupal.org/files/issues/2018-03-28/SA-CORE-2018-002.patch
For Drupal 5: https://www.drupal.org/files/issues/2018-03-28/sa-core-2018-002-d5.patch
From the Drupal 6 Long Term Support here: https://www.drupal.org/project/d6lts/issues/2955130
And yet again, turnkey systems rear their ugly truth: If one is vulnerable, then they all are.
Stay away from turnkey solutions, roll your own, know what you have and how it works.
Nope. Who the fuck reads subjects anyways. Subjects on posts are stupid.
... just like WordPress, only with worse usability and barrier to entry for developers. And unlike WordPress it's army of users and developers isn't even close in size. I have professionally developed for both WP and Drupal and given the choice I'd chose WordPress any time.
We suffer more in our imagination than in reality. - Seneca
I found something like this to be helpful instead a cms https://codeigniter.com/ and if google wants to remove things from their search results try removing generic brandings like "powered by wordpress" ect...
[($)]
It's because the part of Drupal that's vulnerable is the part that satisfies Greenspun's rule: sufficiently complex software will contain an adhoc, bug ridden version of common lisp (i.e. render arrays, i.e. deferred evaluation). And lisp is about realizing that code is data.
But without a language that has that built into its core, you're more likely to shoot yourself in the foot.
By the way, if you don't think code and data will necessarily mix, your software never does anything surprising.