Hallo,
I have a question about upgrading. I want to upgrade a website with an old version of Drupal. What is the best and recommended way to do this? Do I have to upgrade a version at a time or can I just upgrade to the latest version?
Any help will be much appreciated.
Thanks.
I am new to Drupal and I would like to develop a site in Drupal to showcase my work.
I basically do comic strips and author some funny stories and Jokes.
I have come across a nice website with SMS Jokes collection :
Hello. I've wanted to raise an issue that actually isn't within Drupal itself. There is an XSS vulnerability that IE MIME-sniffer creates, which can be easily exploited in Drupal with Upload module enabled. Drupal Security Team won't release a fix, because it's out of Drupal control. More information on vulnerability and fix can be found here
Here is an extract from my blog:
IE always loved to create vulnerabilities where they would never be. Not many people know, but there is an old bug in IE MIME-sniffer, which can be easily exploited. The essence of the bug is that when IE renders file, which was sent along with Content-type: text/plain header, it tries to identify its MIME type. So, if file contains HTML code inside, IE will think its text/html and render it. Simple example of exploit in Drupal:
1. There is a Drupal site with enabled Upload module.
2. Attacker uploads *.txt file with HTML code inside. By default Drupal allows *.txt files.
3. Attacker sends a link to that file to victim.
4. Victim opens it in IE and HTML code is rendered.