Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 7 Download Links Missing on Adobe Support

New Here ,
Sep 25, 2012 Sep 25, 2012

Hi,

Several 7.0.2 links are broken for downloads on http://www.adobe.com/support/security/bulletins/apsb09-12.html

Try the "CVE-2009-1872 and CVE-2009-1877 Hotfix for ColdFusion 7.0.2" link.  😞

Any suggestions?

Adobe, can you fix?

Thanks for any help!

-Chris

843
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 11, 2013 Apr 11, 2013

Can anyone locate these files?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 11, 2013 Apr 11, 2013

Hi Chris,

I am looking into this, I have forwarded this to the concern team.

Regards,

Priyank

Thanks,
Priyank Shrivastava
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 15, 2014 Apr 15, 2014

Any update ont this?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 15, 2014 Apr 15, 2014

Hi,

Due to the lack of action / care by Adobe, I've had to find a way to mitigate this Cold Fusion security

issue (ie lack of the Cold Fusion Hotfix name: CVE-2009-1875).

Add the following to the Apache web server config:

<VirtualHost *:80>

     <Directory /var/www/html>

         AllowOverride AuthConfig Indexes Limit Options FileInfo

         RewriteEngine on

         RewriteCond %{REQUEST_URI}     %\d\d

         RewriteRule ^(.*)(%\d+)(.*)$   $1$3   

     </Directory>

</VirtualHost>

With this config in place, the following URL:

http://localhost/index%2500.cfm

Will redirect to:

http://localhost/index.cfm

Enjoy!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2014 Apr 16, 2014

Thanks, Caleb. Unfortunately, our server is Windows-based. Do you happen to have a solution for that? 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2014 Apr 16, 2014
LATEST

I don't I'm sorry

I'm Linux only...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources