50+ Vulnerabilities Uncovered in RPKI security Framework for Internet Routing
RPKI is a security framework designed to enhance the integrity of Internet routing by associating specific IP address blocks and ASNs with their legitimate holders.
It employs cryptographic certificates that are known as ROAs to validate BGP route announcements which ensures that only authorized entities can advertise specific IP prefixes.
The following cybersecurity researchers from “ATHENE & Goethe-Universitat Frankfurt” and “ATHENE & TU Darmstadt” discovered that RPKI security is under fire, as 53 vulnerabilities were exposed in the new research.
RPKI security Framework for Internet Routing
The BGP is primarily crucial for Internet routing, but it lacks inherent security, which makes it vulnerable to attacks.
RPKI’s adoption has grown significantly since its introduction with over 50% of announced prefixes now covered by “ROAs” and about 25% of networks enforcing “ROV.”
The U.S. government has recognized RPKI’s importance by issuing a strategic roadmap and FCC rulemaking to promote its adoption.
The goal is to enhance RPKI’s maturity and security by progressing it toward full operational readiness on the TRL scale and improving global Internet routing security.
Despite RPKI reducing malicious announcements, several challenges still remain including “instability of implementation,” “varying validation results in RP software packages,” and “DDoS issues.”
These problems arise from “insufficient RFC,” “bugs in programs,” and “complexity of work.”
The architecture of RPKI consists of also ROAs which refer to the objects that contain cryptographic repositories in “distributed repositories” and are validated by “RPs.”
The BGP decision-making within the routers is subject to the validation process. However, most networks run RPKI in a ‘fail open’ test wherein ‘NotFound’ or ‘Invalid’ routes are still accepted in order to avoid isolation.
The most significant momentum in RPKI over the last few months has been, probably, the endorsement of RPKI by the White House as one of the elements of its cybersecurity strategy.
Advisory on Chinese cyberespionage. US National Cybersecurity Strategy. LokiBot is out. Malware misrepresenting itself as a proof-of-concept. Hybrid war notes.
CISA and the FBI issue a joint Cybersecurity Advisory on exploitation of Microsoft Exchange Online. Implementing the US National Cybersecurity Strategy. FortiGuard discovers a new LokiBot campaign that uses Microsoft Word as an attack vector. Training code turns out to be malicious in a new proof-of-concept attack discovered on GitHub. Russia resumes its pursuit of a “sovereign Internet.” The GRU’s offensive cyber tactics. A probable Ukrainian false-flag operation. Read More
Flight fiasco: UK Defence Minister’s jet faces GPS jamming.
Russia’s accused of jamming a jet carrying the UK’s defense minister. Senators introduce a bipartisan Section 702 compromise bill. The Cybercrime Atlas initiative seeks to dismantle cybercrime. StopCrypt ransomware grows stealthier. A Scottish healthcare provider is under cyber attack. Workers in France are at risk of data exposure. CERT-BE warns of critical vulnerabilities in Arcserve UDP software. The FCC approves IoT device labeling. Researchers snoop on AI chat responses. A MITRE-Harris poll tracks citizens’ concern over critical infrastructure. On our Solution Spotlight, N2K President Simone Petrella discusses the shortage of ethical hackers against the rise of AI with IOActive’s CTO Gunter Ollmann. The FTC fines notorious tech support scammers. Read More
The latest release from Metasploit, Framework 6.4, is a testament to this ongoing battle. It brings a host of new features and improvements to the forefront of cybersecurity.
It has been a little over a year since Metasploit released version 6.3, and the team at Rapid7 has not been idle.
The new 6.4 version of the Metasploit Framework introduces significant enhancements and new capabilities, building on the solid foundation of its predecessor.
This release underscores Metasploit’s commitment to providing cutting-edge tools for penetration testers and cybersecurity professionals.
Kerberos Improvements
One of the highlights of this release is the substantial improvements made to Kerberos authentication support.
Building on the initial support introduced in version 6.3, Metasploit 6.4 adds new capabilities, including support for the diamond and sapphire techniques alongside the original golden and silver techniques.
Alert Fatigue that helps no one as security teams need to triage 100s of vulnerabilities.
:
The problem of vulnerability fatigue today
Difference between CVSS-specific vulnerability vs risk-based vulnerability
Evaluating vulnerabilities based on the business impact/risk
Automation to reduce alert fatigue and enhance security posture significantly
AcuRisQ, that helps you to quantify risk accurately:
This update ensures compatibility with Windows Server 2022, keeping pace with the latest Windows targets.
Metasploit has recently announced the launch of Metasploit Framework 6.4, according to a recent article by Rapid7.
Furthermore, Metasploit 6.4 introduces a new module that allows users to dump Kerberos tickets from a compromised host, similar to the functionality offered by the popular Rubeus tool.
This enhancement is beneficial for exploiting instances of Unconstrained Delegation, further expanding the toolkit available to cybersecurity professionals.
Example of running the gather/windows_secrets_dump module with Kerberos authentication and the DOMAIN action:
Raj Samani, a Chief Scientist at Rapid7, recently tweeted expressing gratitude towards the Metasploit team and community for their exceptional work in successfully releasing version 6.4 of the Metasploit Framework.
Big shout out to the @metasploit team and the community for the excellent work in making the release of 6.4 for Metasploit Framework a reality. Many new features and improvements to enjoy! More details here: https://t.co/ryaQ72FsxC#infosec#cybersecurity
Another significant improvement is the enhanced handling of DNS queries within the Metasploit framework.
This update allows users to configure how hostnames should be resolved, which is especially useful in pivoting scenarios.
This ensures that DNS queries for internal resources originate from a compromised host rather than the user’s system, enhancing operational security.
Metasploit 6.4 also introduces new PostgreSQL, MSSQL, MySQL, and SMB session types. These session types allow for interactive queries with remote database instances and direct interaction with SMB shares, including file upload and download capabilities.
This addition streamlines running multiple modules against a single session, improving efficiency and effectiveness.
Examples of manipulating the DNS configuration:
dns add –rule *.lab.lan –session 1 –index 1 192.0.2.1
dns add –rule honeypot.lab.lan –index 2 black-hole
dns add-static example2.lab.lan 192.0.2.201
dns add –index 1 –rule * static system 192.0.2.1
Viewing the current configuration:
msf6 > dns print
Default search domain: N/A
Default search list:
* tor.example.com
* localdomain
Current cache size: 0
Resolver rule entries
=====================
# Rule Resolver Comm channel
– —- ——– ————
1 *.lab.lan 192.0.2.1 Session 1
2 honeypot.lab.lan black-hole N/A
3 *
. _ static N/A
. _ 10.4.5.45
. _ 10.3.20.98
Static hostnames
================
Hostname IPv4 Address IPv6 Address
——– ———— ————
example.lab.lan 192.0.2.200
example2.lab.lan 192.0.2.201
Indirect Syscalls Support and Discoverability Improvements
Metasploit 6.4 supports indirect syscalls, a technique often used by security software to bypass EDR/AV detection and evade dynamic analysis.
This update focuses on substituting Win32 API calls with indirect syscalls to their corresponding native APIs, enhancing the stealthiness of operations conducted with Metasploit.
To aid users in navigating the vast array of modules available within the framework, Metasploit 6.4 introduces improvements to module discoverability.
The new Hierarchical Search feature matches additional fields within modules, making it easier for users to find the tools they need for their tasks.
As an example, this will cause the auxiliary/admin/kerberos/forge_ticket module to show up when the user searches for forge_golden it because it is an action of the module:
7 auxiliary/admin/kerberos/ms14_068_kerberos_checksum 2014-11-18 normal No MS14-068 Microsoft Kerberos Checksum Validation Vulnerability
Interact with a module by name or index.
For example, info 7, use 7 or use auxiliary/admin/Kerberos/ms14_068_kerberos_checksum
msf6 auxiliary(scanner/mysql/mysql_hashdump) >
The release of Metasploit Framework 6.4 marks another milestone in developing one of the most widely used penetration testing tools.
With its new features and improvements, Metasploit continues to arm cybersecurity professionals with the tools they need to protect against the ever-evolving threats in the digital world.
As cyber threats grow in complexity, tools like Metasploit Framework 6.4 are essential for maintaining the security of digital infrastructures worldwide.
Stay updated on Cybersecurity news, Whitepapers, and Infographics. Follow us on LinkedIn & Twitter.