GitLab Flaw Let Attackers Write Files to Arbitrary Locations


GitLab releases security updates addressing several critical vulnerabilities, urging all users to upgrade immediately.

This release is crucial for ensuring the security of GitLab instances, as it patches vulnerabilities that could allow attackers to:

  • Write files anywhere on the server: This critical vulnerability (CVE-2024-0402) exposes systems to potential data breaches and malware attacks.
  • Trigger Denial-of-Service attacks: Malicious actors could exploit this vulnerability (CVE-2023-6159) to disrupt GitLab instances.
  • Gain unauthorized access: Improper user input sanitization (CVE-2023-5933) could grant attackers control over GitLab data.
  • Access private email addresses: A vulnerability in the Tags RSS Feed (CVE-2023-5612) could expose sensitive user information.
  • Manipulate merge requests: Unauthorized users could gain control over merge requests within projects (CVE-2024-0456).

Document

@import url(‘https://fonts.googleapis.com/css2?family=Poppins&display=swap’);
@import url(‘https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap’);
*{
margin: 0; padding: 0;
text-decoration: none;
}
.container{
font-family: roboto, sans-serif;
width: 90%;
border: 1px solid lightgrey;
padding: 20px;
background: linear-gradient(2deg,#E0EAF1 100%,#BBD2E0 100%);
margin: 20px auto ;
border-radius: 40px 10px;
box-shadow: 5px 5px 5px #e2ebff;
}
.container:hover{
box-shadow: 10px 10px 5px #e2ebff;

}
.container .title{
color: #015689;
font-size: 22px;
font-weight: bolder;
}
.container .title{
text-shadow: 1px 1px 1px lightgrey;
}
.container .title:after {
width: 50px;
height: 2px;
content: ‘ ‘;
position: absolute;
background-color: #015689;
margin: 20px 8px;
}
.container h2{
line-height: 40px;
margin: 2px 0;
font-weight: bolder;
}
.container a{

color: #170d51;
}
.container p{
font-size: 18px;
line-height: 30px;

}

.container button{
padding: 15px;
background-color: #4469f5;
border-radius: 10px;
border: none;
background-color: #00456e ;
font-size: 16px;
font-weight: bold;
margin-top: 5px;
}
.container button:hover{
box-shadow: 1px 1px 15px #015689;
transition: all 0.2S linear;

}
.container button a{
color: white;
}
hr{
/ display: none; /
}

Run Free ThreatScan on Your Mailbox

AI-Powered Protection for Business Email Security

Trustifi’s Advanced threat protection prevents the widest spectrum of sophisticated attacks before they reach a user’s mailbox. Try Trustifi Free Threat Scan with Sophisticated AI-Powered Email Protection .


What Versions are Affected?

  • GitLab Community Edition (CE) and Enterprise Edition (EE) versions 16.0 to 16.8 are affected by at least one vulnerability.
  • Specific vulnerabilities affect different version ranges within this broader scope.

Refer to the detailed table in the official GitLab release notes for a complete breakdown.

How to Update:

  • GitLab.com and GitLab Dedicated environments are already patched.
  • For self-hosted instances, upgrade to the latest version (16.8.1, 16.7.4,16.6.6, or 16.5.8, depending on the version) as soon as possible.

Additional Points to Remember:

  • Upgrading to 16.5.8 only includes the critical file write vulnerability fix and no other changes.
  • The fix for the critical vulnerability has been backported to older versions (16.5.8, 16.6.6, 16.7.4).
  • Consider enabling multi-factor authentication (MFA) for an extra layer of security

The post GitLab Flaw Let Attackers Write Files to Arbitrary Locations appeared first on GBHackers on Security | #1 Globally Trusted Cyber Security News Platform.



Source link