Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Exploiting Linux Capabilities Part 5
Learn the basics of networking and how to perform privileged tasks when you have special network capabilities: cap_net_raw, cap_net_bind_service and cap_net_admin
https://tbhaxor.com/exploiting-linux-capabilities-part-5/
submitted by /u/tbhaxor
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Exploiting Linux Capabilities Part 5
Learn the basics of networking and how to perform privileged tasks when you have special network capabilities: cap_net_raw, cap_net_bind_service and cap_net_admin
https://tbhaxor.com/exploiting-linux-capabilities-part-5/
submitted by /u/tbhaxor
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Exploiting Linux Capabilities Part 5
Learn the basics of networking and how to perform privileged tasks when you have special network capabilities: cap\_net\_raw,...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Sharp Hacker
There once was a sharp young hacker
Who was known in the game as James
He lost his day job at the factory
And then needed some money to…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
The Sharp Hacker
There once was a sharp young hacker
Who was known in the game as James
He lost his day job at the factory
And then needed some money to…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to hack social media accounts?
https://cdn-images-1.medium.com/max/806/1*Aqav_WPtrVgVCnORbP8dNg.png
When it comes to social media hacking, there are several ways to hack it. The most common ways to hack social media accounts are social…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
How to hack social media accounts?
https://cdn-images-1.medium.com/max/806/1*Aqav_WPtrVgVCnORbP8dNg.png
When it comes to social media hacking, there are several ways to hack it. The most common ways to hack social media accounts are social…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Section 65B of Indian Evidence Act
https://cdn-images-1.medium.com/max/786/1*7uaB7t7l18-gBB0VFcLiQA.png
Section 65B of Indian Evidence Act has been perhaps the most difficult techno legal concept that was introduced by ITA 2000 (Information…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Section 65B of Indian Evidence Act
https://cdn-images-1.medium.com/max/786/1*7uaB7t7l18-gBB0VFcLiQA.png
Section 65B of Indian Evidence Act has been perhaps the most difficult techno legal concept that was introduced by ITA 2000 (Information…
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
RCE By Code Injection| Perl Reverse Shell
https://cdn-images-1.medium.com/max/1365/1*9S4Q-K0R_ky_AF9g2Db5iw.png
what is php code injection weakness ?
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
RCE By Code Injection| Perl Reverse Shell
https://cdn-images-1.medium.com/max/1365/1*9S4Q-K0R_ky_AF9g2Db5iw.png
what is php code injection weakness ?
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Gutenberg Template Library & Redux Framework Bugs Plague WordPress Sites
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Gutenberg Template Library & Redux Framework Bugs Plague WordPress SitesPost Views: 47
Reading Time: 1 Minute
Two vulnerabilities have been found in the Gutenberg Template Library & Redux Framework plugin for WordPress, which is installed on more than 1 million websites.
They could allow arbitrary plugin installation, post deletions and access to potentially sensitive information about a site’s configuration, researchers said.
The plugin, from developer Redux.io, offers various templates and building blocks for creating web pages within WordPress’ Gutenberg editor:
https://media.threatpost.com/wp-content/uploads/sites/103/2021/09/01133815/redux.png
The Gutenberg Template Library & Redux Framework interface. Source: Redux.io.
The first bug (CVE-2021-38312) rates 7.1 out of 10 on the CVSS scale, making it high-severity. It arises from the plugin’s use of the WordPress REST API, which processes requests to install and manage the blocks. It fails to authorize user permissions correctly, according to Wordfence.
“While the REST API Endpoints registered under the redux/v1/templates/ REST Route used a permission_callback to verify a user’s permissions, this callback only checked whether or not the user sending the request had the edit_posts capability,” Wordfence researchers noted in a Wednesday posting.
That means that users with lower permissions, such as contributors and authors, could install any plugin in the WordPress repository via the redux/v1/templates/plugin-install endpoint, researchers said, or they could use the redux/v1/templates/delete_saved_block endpoint to erase posts.
The second, medium-severity vulnerability (CVE-2021-38314) rates 5.3 on the CVSS scale. It exists because the Gutenberg Template Library & Redux Framework plugin registers several AJAX actions available to unauthenticated users, one of which is deterministic and predictable, making it possible to uncover what the $support_hash for a site would be.
See Also: Complete Offensive Security and Ethical Hacking Course “This $support_hash AJAX action, which was also available to unauthenticated users, called the support_args function in redux-core/inc/classes/class-redux-helpers.php, which returned potentially sensitive information such as the PHP version, active plugins on the site and their versions, and an unsalted md5 hash of the site’s AUTH_KEY and SECURE_AUTH_KEY,” according to Wordfence.
Researchers added that an attacker could use the information to plan a website takeover using other vulnerable plugins.
Redux.io has issued a patch, in version 4.2.13.
Wordfence researchers said users should update their plugins as soon as possible: “While neither of these could be used directly to take over a site, both vulnerabilities could be useful tools in the hands of a skilled attacker,” they said.
See Also: Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets WordPress Plugin Problems PersistThese are only the latest WordPress plugin vulnerabilities to come to light. Other notable vulnerabilities this year include:
* January: Researchers warned of two vulnerabilities (one critical) in a WordPress plugin called Orbit Fox that could allow attackers to inject malicious code into vulnerable websites and/or take control of a website.
* January: A plugin called PopUp Builder, used by WordPress websites for building pop-up ads for newsletter subscriptions, was found to have a vulnerability that could be exploited by attackers to send out newslet[...]
Gutenberg Template Library & Redux Framework Bugs Plague WordPress Sites
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Gutenberg Template Library & Redux Framework Bugs Plague WordPress SitesPost Views: 47
Reading Time: 1 Minute
Two vulnerabilities have been found in the Gutenberg Template Library & Redux Framework plugin for WordPress, which is installed on more than 1 million websites.
They could allow arbitrary plugin installation, post deletions and access to potentially sensitive information about a site’s configuration, researchers said.
The plugin, from developer Redux.io, offers various templates and building blocks for creating web pages within WordPress’ Gutenberg editor:
https://media.threatpost.com/wp-content/uploads/sites/103/2021/09/01133815/redux.png
The Gutenberg Template Library & Redux Framework interface. Source: Redux.io.
The first bug (CVE-2021-38312) rates 7.1 out of 10 on the CVSS scale, making it high-severity. It arises from the plugin’s use of the WordPress REST API, which processes requests to install and manage the blocks. It fails to authorize user permissions correctly, according to Wordfence.
“While the REST API Endpoints registered under the redux/v1/templates/ REST Route used a permission_callback to verify a user’s permissions, this callback only checked whether or not the user sending the request had the edit_posts capability,” Wordfence researchers noted in a Wednesday posting.
That means that users with lower permissions, such as contributors and authors, could install any plugin in the WordPress repository via the redux/v1/templates/plugin-install endpoint, researchers said, or they could use the redux/v1/templates/delete_saved_block endpoint to erase posts.
The second, medium-severity vulnerability (CVE-2021-38314) rates 5.3 on the CVSS scale. It exists because the Gutenberg Template Library & Redux Framework plugin registers several AJAX actions available to unauthenticated users, one of which is deterministic and predictable, making it possible to uncover what the $support_hash for a site would be.
See Also: Complete Offensive Security and Ethical Hacking Course “This $support_hash AJAX action, which was also available to unauthenticated users, called the support_args function in redux-core/inc/classes/class-redux-helpers.php, which returned potentially sensitive information such as the PHP version, active plugins on the site and their versions, and an unsalted md5 hash of the site’s AUTH_KEY and SECURE_AUTH_KEY,” according to Wordfence.
Researchers added that an attacker could use the information to plan a website takeover using other vulnerable plugins.
Redux.io has issued a patch, in version 4.2.13.
Wordfence researchers said users should update their plugins as soon as possible: “While neither of these could be used directly to take over a site, both vulnerabilities could be useful tools in the hands of a skilled attacker,” they said.
See Also: Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets WordPress Plugin Problems PersistThese are only the latest WordPress plugin vulnerabilities to come to light. Other notable vulnerabilities this year include:
* January: Researchers warned of two vulnerabilities (one critical) in a WordPress plugin called Orbit Fox that could allow attackers to inject malicious code into vulnerable websites and/or take control of a website.
* January: A plugin called PopUp Builder, used by WordPress websites for building pop-up ads for newsletter subscriptions, was found to have a vulnerability that could be exploited by attackers to send out newslet[...]
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Gutenberg Template Library & Redux Framework Bugs Plague WordPress Sites https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Gutenberg Template Library & Redux Framework Bugs Plague WordPress…
ters with custom content, or to delete or import newsletter subscribers.
* February: An unpatched, stored cross-site scripting (XSS) security bug was found to potentially affect 50,000 Contact Form 7 Style plugin users.
* March: The Plus Addons for Elementor plugin for WordPress was discovered to contain a critical security vulnerability that attackers can exploit to quickly, easily and remotely take over a website. First reported as a zero-day bug, researchers said that it was being actively attacked in the wild.
See Also: Offensive Security Tool: Starkiller * May: An SQL-injection vulnerability discovered in a WordPress plugin called “Spam protection, AntiSpam, FireWall by CleanTalk.” It could expose user emails, passwords, credit-card data and other sensitive information to an unauthenticated attacker.
* July: A critical cross-site scripting (XSS) bug that affects WordPress sites running the Frontend File Manager plugin was found. It allows remote unauthenticated users to inject JavaScript code into vulnerable websites to create admin user accounts. See Also: Hacking Stories: Andrian Lamo – The ‘homeless’ HackerSource: threatpost.com (Click Link)Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/09/ransomware-cpu-90x90.jpg LockFile Ransomware Uses Never-Before Seen Encryption to Avoid Detection1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Windows-Abstract-90x90.jpg Microsoft Exchange ‘ProxyToken’ Bug Allows Email Snooping2 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/F5-Big-IP-e1619725870974-90x90.jpg F5 Bug Could Lead to Complete System Takeover6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/steel-series-e1629915533369-90x90.jpg Win10 Admin Rights Tossed Off by Yet Another Plug-In1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/white-pegasus-e1626804896117-90x90.jpg Pegasus Spyware Uses iPhone Zero-Click iMessage Zero-Day1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/microsoft-exchange-90x90.jpg ProxyShell Attacks Pummel Unpatched Exchange Servers1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/ddos-90x90.png Web Censorship Systems Can Facilitate Massive DDoS Attacks1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/cisco-patch-1-90x90.png Critical Cisco Bug in Small Business Routers to Remain Unpatched2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Bug-Digital-90x90.jpg Unpatched Fortinet Bug Allows Firewall Takeovers2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-1-90x90.png Bug in Millions of Flawed IoT Devices Lets Attackers Eavesdrop2 weeks ago
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6620833063853657"
data-ad-slot="4517761481">
The post Gutenberg Template Library & Redux Framework Bugs Plague WordPress Sites first appeared on Black Hat Ethical Hacking.
* February: An unpatched, stored cross-site scripting (XSS) security bug was found to potentially affect 50,000 Contact Form 7 Style plugin users.
* March: The Plus Addons for Elementor plugin for WordPress was discovered to contain a critical security vulnerability that attackers can exploit to quickly, easily and remotely take over a website. First reported as a zero-day bug, researchers said that it was being actively attacked in the wild.
See Also: Offensive Security Tool: Starkiller * May: An SQL-injection vulnerability discovered in a WordPress plugin called “Spam protection, AntiSpam, FireWall by CleanTalk.” It could expose user emails, passwords, credit-card data and other sensitive information to an unauthenticated attacker.
* July: A critical cross-site scripting (XSS) bug that affects WordPress sites running the Frontend File Manager plugin was found. It allows remote unauthenticated users to inject JavaScript code into vulnerable websites to create admin user accounts. See Also: Hacking Stories: Andrian Lamo – The ‘homeless’ HackerSource: threatpost.com (Click Link)Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/09/ransomware-cpu-90x90.jpg LockFile Ransomware Uses Never-Before Seen Encryption to Avoid Detection1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Windows-Abstract-90x90.jpg Microsoft Exchange ‘ProxyToken’ Bug Allows Email Snooping2 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/F5-Big-IP-e1619725870974-90x90.jpg F5 Bug Could Lead to Complete System Takeover6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/steel-series-e1629915533369-90x90.jpg Win10 Admin Rights Tossed Off by Yet Another Plug-In1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/white-pegasus-e1626804896117-90x90.jpg Pegasus Spyware Uses iPhone Zero-Click iMessage Zero-Day1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/microsoft-exchange-90x90.jpg ProxyShell Attacks Pummel Unpatched Exchange Servers1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/ddos-90x90.png Web Censorship Systems Can Facilitate Massive DDoS Attacks1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/cisco-patch-1-90x90.png Critical Cisco Bug in Small Business Routers to Remain Unpatched2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Bug-Digital-90x90.jpg Unpatched Fortinet Bug Allows Firewall Takeovers2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-1-90x90.png Bug in Millions of Flawed IoT Devices Lets Attackers Eavesdrop2 weeks ago
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6620833063853657"
data-ad-slot="4517761481">
The post Gutenberg Template Library & Redux Framework Bugs Plague WordPress Sites first appeared on Black Hat Ethical Hacking.
SQL injection in harvard subdomain
Hi. In this writeup, i will show you a sqli that i found in harvard and also, a xss as a bonusContinue reading on Medium »
Read more...
Hi. In this writeup, i will show you a sqli that i found in harvard and also, a xss as a bonusContinue reading on Medium »
Read more...
When automating wayback machine and ffuf is not the answer, or manual analysis ftw
Wayback machine is an awesome resource for a quick recon. It helps in finding sometimes obscure paths and endpoints specific to that…Continue reading on InfoSec Write-ups »
Read more...
Wayback machine is an awesome resource for a quick recon. It helps in finding sometimes obscure paths and endpoints specific to that…Continue reading on InfoSec Write-ups »
Read more...
RCE By Code Injection| Perl Reverse Shell
what is php code injection weakness ?Continue reading on Medium »
Read more...
what is php code injection weakness ?Continue reading on Medium »
Read more...
Breaking Application’s Logic to DOS Attack
Hey guys, Recently I had found a bug which was fine enough to deserve this post. So, I thought of writing it up here. I can not disclose…Continue reading on Nerd For Tech »
Read more...
Hey guys, Recently I had found a bug which was fine enough to deserve this post. So, I thought of writing it up here. I can not disclose…Continue reading on Nerd For Tech »
Read more...
How I Found Multiple XSS in Hidden Legacy Pages
Hello everyone, I am Marx Chryz and I do bug bounty hunting for about a year now. It’s also been two and a half years since I started…Continue reading on Medium »
Read more...
Hello everyone, I am Marx Chryz and I do bug bounty hunting for about a year now. It’s also been two and a half years since I started…Continue reading on Medium »
Read more...
RCE By Code Injection| Perl Reverse Shell
https://4bdoz.medium.com/rce-by-code-injection-perl-reverse-shell-a2e90181b10?source=rss------bug_bounty-5
https://4bdoz.medium.com/rce-by-code-injection-perl-reverse-shell-a2e90181b10?source=rss------bug_bounty-5
what is php code injection weakness ?Continue reading on Medium » (https://4bdoz.medium.com/rce-by-code-injection-perl-reverse-shell-a2e90181b10?source=rss------bug_bounty-5)
Breaking Application’s Logic to DOS Attack
https://medium.com/nerd-for-tech/breaking-applications-logic-to-dos-attack-88326cd0dd82?source=rss------bug_bounty-5
https://medium.com/nerd-for-tech/breaking-applications-logic-to-dos-attack-88326cd0dd82?source=rss------bug_bounty-5